| Top |  |  |  |  | 
GstVideoAffineTransformationMeta *
gst_buffer_add_video_affine_transformation_meta
                               (GstBuffer *buffer);
Attaches GstVideoAffineTransformationMeta metadata to buffer
 with
the given parameters.
Since: 1.8
#define gst_buffer_get_video_affine_transformation_meta(b)
void gst_video_affine_transformation_meta_apply_matrix (GstVideoAffineTransformationMeta *meta,const gfloat matrix[16]);
Apply a transformation using the given 4x4 transformation matrix
Since: 1.8