[gstreamer-bugs] [Bug 535356] New: vorbisdec doesn't support 8 channels

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed May 28 14:56:24 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=535356

  GStreamer | gst-plugins-base | Ver: HEAD CVS
           Summary: vorbisdec doesn't support 8 channels
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: le.businessman at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: 2.21/2.22
   GNOME milestone: Unspecified


Please describe the problem:
Running gst-inspect on vorbisdec indicates that vorbisenc support up to 256
channels. 

Steps to reproduce:
gst-launch-0.10 -v interleave name=i ! vorbisenc ! vorbisdec ! audioconvert !
alsasink \
audiotestsrc volume=0.5 freq=200 is-live=false ! audioconvert ! queue ! i. \
audiotestsrc volume=0.1 freq=300 is-live=false ! audioconvert ! queue ! i. \
audiotestsrc volume=0.1 freq=500 is-live=false ! audioconvert ! queue ! i. \
audiotestsrc volume=0.1 freq=700 is-live=false ! audioconvert ! queue ! i. \
audiotestsrc volume=0.1 freq=900 is-live=false ! audioconvert ! queue ! i. \
audiotestsrc volume=0.1 freq=1100 is-live=false ! audioconvert ! queue ! i. \
audiotestsrc volume=0.1 freq=1300 is-live=false ! audioconvert ! queue ! i. \
audiotestsrc volume=0.1 freq=1400 is-live=false ! audioconvert ! queue ! i.


Actual results:
Trying to encode an 8 channel audio stream fails with the following error:

/pipeline0/vorbisdec0.sink: caps = audio/x-vorbis
ERROR: from element /pipeline0/vorbisdec0: Element doesn't implement handling
of this stream. Please file a bug.
Additional debug info:
vorbisdec.c(642): vorbis_handle_identification_packet ():
/pipeline0/vorbisdec0:
Unsupported channel count 8

The same happens for 7 channels but with an "Unsupported channel count 7" msg

Expected results:
I would expect the 8 channel stream to be present at the output.

Does this happen every time?
Yes.

Other information:


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=535356.




More information about the Gstreamer-bugs mailing list