summaryrefslogtreecommitdiff
path: root/gst/timecode
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2017-03-08 15:01:13 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-04-12 12:57:57 -0300
commit78022a6e0c05ce482b798cf638cbd3f901a5094e (patch)
tree9725b5939d840f6eb3e8f39e032866e82413cb83 /gst/timecode
parent90f766cc518b4fde651162d6e0c7d190373e3c61 (diff)
docs: Port all docstring to gtk-doc markdown
Diffstat (limited to 'gst/timecode')
-rw-r--r--gst/timecode/gstavwait.c6
-rw-r--r--gst/timecode/gsttimecodestamper.c6
2 files changed, 6 insertions, 6 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
diff --git a/gst/timecode/gsttimecodestamper.c b/gst/timecode/gsttimecodestamper.c
index 81860d0dc..b3c513ca0 100644
--- a/gst/timecode/gsttimecodestamper.c
+++ b/gst/timecode/gsttimecodestamper.c
@@ -22,18 +22,18 @@
/**
* SECTION:element-timecodestamper
+ * @title: timecodestamper
* @short_description: Attach a timecode into incoming video frames
*
* This element attaches a timecode into every incoming video frame. It starts
* counting from the stream time of each segment start, which it converts into
* a timecode.
*
- * <refsect2>
- * <title>Example launch line</title>
+ * ## Example launch line
* |[
* gst-launch-1.0 videotestsrc ! timecodestamper ! autovideosink
* ]|
- * </refsect2>
+ *
*/
#ifdef HAVE_CONFIG_H