[ CCode ( cname = "gst_buffer_add_video_meta_full" ) ]
public unowned Meta? buffer_add_video_meta_full (Buffer buffer, FrameFlags flags, Format format, uint width, uint height, uint n_planes, size_t[] offset, int[] stride)
Attaches GstVideoMeta metadata to buffer with the given parameters.
| buffer |
a Buffer |
| flags | |
| format |
a Format |
| width |
the width |
| height |
the height |
| n_planes |
number of planes |
| offset |
offset of each plane |
| stride |
stride of each plane |
|
the Meta on |