player: Fix documentation for gst_player_video_info_get_framerate()

Document out parameters and fix function name.
This commit is contained in:
Arun Raghavan 2016-05-23 17:00:22 +05:30
parent 0f19a48c98
commit 18f8895f33

View file

@ -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
* @fps_n: (out): Numerator of frame rate
* @fps_d: (out): Denominator of frame rate
*
*/
void