gstreamer/tests
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
..
check rtsp-media: fix RECORD getting stuck 2018-02-23 16:13:56 +01: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: build more tests and add options to disable tests and examples 2017-12-06 20:43:04 +00:00
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