rtspsrc: properly escape percent sign in documentation

This commit is contained in:
Ramiro Polla 2015-03-13 18:26:06 +00:00 committed by Sebastian Dröge
parent 63944753b0
commit 90be7b4e1e

View file

@ -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.