mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
doc: remove xml from comments
This commit is contained in:
parent
1729104c2c
commit
4c77b04fa1
2 changed files with 0 additions and 9 deletions
|
@ -29,13 +29,8 @@
|
||||||
* SECTION:nleobject
|
* SECTION:nleobject
|
||||||
* @short_description: Base class for GNonLin elements
|
* @short_description: Base class for GNonLin elements
|
||||||
*
|
*
|
||||||
* <refsect2>
|
|
||||||
* <para>
|
|
||||||
* NleObject encapsulates default behaviour and implements standard
|
* NleObject encapsulates default behaviour and implements standard
|
||||||
* properties provided by all the GNonLin elements.
|
* properties provided by all the GNonLin elements.
|
||||||
* </para>
|
|
||||||
* </refsect2>
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -28,13 +28,9 @@
|
||||||
/**
|
/**
|
||||||
* SECTION:element-nleoperation
|
* SECTION:element-nleoperation
|
||||||
*
|
*
|
||||||
* <refsect2>
|
|
||||||
* <para>
|
|
||||||
* A NleOperation performs a transformation or mixing operation on the
|
* A NleOperation performs a transformation or mixing operation on the
|
||||||
* data from one or more #NleSources, which is used to implement filters or
|
* data from one or more #NleSources, which is used to implement filters or
|
||||||
* effects.
|
* effects.
|
||||||
* </para>
|
|
||||||
* </refsect2>
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static GstStaticPadTemplate nle_operation_src_template =
|
static GstStaticPadTemplate nle_operation_src_template =
|
||||||
|
|
Loading…
Reference in a new issue