videometa: fix docs

This commit is contained in:
Wim Taymans 2013-05-17 15:40:50 +02:00
parent c5e9df4b51
commit 38317e3f09

View file

@ -129,8 +129,8 @@ GQuark gst_video_meta_transform_scale_get_quark (void);
/** /**
* GstVideoMetaTransform: * GstVideoMetaTransform:
* @old_info: the old #GstVideoInfo * @in_info: the input #GstVideoInfo
* @new_info: the new #GstVideoInfo * @out_info: the output #GstVideoInfo
* *
* Extra data passed to a video transform #GstMetaTransformFunction such as: * Extra data passed to a video transform #GstMetaTransformFunction such as:
* "gst-video-scale". * "gst-video-scale".