video: Add out annotations to the out parameters of gst_video_calculate_display_ratio()
authorSebastian Dröge <sebastian@centricular.com>
Sat, 17 Oct 2015 17:36:27 +0000 (20:36 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 20 Oct 2015 07:15:42 +0000 (10:15 +0300)
https://bugzilla.gnome.org/show_bug.cgi?id=754567

gst-libs/gst/video/video.c

index 745dac3..7f39aa4 100644 (file)
@@ -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.