diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2013-06-14 13:05:38 +0200 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2013-06-14 13:05:38 +0200 |
commit | bd48ba333d28e9a855c7bf58f5695e41aebe0746 (patch) | |
tree | d87ccef6cfb1ac52e381ff2155a5823702dc0cc1 /win32 | |
parent | 7fc26027613fc98a6819739f55ca646c84fe1d9f (diff) |
structure: Add gst_structure_new_from_string()
Convenience API for bindings, gst_structure_from_string() returns
a tuple (structure, end_ptr) in bindings and is unintuitive to use
because of that.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/libgstreamer.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index 2ff23622b..4f89ad16c 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -1102,6 +1102,7 @@ EXPORTS gst_structure_n_fields gst_structure_new gst_structure_new_empty + gst_structure_new_from_string gst_structure_new_id gst_structure_new_id_empty gst_structure_new_valist |