structure: Add get/set_array/list using GValueArray
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Mon, 20 Mar 2017 19:50:49 +0000 (15:50 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 24 Mar 2017 17:30:45 +0000 (13:30 -0400)
commitc21e219ed425fdd9417e8c087f792955b242674f
tree403dadda35f0b4aed2ded2eb4ac9dfa63a418191
parent84f826a937ea639e8a28e2a9621b09247813a01f
structure: Add get/set_array/list using GValueArray

This adds a binding friendly interface to get and set arrays
and list into GstStructure.

New API:
 - gst_structure_set_array
 - gst_structure_set_list
 - gst_structure_get_array
 - gst_structure_get_list

https://bugzilla.gnome.org/show_bug.cgi?id=753754
docs/gst/gstreamer-sections.txt
gst/gststructure.c
gst/gststructure.h
win32/common/libgstreamer.def