[Bug 753754] Add GstValueList and GstValueArray support to gst-python

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Mar 20 21:14:07 UTC 2017


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

--- Comment #11 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
There is an interesting side effect that should be mentionned, you can now
g_object_set() any GST_TYPE_LIST/GST_TYPE_ARRAY using a GValueArray (and
vis-versa). GObject kindly call g_value_transform() internally. This is not
usable from Python though, since the bindings will try and convert by itself.
So if you pass a GValueArray, it won't wrap it into a GValue before setting it.

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