From 1c3b233fef5a39ae8c76afe3beda3146b0e65621 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Mon, 10 Nov 2014 13:16:01 +0530 Subject: [PATCH] rtpmanager: Trivial typo fix --- gst/rtpmanager/gstrtpbin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtpmanager/gstrtpbin.c b/gst/rtpmanager/gstrtpbin.c index 32472d92d7..25255f1062 100644 --- a/gst/rtpmanager/gstrtpbin.c +++ b/gst/rtpmanager/gstrtpbin.c @@ -80,7 +80,7 @@ * sink_\%u pad that matches the sessionid in the signal and it should have 1 or * more src_\%u pads. For each src_%\u pad, a session will be made (if needed) * and the pad will be linked to the session send_rtp_sink pad. Each session will - * then expose its source pad ad send_rtp_src_\%u on #GstRtpBin. + * then expose its source pad as send_rtp_src_\%u on #GstRtpBin. * An AUX receiver has 1 src_\%u pad that much match the sessionid in the signal * and 1 or more sink_\%u pads. A session will be made for each sink_\%u pad * when the corresponding recv_rtp_sink_\%u pad is requested on #GstRtpBin.