mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-13 03:46:34 +00:00
e16867b161
When unsuspending and going to PLAYING, unblock all streams instead of only those that are linked (the linked streams are the ones for which SETUP has been called). GST_FLOW_NOT_LINKED will be returned when pushing buffers on unlinked streams. This change is because playback using single-threaded demuxers like matroska-demux could be blocked if SETUP was not called for all media. Demuxers that use GstFlowCombiner (including gstoggdemux, gstavidemux, gstflvdemux, qtdemux, and matroska-demux) will handle GST_FLOW_NOT_LINKED automatically. Fixes #39 |
||
---|---|---|
.. | ||
addresspool.c | ||
client.c | ||
media.c | ||
mediafactory.c | ||
mountpoints.c | ||
onvif.c | ||
permissions.c | ||
rtspclientsink.c | ||
rtspserver.c | ||
sessionmedia.c | ||
sessionpool.c | ||
stream.c | ||
threadpool.c | ||
token.c |