From 8be5030d470e19e49c0f9195d66af9aadb1e4f8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 1 Aug 2017 17:53:50 +0300 Subject: [PATCH] appsrc: Add out annotations to gst_app_src_get_latency() --- gst-libs/gst/app/gstappsrc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/app/gstappsrc.c b/gst-libs/gst/app/gstappsrc.c index b0b11513a3..cece092bfe 100644 --- a/gst-libs/gst/app/gstappsrc.c +++ b/gst-libs/gst/app/gstappsrc.c @@ -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. */