mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
videoencoder: fix gtk-doc chunk for new function
This commit is contained in:
parent
7e47aaf1b9
commit
5df6cc074f
1 changed files with 4 additions and 3 deletions
|
@ -2330,14 +2330,15 @@ gst_video_encoder_get_allocator (GstVideoEncoder * encoder,
|
|||
}
|
||||
|
||||
/**
|
||||
* gst_video_encoder_set_min_pts:
|
||||
* @encoder: a #GstVideoEncoder
|
||||
* @min_pts: minimal PTS that will be passed to handle_frame
|
||||
*
|
||||
* Request minimal value for PTS passed to handle_frame.
|
||||
*
|
||||
* For streams with reordered frames this can be used to ensure that there
|
||||
* is enough time to accomodate first DTS, which may be less than first PTS
|
||||
*
|
||||
* @encoder: a #GstVideoEncoder
|
||||
* @min_pts: minimal PTS that will be passed to handle_frame
|
||||
*
|
||||
* Since 1.6
|
||||
*/
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue