mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
videoencoder: remove empty line to make g-i-scanner happy
gstvideoencoder.h:228: Warning: GstVideo: "@transform_meta" parameter unexpected at this location: * @transform_meta: Optional. Transform the metadata on ...
This commit is contained in:
parent
a1c3276159
commit
d259a233a5
1 changed files with 0 additions and 1 deletions
|
@ -224,7 +224,6 @@ struct _GstVideoEncoder
|
||||||
* return TRUE if the query could be performed. Subclasses
|
* return TRUE if the query could be performed. Subclasses
|
||||||
* should chain up to the parent implementation to invoke the
|
* should chain up to the parent implementation to invoke the
|
||||||
* default handler. Since 1.4
|
* default handler. Since 1.4
|
||||||
*
|
|
||||||
* @transform_meta: Optional. Transform the metadata on the input buffer to the
|
* @transform_meta: Optional. Transform the metadata on the input buffer to the
|
||||||
* output buffer. By default this method is copies all meta without
|
* output buffer. By default this method is copies all meta without
|
||||||
* tags and meta with only the "video" tag. subclasses can
|
* tags and meta with only the "video" tag. subclasses can
|
||||||
|
|
Loading…
Reference in a new issue