mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
basetransform: Fix up documentation of transform_meta vfunc
By default we copy all metas that have no tags.
This commit is contained in:
parent
86abdbfb55
commit
c659446371
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue