From: Sebastian Dröge Date: Mon, 29 Jun 2015 11:58:04 +0000 (+0200) Subject: basetransform: Fix up documentation of transform_meta vfunc X-Git-Tag: 1.6.1~159 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c659446371a45534dc30c192e77337ac7f630f8d;p=platform%2Fupstream%2Fgstreamer.git basetransform: Fix up documentation of transform_meta vfunc By default we copy all metas that have no tags. --- 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