[gstreamer-bugs] [Bug 376321] New: an element is accepting caps and buffers that do not match its template

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Nov 17 06:41:03 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=376321

  GStreamer | gstreamer (core) | Ver: 0.10.10

           Summary: an element is accepting caps and buffers that do not
                    match its template
           Product: GStreamer
           Version: 0.10.10
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: thomas at apestaart.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


This pipeline properly fails:

 gst-launch -v -m audiotestsrc ! audioconvert !
audio/x-raw-int,width=32,depth=32 ! lame ! fakesink

because lame does not accept 32-bit int audio.

However, this pipeline does go to PLAYING, but encodes crap:

 gst-launch -v -m audiotestsrc ! audioconvert !
audio/x-raw-int,width=32,depth=32 ! lame ! fakesink


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




More information about the Gstreamer-bugs mailing list