summaryrefslogtreecommitdiff
path: root/gst/debugutils/gstwatchdog.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/debugutils/gstwatchdog.c')
-rw-r--r--gst/debugutils/gstwatchdog.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/debugutils/gstwatchdog.c b/gst/debugutils/gstwatchdog.c
index 0a4c12e7b..1824cbf3b 100644
--- a/gst/debugutils/gstwatchdog.c
+++ b/gst/debugutils/gstwatchdog.c
@@ -19,6 +19,7 @@
*/
/**
* SECTION:element-gstwatchdog
+ * @title: watchdog
*
* The watchdog element watches buffers and events flowing through
* a pipeline. If no buffers are seen for a configurable amount of
@@ -32,12 +33,11 @@
* This element is currently intended for transcoding pipelines,
* although may be useful in other contexts.
*
- * <refsect2>
- * <title>Example launch line</title>
+ * ## Example launch line
* |[
* gst-launch-1.0 -v fakesrc ! watchdog ! fakesink
* ]|
- * </refsect2>
+ *
*/
#ifdef HAVE_CONFIG_H