summaryrefslogtreecommitdiff
path: root/plugins/elements/gstconcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elements/gstconcat.c')
-rw-r--r--plugins/elements/gstconcat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/elements/gstconcat.c b/plugins/elements/gstconcat.c
index 788cc9c78..4cc134d99 100644
--- a/plugins/elements/gstconcat.c
+++ b/plugins/elements/gstconcat.c
@@ -20,6 +20,7 @@
*/
/**
* SECTION:element-concat
+ * @title: concat
* @see_also: #GstFunnel
*
* Concatenates streams together to one continous stream.
@@ -37,12 +38,11 @@
* another downstream element like a streamsynchronizer adjusts the base
* values on its own). The adjust-base property can be used for this purpose.
*
- * <refsect2>
- * <title>Example launch line</title>
+ * ## Example launch line
* |[
* gst-launch-1.0 concat name=c ! xvimagesink videotestsrc num-buffers=100 ! c. videotestsrc num-buffers=100 pattern=ball ! c.
* ]| Plays two video streams one after another.
- * </refsect2>
+ *
*/
#ifdef HAVE_CONFIG_H