diff --git a/gst-libs/gst/video/gstvideoencoder.c b/gst-libs/gst/video/gstvideoencoder.c index fdecd4d712..ebeaa7a7d4 100644 --- a/gst-libs/gst/video/gstvideoencoder.c +++ b/gst-libs/gst/video/gstvideoencoder.c @@ -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