[Bug 777375] paramspec: Add gst_param_spec_array_list for GST_TYPE_ARRAY

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jan 17 10:51:35 UTC 2017


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

--- Comment #11 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Otherwise we have to implement serialization and deserialization for
GValueArray (which is deprecated btw), while we already have serialization at
least for GST_TYPE_ARRAY and also use that one in caps and elsewhere for such
things. Caps and properties seem similar in this regard.


Ideally this would of course be a GArray<GArray<float>> but that can't be
safely put into properties.

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