appsrc: Add out annotations to gst_app_src_get_latency()

This commit is contained in:
Sebastian Dröge 2017-08-01 17:53:50 +03:00
parent ffd4c990c1
commit 8be5030d47

View file

@ -1605,8 +1605,8 @@ gst_app_src_set_latency (GstAppSrc * appsrc, guint64 min, guint64 max)
/**
* gst_app_src_get_latency:
* @appsrc: a #GstAppSrc
* @min: the min latency
* @max: the min latency
* @min: (out): the min latency
* @max: (out): the min latency
*
* Retrieve the min and max latencies in @min and @max respectively.
*/