mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 16:18:16 +00:00
appsrc: Add out annotations to gst_app_src_get_latency()
This commit is contained in:
parent
ffd4c990c1
commit
8be5030d47
1 changed files with 2 additions and 2 deletions
|
@ -1605,8 +1605,8 @@ gst_app_src_set_latency (GstAppSrc * appsrc, guint64 min, guint64 max)
|
||||||
/**
|
/**
|
||||||
* gst_app_src_get_latency:
|
* gst_app_src_get_latency:
|
||||||
* @appsrc: a #GstAppSrc
|
* @appsrc: a #GstAppSrc
|
||||||
* @min: the min latency
|
* @min: (out): the min latency
|
||||||
* @max: the min latency
|
* @max: (out): the min latency
|
||||||
*
|
*
|
||||||
* Retrieve the min and max latencies in @min and @max respectively.
|
* Retrieve the min and max latencies in @min and @max respectively.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue