[gstreamer-bugs] [Bug 308619] New: id3demuxbin tries to free its ghost pad even if it was removed earlier

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Wed Jun 22 02:00:11 PDT 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=308619
 GStreamer | gst-plugins | Ver: 0.8.10

           Summary: id3demuxbin tries to free its ghost pad even if it was
                    removed earlier
           Product: GStreamer
           Version: 0.8.10
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: darkeye at tyrell.hu
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


id3demuxbin tries to free its ghost pad (id3->srcpad), for example when it gets
from PAUSED to READY state, just by look at the internal variable, id3-srcpad.

this is quite unfortunate, as if the pad was removed from the element by
gst_element_remove_pad() from a user of the element, the internal srcpad pointer
will point to an already freed pad, resulting sometimes to a segfault.

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