video: fix docs

This commit is contained in:
Wim Taymans 2012-02-23 16:55:11 +01:00
parent e32e8f6c52
commit 06ccd80811

View file

@ -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,