mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
176b8ffbff
Pulsesink was recently changed to defer uncorking until there is data to write. This condition will however never occur when EOS in being rendered (since that marks the end of data). Changing to PAUSED state while EOS is being waited on results in a hang: pausing corks the stream, which will never be undone since there is no more data when going back to PLAYING. If pulsesink is the clock provider, deadlock ensues since time doesn't continue in corked state and the clock id for EOS wait never fires. Fixes #645961. |
||
---|---|---|
.. | ||
Makefile.am | ||
plugin.c | ||
pulsemixer.c | ||
pulsemixer.h | ||
pulsemixerctrl.c | ||
pulsemixerctrl.h | ||
pulsemixertrack.c | ||
pulsemixertrack.h | ||
pulseprobe.c | ||
pulseprobe.h | ||
pulsesink.c | ||
pulsesink.h | ||
pulsesrc.c | ||
pulsesrc.h | ||
pulseutil.c | ||
pulseutil.h |