[gstreamer-bugs] [Bug 345188] [alsa] can't handle more than 8 channels

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jul 12 06:02:18 PDT 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=345188
 GStreamer | gst-plugins-base | Ver: HEAD CVS


Tim-Philipp Müller changed:

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




------- Comment #7 from Tim-Philipp Müller  2006-07-12 13:02 UTC -------
Created an attachment (id=68813)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=68813&action=view)
possible fix

Possible fix. Can't test it here, so would appreciate feedback.

There is a policy question involved here; basically, the question is: how do we
want input with N channels and no channel layout to be represented, given our
current policy that all caps with more than 2 channels must contain a channel
layout as well? This patch just adds a layout with all channels being set to
FRONT_MONO (which could be some new UNDEFINED enum or something as well).
Theoretically, it would also be an option to provide all channels on separate
pads in this case, with one channel each (makes implementation a lot more
awkward though for very little benefit IMHO). Or we could just not attach any
layout at all, but that seems a bit inconsistent to me.


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