[gstreamer-bugs] [Bug 533817] [audioconvert] Doesn't set channel positions when converting from 1 channel to >6 channels

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue May 20 00:52:36 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=533817

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




------- Comment #3 from Sebastian Dröge  2008-05-20 07:52 UTC -------
Tim suggested to use 
        GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT,
        GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT,
        GST_AUDIO_CHANNEL_POSITION_REAR_LEFT,
        GST_AUDIO_CHANNEL_POSITION_REAR_RIGHT,
        GST_AUDIO_CHANNEL_POSITION_LFE,
        GST_AUDIO_CHANNEL_POSITION_SIDE_LEFT,
        GST_AUDIO_CHANNEL_POSITION_SIDE_RIGHT
for 7 channels.

MPEG defines L R C LFE Ls Rs Cs for 6.1 according to some Apple page, WAVExt
allows rear left/right together with rear center and front right/left of center
together with front center.

So it might be that the checks in gst_audio_check_channel_positions() are
wrong.


-- 
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=533817.




More information about the Gstreamer-bugs mailing list