rtpmux: Fix typo
authorOlivier Crête <olivier.crete@collabora.co.uk>
Tue, 12 Aug 2008 01:05:34 +0000 (21:05 -0400)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 16 Dec 2012 16:31:53 +0000 (16:31 +0000)
gst/rtpmanager/gstrtpmux.c

index 309b0a4..0e1da19 100644 (file)
@@ -427,7 +427,7 @@ gst_rtp_mux_setcaps (GstPad *pad, GstCaps *caps)
       NULL);
 
   GST_DEBUG_OBJECT (rtp_mux,
-      "seting caps %" GST_PTR_FORMAT " on src pad..", caps);
+      "setting caps %" GST_PTR_FORMAT " on src pad..", caps);
   ret = gst_pad_set_caps (rtp_mux->srcpad, caps);
 
  out: