video/affinetransformationmeta: use the provided doc comment for the struct

This commit is contained in:
Matthew Waters 2017-08-24 19:11:29 +10:00
parent 2372894c63
commit 5d3d764568
2 changed files with 3 additions and 3 deletions

View File

@ -130,7 +130,8 @@ gst_buffer_add_video_affine_transformation_meta (GstBuffer * buffer)
* @meta: a #GstVideoAffineTransformationMeta * @meta: a #GstVideoAffineTransformationMeta
* @matrix: a 4x4 transformation matrix to be applied * @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 * Since: 1.8
*/ */

View File

@ -37,7 +37,7 @@ typedef gboolean (*GstVideoAffineTransformationGetMatrix) (GstVideoAffineTransfo
#define GST_BUFFER_POOL_OPTION_VIDEO_AFFINE_TRANSFORMATION_META "GstBufferPoolOptionVideoAffineTransformation" #define GST_BUFFER_POOL_OPTION_VIDEO_AFFINE_TRANSFORMATION_META "GstBufferPoolOptionVideoAffineTransformation"
/** /**
* GstVideoAffineTransformation: * GstVideoAffineTransformationMeta:
* @meta: parent #GstMeta * @meta: parent #GstMeta
* @matrix: the column-major 4x4 transformation matrix * @matrix: the column-major 4x4 transformation matrix
* *
@ -54,7 +54,6 @@ typedef gboolean (*GstVideoAffineTransformationGetMatrix) (GstVideoAffineTransfo
* *
* Since: 1.8 * Since: 1.8
*/ */
struct _GstVideoAffineTransformationMeta struct _GstVideoAffineTransformationMeta
{ {
GstMeta meta; GstMeta meta;