From dd2ba0180ad3832d0f37c09287f0e0e4f11374b6 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 5 Dec 2005 13:04:22 +0000 Subject: Update for alloc_buffer changes. Original commit message from CVS: 2005-12-05 Andy Wingo * ext/faac/gstfaac.c: (gst_faac_sink_event), (gst_faac_chain): * ext/faad/gstfaad.c: (gst_faad_chain): * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_chain): * ext/lcs/gstcolorspace.c: (gst_colorspace_chain): * ext/xine/xineinput.c: (gst_xine_input_get): * gst/colorspace/gstcolorspace.c: (gst_colorspace_chain): * gst/speed/gstspeed.c: (speed_chain): * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain): Update for alloc_buffer changes. --- gst/speed/gstspeed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/speed') diff --git a/gst/speed/gstspeed.c b/gst/speed/gstspeed.c index fb04f35e9..4e11891aa 100644 --- a/gst/speed/gstspeed.c +++ b/gst/speed/gstspeed.c @@ -686,7 +686,7 @@ speed_chain (GstPad * pad, GstBuffer * in_buf) filter->sample_size; result = - gst_pad_alloc_buffer (filter->srcpad, -1, out_size, + gst_pad_alloc_buffer_and_set_caps (filter->srcpad, -1, out_size, GST_PAD_CAPS (filter->srcpad), &out_buf); if (result != GST_FLOW_OK) { -- cgit v1.2.1