summaryrefslogtreecommitdiff
path: root/gst/debugutils/progressreport.c
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2018-10-22 11:39:24 +0200
committerThibault Saunier <tsaunier@igalia.com>2019-05-13 10:24:40 -0400
commit0a6a62aa7652f0b5a689d4cecbc031b763c2000a (patch)
treeb997ae369140d0711df167b672149cd1319a3cf0 /gst/debugutils/progressreport.c
parent135e12565b5b79ea5d2d2f15b569060ce2c64b76 (diff)
docs: Port all docstring to gtk-doc markdown
Diffstat (limited to 'gst/debugutils/progressreport.c')
-rw-r--r--gst/debugutils/progressreport.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/debugutils/progressreport.c b/gst/debugutils/progressreport.c
index 906bf0f05..a3be8adc8 100644
--- a/gst/debugutils/progressreport.c
+++ b/gst/debugutils/progressreport.c
@@ -22,6 +22,7 @@
/**
* SECTION:element-progressreport
+ * @title: progressreport
*
* The progressreport element can be put into a pipeline to report progress,
* which is done by doing upstream duration and position queries in regular
@@ -53,15 +54,14 @@
* is in reference to an internal point of a pipeline and not the pipeline as
* a whole).
*
- * <refsect2>
- * <title>Example launch line</title>
+ * ## Example launch line
* |[
* gst-launch-1.0 -m filesrc location=foo.ogg ! decodebin ! progressreport update-freq=1 ! audioconvert ! audioresample ! autoaudiosink
* ]| This shows a progress query where a duration is available.
* |[
* gst-launch-1.0 -m audiotestsrc ! progressreport update-freq=1 ! audioconvert ! autoaudiosink
* ]| This shows a progress query where no duration is available.
- * </refsect2>
+ *
*/
#ifdef HAVE_CONFIG_H