summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-10-17 20:36:27 +0300
committerSebastian Dröge <sebastian@centricular.com>2015-10-20 10:15:42 +0300
commit9948019e089fdf9528e97a9dedc5e536b4ac950a (patch)
treebe0c1fc40cc3ff335aeb7022e5b35a8cdbf1c861
parentb33bb8527fc4f4a189baa85d4fdcff9901be4976 (diff)
downloadgstreamer-plugins-base-9948019e089fdf9528e97a9dedc5e536b4ac950a.tar.gz
video: Add out annotations to the out parameters of gst_video_calculate_display_ratio()
https://bugzilla.gnome.org/show_bug.cgi?id=754567
-rw-r--r--gst-libs/gst/video/video.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/video/video.c b/gst-libs/gst/video/video.c
index 745dac362..7f39aa44b 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.