summaryrefslogtreecommitdiff
path: root/gst/inter/gstintersubsink.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/inter/gstintersubsink.c')
-rw-r--r--gst/inter/gstintersubsink.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst/inter/gstintersubsink.c b/gst/inter/gstintersubsink.c
index 038acbbd0..62a627491 100644
--- a/gst/inter/gstintersubsink.c
+++ b/gst/inter/gstintersubsink.c
@@ -18,21 +18,21 @@
*/
/**
* SECTION:element-gstintersubsink
+ * @title: gstintersubsink
*
* The intersubsink element is a subtitle sink element. It is used
* in connection with a intersubsrc element in a different pipeline.
*
- * <refsect2>
- * <title>Example launch line</title>
+ * ## Example launch line
* |[
* gst-launch-1.0 -v ... ! intersubsink
* ]|
- *
+ *
* The intersubsink element cannot be used effectively with gst-launch-1.0,
* as it requires a second pipeline in the application to send audio.
* See the gstintertest.c example in the gst-plugins-bad source code for
* more details.
- * </refsect2>
+ *
*/
#ifdef HAVE_CONFIG_H