From df0d5aa4d52a53af95fc185fbb9b83aee149d033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 17 Oct 2015 20:36:27 +0300 Subject: [PATCH] video: Add out annotations to the out parameters of gst_video_calculate_display_ratio() https://bugzilla.gnome.org/show_bug.cgi?id=754567 --- gst-libs/gst/video/video.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/video/video.c b/gst-libs/gst/video/video.c index 745dac362f..7f39aa44b4 100644 --- a/gst-libs/gst/video/video.c +++ b/gst-libs/gst/video/video.c @@ -43,8 +43,8 @@ /** * gst_video_calculate_display_ratio: - * @dar_n: Numerator of the calculated display_ratio - * @dar_d: Denominator of the calculated display_ratio + * @dar_n: (out): Numerator of the calculated display_ratio + * @dar_d: (out): Denominator of the calculated display_ratio * @video_width: Width of the video frame in pixels * @video_height: Height of the video frame in pixels * @video_par_n: Numerator of the pixel aspect ratio of the input video.