[Bug 759773] Prevent simultaneous prepare/unprepare of RTSP media
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Dec 28 04:09:33 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=759773
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |slomo at coaxion.net
Resolution|--- |FIXED
--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit b2abb970435e618e8475c7d8060142cec4673dbe
Author: Sebastian Rasmussen <sebras at hotmail.com>
Date: Tue Dec 22 12:08:02 2015 +0100
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
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list