mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
player: Fix documentation for gst_player_video_info_get_framerate()
Document out parameters and fix function name.
This commit is contained in:
parent
0f19a48c98
commit
18f8895f33
1 changed files with 3 additions and 1 deletions
|
@ -197,8 +197,10 @@ gst_player_video_info_get_height (const GstPlayerVideoInfo * info)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_player_video_info_get_framerate_num:
|
* gst_player_video_info_get_framerate:
|
||||||
* @info: a #GstPlayerVideoInfo
|
* @info: a #GstPlayerVideoInfo
|
||||||
|
* @fps_n: (out): Numerator of frame rate
|
||||||
|
* @fps_d: (out): Denominator of frame rate
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue