summaryrefslogtreecommitdiff
path: root/gst/inter/gstintersubsrc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/inter/gstintersubsrc.c')
-rw-r--r--gst/inter/gstintersubsrc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst/inter/gstintersubsrc.c b/gst/inter/gstintersubsrc.c
index ac49265f7..2ca1a523a 100644
--- a/gst/inter/gstintersubsrc.c
+++ b/gst/inter/gstintersubsrc.c
@@ -18,22 +18,22 @@
*/
/**
* SECTION:element-gstintersubsrc
+ * @title: gstintersubsrc
*
* The intersubsrc element is a subtitle source element. It is used
* in connection with a intersubsink element in a different pipeline,
* similar to interaudiosink and interaudiosrc.
*
- * <refsect2>
- * <title>Example launch line</title>
+ * ## Example launch line
* |[
* gst-launch-1.0 -v intersubsrc ! kateenc ! oggmux ! filesink location=out.ogv
* ]|
- *
+ *
* The intersubsrc element cannot be used effectively with gst-launch-1.0,
* as it requires a second pipeline in the application to send subtitles.
* See the gstintertest.c example in the gst-plugins-bad source code for
* more details.
- * </refsect2>
+ *
*/
#ifdef HAVE_CONFIG_H