[gstreamer-bugs] [Bug 317470] New: [GstCheck] gst_check_teardown_element asserts wrong refcount

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Sep 28 14:20:59 PDT 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=317470
 GStreamer | gstreamer (core) | Ver: HEAD CVS

           Summary: [GstCheck] gst_check_teardown_element asserts wrong
                    refcount
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: alessandro at nnva.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


gst_check_teardown_element uses ASSERT_OBJECT_REFCOUNT (element, "element", 1)
before the element is disposed.
If the element has a bus, it is unref'fed during the element disposal. Since the
bus could contain queued messages having the same element as source, the
refcount could be > 1.

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