[MOVED FROM GST-P-FARSIGHT] Fix typo
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>
Tue, 12 Aug 2008 01:05:34 +0000 (21:05 -0400)
committerEdward Hervey <bilboed@bilboed.com>
Sat, 21 Feb 2009 16:48:54 +0000 (17:48 +0100)
gst/rtpmux/gstrtpmux.c

index 2358986118c03b052c90c4b22ba1e3c9023ab141..c6c3500315436d655bd97431c2d9eddabef19ce1 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: