mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
video: fix docs
This commit is contained in:
parent
e32e8f6c52
commit
06ccd80811
1 changed files with 3 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue