From 6d3429af34ed0b5905faf32d2f22b9db2451f116 Mon Sep 17 00:00:00 2001 From: Aaron Boxer Date: Mon, 2 Sep 2019 15:08:44 -0400 Subject: documentation: fixed a heap o' typos --- gst/rtp/gstrtpsrc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/rtp') diff --git a/gst/rtp/gstrtpsrc.c b/gst/rtp/gstrtpsrc.c index 387c69157..800b67df9 100644 --- a/gst/rtp/gstrtpsrc.c +++ b/gst/rtp/gstrtpsrc.c @@ -450,7 +450,7 @@ gst_rtp_src_rtpbin_on_ssrc_collision_cb (GstElement * rtpbin, guint session_id, GstRtpSrc *self = GST_RTP_SRC (data); GST_INFO_OBJECT (self, - "Dectected an SSRC collision: session-id 0x%x, ssrc 0x%x.", session_id, + "Detected an SSRC collision: session-id 0x%x, ssrc 0x%x.", session_id, ssrc); } @@ -460,7 +460,7 @@ gst_rtp_src_rtpbin_on_new_ssrc_cb (GstElement * rtpbin, guint session_id, { GstRtpSrc *self = GST_RTP_SRC (data); - GST_INFO_OBJECT (self, "Dectected a new SSRC: session-id 0x%x, ssrc 0x%x.", + GST_INFO_OBJECT (self, "Detected a new SSRC: session-id 0x%x, ssrc 0x%x.", session_id, ssrc); } -- cgit v1.2.1