summaryrefslogtreecommitdiff
path: root/gst/debugutils/gstchopmydata.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/debugutils/gstchopmydata.c')
-rw-r--r--gst/debugutils/gstchopmydata.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/gst/debugutils/gstchopmydata.c b/gst/debugutils/gstchopmydata.c
index c382d3274..bed08befb 100644
--- a/gst/debugutils/gstchopmydata.c
+++ b/gst/debugutils/gstchopmydata.c
@@ -18,26 +18,25 @@
*/
/**
* SECTION:element-gstchopmydata
+ * @title: gstchopmydata
*
* The chopmydata element takes an incoming stream and chops it up
* into randomly sized buffers. Size of outgoing buffers are determined
* by the max-size, min-size, and step-size properties.
*
- * <refsect2>
- * <title>Example launch line</title>
+ * ## Example launch line
* |[
* gst-launch-1.0 -v audiotestsrc num-buffers=10 ! chopmydata min-size=100
* max-size=200 step-size=2 ! fakesink -v
* ]|
- *
+ *
* This pipeline will create 10 buffers that are by default 2048 bytes
* each (1024 samples each), and chop them up into buffers that range
* in size from 100 bytes to 200 bytes, with the restriction that sizes
* are a multiple of 2. This restriction is important, because the
* default sample size for audiotestsrc is 2 bytes (one channel, 16-bit
* audio).
- *
- * </refsect2>
+ *
*/
#ifdef HAVE_CONFIG_H