[gstreamer-bugs] [Bug 317038] audioconvert advertises handling 8 channels but handles only two

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Feb 16 02:42:11 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=317038
 GStreamer | gst-plugins-base | Ver: HEAD CVS


Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #52770|0                           |1
        is obsolete|                            |




------- Comment #6 from Tim-Philipp Müller  2006-02-16 10:42 UTC -------
Created an attachment (id=59466)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=59466&action=view)
new patch


New patch. Prints warning in case of caps with more than 2 channels but without
channel layout, and returns some default layout.

So now:

 % gst-launch-0.10 audiotestsrc ! audioconvert ! audio/x-raw-int,channels=2 !
fakesink

works without warning,

 % gst-launch-0.10 audiotestsrc ! audioconvert ! audio/x-raw-int,channels=3 !
fakesink

works, but prints a few warnings, and

 % gst-launch-0.10 audiotestsrc ! audioconvert !
'audio/x-raw-int,channels=3,channel-positions=(GstAudioChannelPosition)<GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT,GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT,GST_AUDIO_CHANNEL_POSITION_FRONT_CENTER>'
! fakesink

works without warnings.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list