[gstreamer-bugs] [Bug 610817] some of the channel of a 6 ch AAC file are not played

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Feb 23 07:18:09 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=610817
  GStreamer | gst-plugins-bad | 0.10.17

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
                 CC|                            |t.i.m at zen.co.uk

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-02-23 15:18:08 UTC ---
What audio sink are you using?

This works fine for me with totem and gst-launch-0.10 playbin2
uri=file:///path/to/foo.aac, whether I force output to stereo or pipe all six
channels to the sink, both with alsasink and pulsesink.

So it sounds like your audio output is advertising 6 channels and then just
takes 2 channels and discards the rest instead of downmixing (alsa issue? I've
heard this before, I'm sure..)

You could try changing the gconf musicaudiosink key to something like:

   capsfilter caps=audio/x-raw-int,channels=2 ! autoaudiosink

and see if that makes a difference (may need restart).

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