mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
rtpdtmfmux: properly escape percent sign in documentation
This commit is contained in:
parent
0a945e7099
commit
63944753b0
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@
|
|||
*
|
||||
* The RTP "DTMF" Muxer muxes multiple RTP streams into a valid RTP
|
||||
* stream. It does exactly what its parent (#rtpmux) does, except
|
||||
* that it prevent buffers coming over a regular sink_%%u pad from going through
|
||||
* for the duration of buffers that came in a priority_sink_%%u pad.
|
||||
* that it prevent buffers coming over a regular sink_\%u pad from going through
|
||||
* for the duration of buffers that came in a priority_sink_\%u pad.
|
||||
*
|
||||
* This is especially useful if a discontinuous source like dtmfsrc or
|
||||
* rtpdtmfsrc are connected to the priority sink pads. This way, the generated
|
||||
|
|
Loading…
Reference in a new issue