sdpdemux: properly escape percent sign in documentation

This commit is contained in:
Ramiro Polla 2015-03-13 18:24:43 +00:00 committed by Sebastian Dröge
parent ac89e53173
commit f532a72406

View file

@ -20,7 +20,7 @@
* SECTION:element-sdpdemux
*
* sdpdemux currently understands SDP as the input format of the session description.
* For each stream listed in the SDP a new stream_%u pad will be created
* For each stream listed in the SDP a new stream_\%u 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.