gstreamer/gst
Mathieu Duponchelle ddb0d83844 rtsp-media: fix RECORD getting stuck
The test_record case was working because async=false had
been added in https://bugzilla.gnome.org/show_bug.cgi?id=757488
but that was incorrect, as it should not be needed.

Removing async=false made the test fail as expected, this is
fixed by not trying to preroll when preparing the media for
RECORD, as start_prepare is called upon receiving ANNOUNCE,
and our peer will not start sending media until it has received
a response to that request, and sent and received a response
to RECORD as well, thus obviously preventing preroll.

https://bugzilla.gnome.org/show_bug.cgi?id=793738
2018-02-23 16:13:56 +01:00
..
rtsp-server rtsp-media: fix RECORD getting stuck 2018-02-23 16:13:56 +01:00
rtsp-sink rtpsclientsink: Initialize and clear newly added mutex and cond 2017-12-20 14:17:02 +01:00
Makefile.am rtspsink: Add rtspclientsink element 2016-01-29 01:44:26 +11:00
meson.build Add support for Meson as alternative/parallel build system 2016-08-31 00:04:43 +01:00