Add new basesink API to exports and Since markers
authorJan Schmidt <jan@centricular.com>
Wed, 2 Nov 2016 00:32:42 +0000 (11:32 +1100)
committerJan Schmidt <jan@centricular.com>
Wed, 2 Nov 2016 00:34:47 +0000 (11:34 +1100)
Add Since markers to the new basesink API to drop
out-of-segment buffers, and add them to the
win32 exports

libs/gst/base/gstbasesink.c
win32/common/libgstbase.def

index 9f56e9f..60da48f 100644 (file)
@@ -728,6 +728,8 @@ gst_base_sink_get_sync (GstBaseSink * sink)
  * clock.
  *
  * Returns: %TRUE if the sink is configured to synchronize against the clock.
+ *
+ * Since: 1.12
  */
 void
 gst_base_sink_set_drop_out_of_segment (GstBaseSink * sink,
@@ -753,6 +755,8 @@ gst_base_sink_set_drop_out_of_segment (GstBaseSink * sink,
  * the current segment
  *
  * Returns: %TRUE if the sink is configured to synchronize against the clock.
+ *
+ * Since: 1.12
  */
 gboolean
 gst_base_sink_get_drop_out_of_segment (GstBaseSink * sink)
index 783f1af..85c3460 100644 (file)
@@ -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