[Bug 745434] New: abort when calling gst_rtsp_media_get_buffer_size

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Mar 2 02:02:40 PST 2015


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

            Bug ID: 745434
           Summary: abort when calling gst_rtsp_media_get_buffer_size
    Classification: Platform
           Product: GStreamer
           Version: 1.4.5
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: gst-rtsp-server
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: gregor.boirie at parrot.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 298262
  --> https://bugzilla.gnome.org/attachment.cgi?id=298262&action=edit
rtsp-media: double g_mutex_unlock() typo fix

Calling gst_rtsp_media_get_buffer_size () aborts because of double
g_mutex_unlock () usage. Typical error message is:

*****
Attempt to unlock mutex that was not locked
Aborted
*****

The simple attached patch fixes this for me for custom gstreamer build from 1.4
branch running on Debian.

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