video: Add out annotations to the out parameters of gst_video_calculate_display_ratio()

https://bugzilla.gnome.org/show_bug.cgi?id=754567
This commit is contained in:
Sebastian Dröge 2015-10-17 20:36:27 +03:00
parent 3a6d983951
commit df0d5aa4d5

View 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.