mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
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:
parent
3a6d983951
commit
df0d5aa4d5
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_video_calculate_display_ratio:
|
* gst_video_calculate_display_ratio:
|
||||||
* @dar_n: Numerator of the calculated display_ratio
|
* @dar_n: (out): Numerator of the calculated display_ratio
|
||||||
* @dar_d: Denominator of the calculated display_ratio
|
* @dar_d: (out): Denominator of the calculated display_ratio
|
||||||
* @video_width: Width of the video frame in pixels
|
* @video_width: Width of the video frame in pixels
|
||||||
* @video_height: Height 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.
|
* @video_par_n: Numerator of the pixel aspect ratio of the input video.
|
||||||
|
|
Loading…
Reference in a new issue