basetrans: fix comment
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 2 Mar 2012 10:04:21 +0000 (11:04 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 2 Mar 2012 10:08:55 +0000 (11:08 +0100)
libs/gst/base/gstbasetransform.c

index f88d74d..0d18549 100644 (file)
@@ -1169,7 +1169,7 @@ gst_base_transform_acceptcaps_default (GstBaseTransform * trans,
   {
     GstCaps *allowed;
 
-    GST_DEBUG_OBJECT (trans, "non fixed accept caps %" GST_PTR_FORMAT, caps);
+    GST_DEBUG_OBJECT (trans, "accept caps %" GST_PTR_FORMAT, caps);
 
     /* get all the formats we can handle on this pad */
     if (direction == GST_PAD_SRC)