Index: libs/gst/base/gstbasetransform.c
===================================================================
RCS file: /cvs/gstreamer/gstreamer/libs/gst/base/gstbasetransform.c,v
retrieving revision 1.68
diff -u -r1.68 gstbasetransform.c
--- libs/gst/base/gstbasetransform.c	7 Feb 2006 15:49:39 -0000	1.68
+++ libs/gst/base/gstbasetransform.c	15 Feb 2006 12:33:47 -0000
@@ -958,7 +958,7 @@
     GST_DEBUG_OBJECT (trans, "requesting buffer with same caps, size %d", size);
 
     res =
-        gst_pad_alloc_buffer_and_set_caps (trans->srcpad, offset, size, caps,
+        gst_pad_alloc_buffer (trans->srcpad, offset, size, caps,
         buf);
   } else {
     /* if we are configured, request a buffer with the src caps */
@@ -985,7 +985,7 @@
     }
 
     res =
-        gst_pad_alloc_buffer_and_set_caps (trans->srcpad, offset, new_size,
+        gst_pad_alloc_buffer (trans->srcpad, offset, new_size,
         srccaps, buf);
     gst_caps_unref (srccaps);
   }
