[gstreamer-bugs] [Bug 379826] New: [dvddemux] Do NOT expose pads that have multiple structures

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Nov 27 08:18:53 PST 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=379826

  GStreamer | gst-plugins-ugly | Ver: HEAD CVS

           Summary: [dvddemux] Do NOT expose pads that have multiple
                    structures
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-ugly
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: bilboed at bilboed.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


When dvddemux adds pads, it exposes pads that have multiple structures. This
causes issues when deciding what data is actually going to flow.
Decoders/demuxers should, when adding a pad from a pad template with multiple
structures, know what type of data is going to flow through that pad. It should
therefore add pads with only one structure.

Ex : This is a pad template:
  SRC template: 'current_audio'
    Availability: Always
    Capabilities:
      audio/mpeg
            mpegversion: 1
      audio/x-lpcm
                  width: { 16, 20, 24 }
                   rate: { 48000, 96000 }
               channels: [ 1, 8 ]
          dynamic_range: [ 0, 255 ]
               emphasis: { false, true }
                   mute: { false, true }
      audio/x-ac3
      audio/x-dts

When the pad is created it's one of those structures, not ALL ! :)

Please fix accordingly.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list