pipewire/pipewire-alsa
Martin Geier 1b96142903 alsa: do not ignore rate change when stream is already created
gstreamer alsasink can change sample while stream is already created.
In that case, gstreamer calls snd_pcm_ioplug_callback_t::stop,
snd_pcm_ioplug_callback_t::hw_params and snd_pcm_ioplug_callback_t::prepare

Add new flag to the snd_pcm_pipewire_t that is set every time
snd_pcm_pipewire_hw_params is called to prevent using stream with old
sample rate

Signed-off-by: Martin Geier <martin.geier@streamunlimited.com>
2021-11-02 15:37:07 +00:00
..
alsa-plugins alsa: do not ignore rate change when stream is already created 2021-11-02 15:37:07 +00:00
conf alsa plugin: allow specifying a media.role on the virtual device name 2021-06-22 14:48:31 +00:00