diff --git a/gst/gdp/gstgdpdepay.c b/gst/gdp/gstgdpdepay.c
index 644ae3ba48..2669967d16 100644
--- a/gst/gdp/gstgdpdepay.c
+++ b/gst/gdp/gstgdpdepay.c
@@ -21,18 +21,14 @@
* SECTION:element-gdpdepay
* @see_also: gdppay
*
- *
- *
* This element depayloads GStreamer Data Protocol buffers back to deserialized
* buffers and events.
- *
- *
- *
+ *
+ *
+ * |[
* gst-launch -v -m filesrc location=test.gdp ! gdpdepay ! xvimagesink
- *
- * This pipeline plays back a serialized video stream as created in the
+ * ]| This pipeline plays back a serialized video stream as created in the
* example for gdppay.
- *
*
*/
diff --git a/gst/gdp/gstgdppay.c b/gst/gdp/gstgdppay.c
index c4b7bf9664..99509e8fc2 100644
--- a/gst/gdp/gstgdppay.c
+++ b/gst/gdp/gstgdppay.c
@@ -21,18 +21,14 @@
* SECTION:element-gdppay
* @see_also: gdpdepay
*
- *
- *
* This element payloads GStreamer buffers and events using the
* GStreamer Data Protocol.
- *
- *
- *
+ *
+ *
+ * |[
* gst-launch -v -m videotestsrc num-buffers=50 ! gdppay ! filesink location=test.gdp
- *
- * This pipeline creates a serialized video stream that can be played back
+ * ]| This pipeline creates a serialized video stream that can be played back
* with the example shown in gdpdepay.
- *
*
*/