[gstreamer-bugs] [Bug 169400] New: decodebin finalization bug

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sun Mar 6 08:40:37 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=169400
 GStreamer | gst-plugins | Ver: 0.8.9

           Summary: decodebin finalization bug
           Product: GStreamer
           Version: 0.8.9
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: richard at imendio.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Create a pipeline with a decodebin, use it with an MP3 file and the when done,
unref the pipeline. The decodebin then tries to remove an element that is not a
direct child of it (in the remove_element_chain function).

The particular case I'm seeing is a id3demux element being removed from the bin,
when it is actually a child of another bin called id3demuxbin0.

The output is:

(process:5734): GStreamer-CRITICAL **: gst_bin_remove_func: assertion
`GST_ELEMENT_PARENT (element) == (GstObject *) bin' failed

Let me know if you need any more info.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list