gstreamer/gst
Sebastian Rasmussen b2abb97043 rtsp-media: Do not prepare media after media times out
Deferred calls to start_prepare() can be deferred past the point until
which wait_preroll() and by proxy gst_rtsp_media_get_status() is
prepared to wait. Previously there was no lock and no check for this
situation. This meant that a media could be prepared and unprepared
simultaneously by two different threads. Now a lock is in place and a
suitable check is done.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=759773
2015-12-28 14:08:09 +02:00
..
rtsp-server rtsp-media: Do not prepare media after media times out 2015-12-28 14:08:09 +02:00
Makefile.am Split in library and example program 2009-01-08 13:18:55 +01:00