[Bug 742954] Crash when two treads are in handle_new_sample at the same time.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 16 03:53:24 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=742954
  GStreamer | gst-rtsp-server | unspecified

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.5.1

--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2015-01-16 11:53:20 UTC ---
commit 0d2de69db99670451bc7a39d921dc5636fd94cec
Author: Göran Jönsson <goranjn at axis.com>
Date:   Fri Jan 16 11:10:20 2015 +0100

    rtsp-stream: Have one copy of the transports cache for RTP and RTCP each

    Fixes crash when two threads access handle_new_sample() at the same
    time, one for RTP, one for RTCP.

    Otherwise, when iterating over the transports cache, it might be modified
by
    another thread at the same time if the transports cookie has changed.

    https://bugzilla.gnome.org/show_bug.cgi?id=742954

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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