gstreamer/tests
David Svensson Fors e16867b161 rtsp-media: Unblock all streams
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
2019-10-03 11:54:15 +00:00
..
check rtsp-media: Unblock all streams 2019-10-03 11:54:15 +00:00
.gitignore tests: add tests directory and cleanup test 2011-01-12 18:16:46 +01:00
Makefile.am tests: disable all tests when --disable-tests is used 2017-12-06 20:47:22 +00:00
meson.build meson: Use feature option for tests option 2018-09-01 11:23:54 +05:30
test-cleanup.c test-cleanup: bind any port 2018-02-12 19:12:35 +01:00
test-reuse.c Fix timeout function signatures across tests and examples 2015-04-23 20:12:18 +02:00