interleave: make channel-poisitions property a GValueArray again
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 8 Apr 2012 23:14:48 +0000 (00:14 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 9 Apr 2012 10:13:05 +0000 (11:13 +0100)
commitfa5edd2680d1e3e27eaf75867800167b973ad896
tree41fcc013ffcf77c65c641af49a21fbe6c4726207
parentacca0e77f19f676aa1dff75d855a83d6ec39de99
interleave: make channel-poisitions property a GValueArray again

Or perhaps it should just be a guint64 channel mask, which would
be nicer in C, but more awkward for bindings (even more so since
we can't add a flags type for it, since that only supports guint
size flags). Fixes wavenc unit test.

https://bugzilla.gnome.org/show_bug.cgi?id=669643
gst/interleave/interleave.c
gst/interleave/interleave.h
tests/check/elements/interleave.c