videoencoder: fix gtk-doc chunk for new function

This commit is contained in:
Tim-Philipp Müller 2015-06-13 13:41:35 +01:00
parent 7e47aaf1b9
commit 5df6cc074f

View file

@ -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. * Request minimal value for PTS passed to handle_frame.
* *
* For streams with reordered frames this can be used to ensure that there * 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 * 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 * Since 1.6
*/ */
void void