diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2017-06-20 09:57:01 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2017-06-20 09:57:01 +0300 |
commit | 35b426ff1963bd7297a491f14336cc76e2dffb93 (patch) | |
tree | 9f2f0c67a40f1a84a32d5579a5d257e038930a11 /win32/common | |
parent | d99c9d9944fd6dfa3470c25b8fde21ecc563cd5d (diff) |
base: Export boxed type copy/free functions for the remaining types
Diffstat (limited to 'win32/common')
-rw-r--r-- | win32/common/libgstbase.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/common/libgstbase.def b/win32/common/libgstbase.def index 740772dae..71f75dc2b 100644 --- a/win32/common/libgstbase.def +++ b/win32/common/libgstbase.def @@ -34,6 +34,7 @@ EXPORTS gst_base_parse_convert_default gst_base_parse_drain gst_base_parse_finish_frame + gst_base_parse_frame_copy gst_base_parse_frame_free gst_base_parse_frame_get_type gst_base_parse_frame_init @@ -285,8 +286,10 @@ EXPORTS gst_flow_combiner_free gst_flow_combiner_get_type gst_flow_combiner_new + gst_flow_combiner_ref gst_flow_combiner_remove_pad gst_flow_combiner_reset + gst_flow_combiner_unref gst_flow_combiner_update_flow gst_flow_combiner_update_pad_flow gst_push_src_get_type |