mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
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
This commit is contained in:
parent
e1dc60524e
commit
bf3a7c54f7
2 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue