diff options
author | Jan Schmidt <jan@centricular.com> | 2016-11-02 11:32:42 +1100 |
---|---|---|
committer | Jan Schmidt <jan@centricular.com> | 2016-11-02 11:34:47 +1100 |
commit | bf3a7c54f7a22cbedc842fcf5868b756e9091fad (patch) | |
tree | b22118b165c6eec152f4c81ec018d701b2e78f03 /win32/common | |
parent | e1dc60524e31a5c52aff7fbb9b67e62b29c0ac66 (diff) |
Add new basesink API to exports and Since markers
Add Since markers to the new basesink API to drop
out-of-segment buffers, and add them to the
win32 exports
Diffstat (limited to 'win32/common')
-rw-r--r-- | win32/common/libgstbase.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/common/libgstbase.def b/win32/common/libgstbase.def index 783f1af41..85c346044 100644 --- a/win32/common/libgstbase.def +++ b/win32/common/libgstbase.def @@ -53,6 +53,7 @@ EXPORTS gst_base_parse_set_ts_at_offset gst_base_sink_do_preroll gst_base_sink_get_blocksize + gst_base_sink_get_drop_out_of_segment gst_base_sink_get_last_sample gst_base_sink_get_latency gst_base_sink_get_max_bitrate @@ -68,6 +69,7 @@ EXPORTS gst_base_sink_query_latency gst_base_sink_set_async_enabled gst_base_sink_set_blocksize + gst_base_sink_set_drop_out_of_segment gst_base_sink_set_last_sample_enabled gst_base_sink_set_max_bitrate gst_base_sink_set_max_lateness |