gstreamer/tests/check
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
..
gst rtsp-media: fix RECORD getting stuck 2018-02-23 16:13:56 +01:00
Makefile.am build: silence error about pthread for 'make check' in osx 2016-08-26 21:56:13 +02:00
meson.build meson: Fix building tests and activate them again 2017-06-07 15:36:12 -04:00