From 63944753b0264deb86e5cd2ee612d4aecf007b84 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Fri, 13 Mar 2015 18:26:44 +0000 Subject: [PATCH] rtpdtmfmux: properly escape percent sign in documentation --- gst/rtpmanager/gstrtpdtmfmux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/rtpmanager/gstrtpdtmfmux.c b/gst/rtpmanager/gstrtpdtmfmux.c index 4fed17e0f4..9a9c5d9018 100644 --- a/gst/rtpmanager/gstrtpdtmfmux.c +++ b/gst/rtpmanager/gstrtpdtmfmux.c @@ -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