diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2016-11-10 13:42:46 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-11-10 13:49:29 +0000 |
commit | bce5d0fc55319a67671c7a4bfe8be182ec1177e0 (patch) | |
tree | 2ad8ff7fef7e3fff0be6e80d7695556689fce659 /win32/common | |
parent | 4caf66fbca89087baa346680bcd46e6809964c6c (diff) |
baseparse: add since marker for new API to docs and fix win32 .def file
Diffstat (limited to 'win32/common')
-rw-r--r-- | win32/common/libgstbase.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/common/libgstbase.def b/win32/common/libgstbase.def index d927baa01..740772dae 100644 --- a/win32/common/libgstbase.def +++ b/win32/common/libgstbase.def @@ -32,6 +32,7 @@ EXPORTS gst_adapter_unmap gst_base_parse_add_index_entry gst_base_parse_convert_default + gst_base_parse_drain gst_base_parse_finish_frame gst_base_parse_frame_free gst_base_parse_frame_get_type @@ -44,7 +45,6 @@ EXPORTS gst_base_parse_set_duration gst_base_parse_set_frame_rate gst_base_parse_set_has_timing_info - gst_base_parse_drain gst_base_parse_set_infer_ts gst_base_parse_set_latency gst_base_parse_set_min_frame_size |