[Bug 753151] New: gstpad: fix invalid object unref

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Aug 2 08:44:55 PDT 2015


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

            Bug ID: 753151
           Summary: gstpad: fix invalid object unref
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: george.kiagiadakis at collabora.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 308633
  --> https://bugzilla.gnome.org/attachment.cgi?id=308633&action=edit
gstpad: fix invalid object unref

In case there is an IDLE probe fired from gst_pad_push_data and it
doesn't return GST_FLOW_OK, the code jumps to the probe_stopped
label which tries to unref the data object. However, at this point
the data object belongs downstream and must not be touched.
By setting data = NULL, the code skips this unref.

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