gstreamer/gst
Sebastian Dröge 8b68edd138 rtsp-stream: Ensure that the pipeline is live and later-added udpsrcs are syncing the state with the parent bin
Without this, RECORD pipelines are broken because
a) we wait for ASYNC_DONE which never happens anymore because udpsrc would be
added later. Previously it was there earlier and due to NO_PREROLL caused the
pipeline to preroll immediately
b) the udpsrc for the pipeline is added later and never set to PLAYING state,
as the corresponding code previously was only for PLAY pipelines.

https://bugzilla.gnome.org/show_bug.cgi?id=763281
2016-03-10 19:47:13 +02:00
..
rtsp-server rtsp-stream: Ensure that the pipeline is live and later-added udpsrcs are syncing the state with the parent bin 2016-03-10 19:47:13 +02:00
rtsp-sink rtspsink: Fix some leaks in rtspclientsink and the unit test. 2016-02-24 02:12:08 +11:00
Makefile.am rtspsink: Add rtspclientsink element 2016-01-29 01:44:26 +11:00