mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
sdpdemux: properly escape percent sign in documentation
This commit is contained in:
parent
ac89e53173
commit
f532a72406
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
* SECTION:element-sdpdemux
|
* SECTION:element-sdpdemux
|
||||||
*
|
*
|
||||||
* sdpdemux currently understands SDP as the input format of the session description.
|
* 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
|
* 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
|
* "application/x-rtp" that can be connected to any available RTP depayloader
|
||||||
* element.
|
* element.
|
||||||
|
|
Loading…
Reference in a new issue