From c659446371a45534dc30c192e77337ac7f630f8d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 29 Jun 2015 13:58:04 +0200 Subject: [PATCH] basetransform: Fix up documentation of transform_meta vfunc By default we copy all metas that have no tags. --- libs/gst/base/gstbasetransform.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/gst/base/gstbasetransform.h b/libs/gst/base/gstbasetransform.h index 84dab80..ab795e8 100644 --- a/libs/gst/base/gstbasetransform.h +++ b/libs/gst/base/gstbasetransform.h @@ -179,9 +179,9 @@ struct _GstBaseTransform { * The default implementation will copy the flags, timestamps and * offsets of the buffer. * @transform_meta: Optional. Transform the metadata on the input buffer to the - * output buffer. By default this method is %NULL and no - * metadata is copied. subclasses can implement this method and - * return %TRUE if the metadata is to be copied. + * output buffer. By default this method copies all meta without + * tags. subclasses can implement this method and return %TRUE if + * the metadata is to be copied. * @before_transform: Optional. * This method is called right before the base class will * start processing. Dynamic properties or other delayed -- 2.7.4