summaryrefslogtreecommitdiff
path: root/gst/gdp/gstgdppay.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gdp/gstgdppay.c')
-rw-r--r--gst/gdp/gstgdppay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gdp/gstgdppay.c b/gst/gdp/gstgdppay.c
index 6b55895b0..3546dd86a 100644
--- a/gst/gdp/gstgdppay.c
+++ b/gst/gdp/gstgdppay.c
@@ -20,17 +20,17 @@
/**
* SECTION:element-gdppay
+ * @title: gdppay
* @see_also: gdpdepay
*
* This element payloads GStreamer buffers and events using the
* GStreamer Data Protocol.
*
- * <refsect2>
* |[
* gst-launch-1.0 -v -m videotestsrc num-buffers=50 ! gdppay ! filesink location=test.gdp
* ]| This pipeline creates a serialized video stream that can be played back
* with the example shown in gdpdepay.
- * </refsect2>
+ *
*/
#ifdef HAVE_CONFIG_H