summaryrefslogtreecommitdiff
path: root/gst/videoframe_audiolevel
diff options
context:
space:
mode:
Diffstat (limited to 'gst/videoframe_audiolevel')
-rw-r--r--gst/videoframe_audiolevel/gstvideoframe-audiolevel.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/videoframe_audiolevel/gstvideoframe-audiolevel.c b/gst/videoframe_audiolevel/gstvideoframe-audiolevel.c
index 46fda779e..bd5b43db5 100644
--- a/gst/videoframe_audiolevel/gstvideoframe-audiolevel.c
+++ b/gst/videoframe_audiolevel/gstvideoframe-audiolevel.c
@@ -24,16 +24,16 @@
/**
* SECTION:element-videoframe-audiolevel
+ * @title: videoframe-audiolevel
*
* This element acts like a synchronized audio/video "level". It gathers
* all audio buffers sent between two video frames, and then sends a message
* that contains the RMS value of all samples for these buffers.
*
- * <refsect2>
- * <title>Example launch line</title>
+ * ## Example launch line
* |[
* gst-launch-1.0 -m filesrc location="file.mkv" ! decodebin name=d ! "audio/x-raw" ! videoframe-audiolevel name=l ! autoaudiosink d. ! "video/x-raw" ! l. l. ! queue ! autovideosink ]|
- * </refsect2>
+ *
*/
#ifdef HAVE_CONFIG_H