[Bug 755329] New: Race condition around finish_unprepare

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Sep 21 02:04:40 PDT 2015


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

            Bug ID: 755329
           Summary: Race condition around finish_unprepare
    Classification: Platform
           Product: GStreamer
           Version: 1.4.5
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-rtsp-server
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: NikitaDBobkov at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 311737
  --> https://bugzilla.gnome.org/attachment.cgi?id=311737&action=edit
finish_unprepare race condition fix

finish_unprepare could be called either from default_handle_message or from
gst_rtsp_media_unprepare. In first case it is not protected by the mutex. The
patch seems to fix the problem but I'm not sure that moving
gst_rtsp_media_set_status doesn't break anything else.

-- 
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