[Bug 777530] New: decodebin3: Fix crash caused by slot double freeing

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jan 20 10:50:43 UTC 2017


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

            Bug ID: 777530
           Summary: decodebin3: Fix crash caused by slot double freeing
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: sh.yang at lge.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Probe for MultiQueue source pad might receive EOS twice,
the first is fake-eos and the other is actual EOS.
And the slot can be freed with fake-eos/EOS if the slot has no input.

Since slot freeing is async, double free can be possible.
So, decodebin3 needs to remove the probe also with slot freeing.

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