[Bug 761399] New: rtspmedia: Missing lock in default_unsuspend, preroll_failed path

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Feb 1 12:10:43 UTC 2016


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

            Bug ID: 761399
           Summary: rtspmedia: Missing lock in default_unsuspend,
                    preroll_failed path
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-rtsp-server
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: stevenhoving at hotmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

The function 'default_unsuspend' in rtsp-media.c unlocks and locks the
state_lock in the 'GST_RTSP_SUSPEND_MODE_RESET' case handler. But when
'wait_preroll' fails, it will jump to the 'preroll_failed' label. Where the
state_lock is not locked again.

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