From 38317e3f097e4d9ec4d9b2977738d7370849ceba Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 17 May 2013 15:40:50 +0200 Subject: [PATCH] videometa: fix docs --- gst-libs/gst/video/gstvideometa.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/video/gstvideometa.h b/gst-libs/gst/video/gstvideometa.h index 7ea3666ecc..916a3f7298 100644 --- a/gst-libs/gst/video/gstvideometa.h +++ b/gst-libs/gst/video/gstvideometa.h @@ -129,8 +129,8 @@ GQuark gst_video_meta_transform_scale_get_quark (void); /** * GstVideoMetaTransform: - * @old_info: the old #GstVideoInfo - * @new_info: the new #GstVideoInfo + * @in_info: the input #GstVideoInfo + * @out_info: the output #GstVideoInfo * * Extra data passed to a video transform #GstMetaTransformFunction such as: * "gst-video-scale".