[Bug 676425] New: Audioconvert fails with multichannel audio conversion.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun May 20 08:07:57 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=676425
  GStreamer | gst-plugins-base | 0.10.x

           Summary: Audioconvert fails with multichannel audio conversion.
    Classification: Platform
           Product: GStreamer
           Version: 0.10.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: kassoulet at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


I've tried to convert multi-channel audio files with SoundConverter, and it
wasn't able to handle them. So I created a minimal command to reproduce the
problem: 
gst-launch filesrc location=8Ch_Wind_8sek_test04.wav ! decodebin ! audioconvert
! wavenc ! filesink location=test8ch.wav

Which gives me the following message:
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...

** (gst-launch-0.10:3728): WARNING **: Failed to retrieve channel layout from
caps. This usually means there is a GStreamer element that does not implement
multichannel audio correctly. Please file a bug.

** (gst-launch-0.10:3728): WARNING **: Failed to retrieve channel layout from
caps. This usually means there is a GStreamer element that does not implement
multichannel audio correctly. Please file a bug.
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Got EOS from element "pipeline0".
Execution ended after 54176448 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...


"Please file a bug"...

Done :)

In fact, audiorate and audioresample seem to have the same problem.

SoundConverter launchpad entry and example file:
https://bugs.launchpad.net/soundconverter/+bug/1001820

-- 
Configure bugmail: https://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