From 5df6cc074fbf483263d1f5288d8f088cf38633ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 13 Jun 2015 13:41:35 +0100 Subject: [PATCH] videoencoder: fix gtk-doc chunk for new function --- gst-libs/gst/video/gstvideoencoder.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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