basetransform: fix typo
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 26 Jan 2012 17:56:14 +0000 (18:56 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 26 Jan 2012 18:28:46 +0000 (19:28 +0100)
libs/gst/base/gstbasetransform.c

index fe6b2fa..2013a96 100644 (file)
@@ -1051,7 +1051,7 @@ gst_base_transform_find_transform (GstBaseTransform * trans, GstPad * pad,
   if (klass->fixate_caps) {
     othercaps = gst_caps_make_writable (othercaps);
 
-    GST_DEBUG_OBJECT (trans, "calling faxate_caps for %" GST_PTR_FORMAT
+    GST_DEBUG_OBJECT (trans, "calling fixate_caps for %" GST_PTR_FORMAT
         " using caps %" GST_PTR_FORMAT " on pad %s:%s", othercaps, caps,
         GST_DEBUG_PAD_NAME (otherpad));
     /* note that we pass the complete array of structures to the fixate