mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 03:45:39 +00:00
base: Add processing deadline API to win32 def
https://bugzilla.gnome.org/show_bug.cgi?id=640610
This commit is contained in:
parent
a7f9c80220
commit
5c2f07d303
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,7 @@ EXPORTS
|
|||
gst_base_sink_get_latency
|
||||
gst_base_sink_get_max_bitrate
|
||||
gst_base_sink_get_max_lateness
|
||||
gst_base_sink_get_processing_deadline
|
||||
gst_base_sink_get_render_delay
|
||||
gst_base_sink_get_sync
|
||||
gst_base_sink_get_throttle_time
|
||||
|
@ -89,6 +90,7 @@ EXPORTS
|
|||
gst_base_sink_set_last_sample_enabled
|
||||
gst_base_sink_set_max_bitrate
|
||||
gst_base_sink_set_max_lateness
|
||||
gst_base_sink_set_processing_deadline
|
||||
gst_base_sink_set_qos_enabled
|
||||
gst_base_sink_set_render_delay
|
||||
gst_base_sink_set_sync
|
||||
|
|
Loading…
Reference in a new issue