summaryrefslogtreecommitdiff
path: root/gst/timecode/gstavwait.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/timecode/gstavwait.c')
-rw-r--r--gst/timecode/gstavwait.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/timecode/gstavwait.c b/gst/timecode/gstavwait.c
index 780ee80df..9ee73ed57 100644
--- a/gst/timecode/gstavwait.c
+++ b/gst/timecode/gstavwait.c
@@ -23,6 +23,7 @@
/**
* SECTION:element-avwait
+ * @title: avwait
*
* This element will drop all buffers until a specific timecode or running
* time has been reached. It will then pass-through both audio and video,
@@ -31,11 +32,10 @@
* the video). In the "audio-after-video" mode, it only drops audio buffers
* until video has started.
*
- * <refsect2>
- * <title>Example launch line</title>
+ * ## Example launch line
* |[
* gst-launch-1.0 filesrc location="my_file" ! decodebin name=d ! "audio/x-raw" ! avwait name=l target-timecode-str="00:00:04:00" ! autoaudiosink d. ! "video/x-raw" ! timecodestamper ! l. l. ! queue ! timeoverlay time-mode=time-code ! autovideosink
- * </refsect2>
+ *
*/
#ifdef HAVE_CONFIG_H