diff options
author | Vivia Nikolaidou <vivia@toolsonair.com> | 2017-02-23 20:16:17 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2017-02-23 20:16:17 +0200 |
commit | 978df5d0ffb5006da9ae28ca875b0d8a725fd925 (patch) | |
tree | e1307d8d5edc5635c10b33458042ec74a5287ed9 /win32/common/libgstreamer.def | |
parent | 834fd18dfaa79c99cac460f9597b3bb5f7e240d9 (diff) |
paramspecs: Add GstParamSpecArray for GST_TYPE_ARRAY typed properties
These are mostly useful to get our automatic
serialization/deserialization from strings and simple usage from
gst-launch or similar.
https://bugzilla.gnome.org/show_bug.cgi?id=777375
Diffstat (limited to 'win32/common/libgstreamer.def')
-rw-r--r-- | win32/common/libgstreamer.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index 1f0fe3ff3..0e41531f3 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -966,6 +966,8 @@ EXPORTS gst_pad_template_pad_created gst_pad_unlink gst_pad_use_fixed_caps + gst_param_spec_array + gst_param_spec_array_get_type gst_param_spec_fraction gst_param_spec_fraction_get_type gst_parent_buffer_meta_api_get_type |