[gstreamer-bugs] [Bug 337702] New: gst_check_setup_sink_pad asserts refcount wrongly

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Apr 8 04:08:25 PDT 2006


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=337702
 GStreamer | gstreamer (core) | Ver: HEAD CVS

           Summary: gst_check_setup_sink_pad asserts refcount wrongly
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: msmith at fluendo.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


In a new test (for icydemux), I use gst_check_setup_sink_pad from a pad-added
signal callback.

This asserts that the srcpad in the linked-to element is 1, which it is in all
the other places that use it, but it isn't in a signal callback (I think), it's
2. 

This causes my test to fail. Should this just be removed, or should it check
for refcount being 1 _or_ 2, or should I pass another parameter for 'expected
refcount', or add another check function?


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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