summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-02-23 16:55:11 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2012-02-23 16:55:11 +0100
commit06ccd80811d025f85f847542eb21044d2aa5b803 (patch)
tree5d001730c552c6adca642cde1728a9e2fef4cae3
parente32e8f6c52197408f32b9f6045875f271c0eb28e (diff)
video: fix docs
-rw-r--r--gst-libs/gst/video/gstvideometa.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gst-libs/gst/video/gstvideometa.c b/gst-libs/gst/video/gstvideometa.c
index 70fcd58f1..8684dea28 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,