[Bug 666886] gst_audio_info_to_caps sets channel count to 64 for multichannel audio

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Jan 14 03:45:02 PST 2012


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

--- Comment #8 from Sebastian Dröge <slomo at circular-chaos.org> 2012-01-14 11:44:59 UTC ---
Thanks for closing this bug. Is there still anything that needs clarification,
anything you see that should be changed or could be improved?

To answer your question, the bitmask is only used in the caps to simplify
negotiation (handling the GstArray array in the caps was really troublesome)
and when parsing the caps you get a C array of the channel positions because
this makes it easier to handle from C (and if you look at the plugins that use
this, it allows you to transform between different channel orders, etc quite
easily in C).

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