summaryrefslogtreecommitdiff
path: root/ext/sbc/gstsbcdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sbc/gstsbcdec.c')
-rw-r--r--ext/sbc/gstsbcdec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/sbc/gstsbcdec.c b/ext/sbc/gstsbcdec.c
index 5019e8326..84b515709 100644
--- a/ext/sbc/gstsbcdec.c
+++ b/ext/sbc/gstsbcdec.c
@@ -21,15 +21,15 @@
/**
* SECTION:element-sbdec
+ * @title: sbdec
*
* This element decodes a Bluetooth SBC audio streams to raw integer PCM audio
*
- * <refsect2>
- * <title>Example pipelines</title>
+ * ## Example pipelines
* |[
* gst-launch-1.0 -v filesrc location=audio.sbc ! sbcparse ! sbcdec ! audioconvert ! audioresample ! autoaudiosink
* ]| Decode a raw SBC file.
- * </refsect2>
+ *
*/
#ifdef HAVE_CONFIG_H