[gstreamer-bugs] [Bug 325213] New: decodebin new-decoded-pad doesn't signal last pad

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Dec 29 03:33:29 PST 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=325213
 GStreamer | gst-plugins-base | Ver: 0.10.0

           Summary: decodebin new-decoded-pad doesn't signal last pad
           Product: GStreamer
           Version: 0.10.0
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: darkeye at tyrell.hu
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


The callback for the new-decoded-pad signal for the decodebin has the following
signature:

static void
cb_newpad (GstElement *decodebin,
           GstPad     *pad,
           gboolean    last,
           gpointer    data);

and the last parameter should signal if this is the last pad to be created by
the decode bin. unfortunately for me this is always FALSE, even on simple
scenarios like decoding mp3 or ogg vorbis.


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