From 06ccd80811d025f85f847542eb21044d2aa5b803 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 23 Feb 2012 16:55:11 +0100 Subject: [PATCH] video: fix docs --- gst-libs/gst/video/gstvideometa.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/video/gstvideometa.c b/gst-libs/gst/video/gstvideometa.c index 70fcd58f1e..8684dea282 100644 --- a/gst-libs/gst/video/gstvideometa.c +++ b/gst-libs/gst/video/gstvideometa.c @@ -237,13 +237,14 @@ gst_buffer_add_video_meta_full (GstBuffer * buffer, GstVideoFlags flags, * @meta: a #GstVideoMeta * @plane: a plane * @info: a #GstMapInfo - * @offset: the offset of where the plane starts in @info + * @data: the data of @plane + * @stride: the stride of @plane * @flags: @GstMapFlags * * Map the video plane with index @plane in @meta and return a pointer to the * first byte of the plane and the stride of the plane. * - * Returns: a pointer to the first byte of the plane data + * Returns: TRUE if the map operation was successful. */ gboolean gst_video_meta_map (GstVideoMeta * meta, guint plane, GstMapInfo * info,