summaryrefslogtreecommitdiff
path: root/plugins/nle/nleoperation.c
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2019-06-06 15:40:57 -0400
committerThibault Saunier <tsaunier@igalia.com>2019-07-05 17:52:50 -0400
commit63a49edf1fa92312c2e13d6f2732592231902ce2 (patch)
treef04044e809d24adccbab4976eaae23b32dd26bb4 /plugins/nle/nleoperation.c
parentaca18a29b526070a0c7914a5cd430c094cfb6540 (diff)
docs: Generate ges plugin doc
Diffstat (limited to 'plugins/nle/nleoperation.c')
-rw-r--r--plugins/nle/nleoperation.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/nle/nleoperation.c b/plugins/nle/nleoperation.c
index 5dec1059..ee00ab50 100644
--- a/plugins/nle/nleoperation.c
+++ b/plugins/nle/nleoperation.c
@@ -29,7 +29,7 @@
* SECTION:element-nleoperation
*
* 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.
*/
@@ -131,7 +131,7 @@ nle_operation_class_init (NleOperationClass * klass)
*
* Specifies the number of sink pads the operation should provide.
* If the sinks property is -1 (the default) pads are only created as
- * demanded via get_request_pad() calls on the element.
+ * demanded via `get_request_pad()` calls on the element.
*/
g_object_class_install_property (gobject_class, ARG_SINKS,
g_param_spec_int ("sinks", "Sinks",
@@ -306,7 +306,7 @@ get_src_pad (GstElement * element)
}
/* get_nb_static_sinks:
- *
+ *
* Returns : The number of static sink pads of the controlled element.
*/
static guint