From da225337807caed50fd954b2346d7bb38897ae8c Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Wed, 29 May 2019 23:20:09 +0200 Subject: [PATCH] doc: remove xml from comments --- gst/rtsp-sink/gstrtspclientsink.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gst/rtsp-sink/gstrtspclientsink.c b/gst/rtsp-sink/gstrtspclientsink.c index c37449487f..8ddf70a2a2 100644 --- a/gst/rtsp-sink/gstrtspclientsink.c +++ b/gst/rtsp-sink/gstrtspclientsink.c @@ -62,12 +62,11 @@ * The new-payloader signal is fired when a payloader is created, in case * an app wants to do custom configuration (such as for MTU). * - * - * Example launch line + * ## Example launch line + * * |[ * gst-launch-1.0 videotestsrc ! jpegenc ! rtspclientsink location=rtsp://some.server/url * ]| Establish a connection to an RTSP server and send JPEG encoded video packets - * */ /* FIXMEs