[Bug 777376] matrixmix: New element that mixes audio channels

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Feb 8 18:05:45 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=777376

--- Comment #35 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
GST_TYPE_VALUE_ARRAY is impossible to use from bindings unfortunately. I think
the best we can do here is to provide two properties: one using GValueArray
(bindings), another using GST_TYPE_VALUE_ARRAY (allowing to use strings in e.g.
gst-launch and gst_util_set_object_arg()).

Independent of that I think the deserialization of arrays/lists is good to have
and improves consistency, and there is almost no additional code added (just
moved from one file to another).

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