summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@collabora.co.uk>2015-03-13 18:26:06 +0000
committerSebastian Dröge <sebastian@centricular.com>2015-03-14 14:22:39 +0000
commit90be7b4e1e29655be8633da2b3188220e832f3e1 (patch)
treeb179f2a7aa920fdd246f710aa673ca60e4bde119
parent63944753b0264deb86e5cd2ee612d4aecf007b84 (diff)
rtspsrc: properly escape percent sign in documentation
-rw-r--r--gst/rtsp/gstrtspsrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c
index 621bb3ce5..c7860243a 100644
--- a/gst/rtsp/gstrtspsrc.c
+++ b/gst/rtsp/gstrtspsrc.c
@@ -53,7 +53,7 @@
* protocols can be controlled with the #GstRTSPSrc:protocols property.
*
* rtspsrc currently understands SDP as the format of the session description.
- * For each stream listed in the SDP a new rtp_stream%d pad will be created
+ * For each stream listed in the SDP a new rtp_stream\%d pad will be created
* with caps derived from the SDP media description. This is a caps of mime type
* "application/x-rtp" that can be connected to any available RTP depayloader
* element.