summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2017-03-20 15:50:49 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2017-03-24 13:30:45 -0400
commitc21e219ed425fdd9417e8c087f792955b242674f (patch)
tree403dadda35f0b4aed2ded2eb4ac9dfa63a418191 /win32
parent84f826a937ea639e8a28e2a9621b09247813a01f (diff)
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
Diffstat (limited to 'win32')
-rw-r--r--win32/common/libgstreamer.def4
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def
index 780d6c489..99a154145 100644
--- a/win32/common/libgstreamer.def
+++ b/win32/common/libgstreamer.def
@@ -1277,6 +1277,7 @@ EXPORTS
gst_structure_free
gst_structure_from_string
gst_structure_get
+ gst_structure_get_array
gst_structure_get_boolean
gst_structure_get_clock_time
gst_structure_get_date
@@ -1288,6 +1289,7 @@ EXPORTS
gst_structure_get_fraction
gst_structure_get_int
gst_structure_get_int64
+ gst_structure_get_list
gst_structure_get_name
gst_structure_get_name_id
gst_structure_get_string
@@ -1325,6 +1327,8 @@ EXPORTS
gst_structure_remove_fields
gst_structure_remove_fields_valist
gst_structure_set
+ gst_structure_set_array
+ gst_structure_set_list
gst_structure_set_name
gst_structure_set_parent_refcount
gst_structure_set_valist