mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
video/affinetransformationmeta: use the provided doc comment for the struct
This commit is contained in:
parent
2372894c63
commit
5d3d764568
2 changed files with 3 additions and 3 deletions
|
@ -130,7 +130,8 @@ gst_buffer_add_video_affine_transformation_meta (GstBuffer * buffer)
|
|||
* @meta: a #GstVideoAffineTransformationMeta
|
||||
* @matrix: a 4x4 transformation matrix to be applied
|
||||
*
|
||||
* Apply a transformation using the given 4x4 transformation matrix
|
||||
* Apply a transformation using the given 4x4 transformation matrix.
|
||||
* Performs the multiplication, meta->matrix X matrix.
|
||||
*
|
||||
* Since: 1.8
|
||||
*/
|
||||
|
|
|
@ -37,7 +37,7 @@ typedef gboolean (*GstVideoAffineTransformationGetMatrix) (GstVideoAffineTransfo
|
|||
#define GST_BUFFER_POOL_OPTION_VIDEO_AFFINE_TRANSFORMATION_META "GstBufferPoolOptionVideoAffineTransformation"
|
||||
|
||||
/**
|
||||
* GstVideoAffineTransformation:
|
||||
* GstVideoAffineTransformationMeta:
|
||||
* @meta: parent #GstMeta
|
||||
* @matrix: the column-major 4x4 transformation matrix
|
||||
*
|
||||
|
@ -54,7 +54,6 @@ typedef gboolean (*GstVideoAffineTransformationGetMatrix) (GstVideoAffineTransfo
|
|||
*
|
||||
* Since: 1.8
|
||||
*/
|
||||
|
||||
struct _GstVideoAffineTransformationMeta
|
||||
{
|
||||
GstMeta meta;
|
||||
|
|
Loading…
Reference in a new issue