basetrans: remove useless variables from prepare_output_buffer
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 21 Jul 2011 11:56:11 +0000 (13:56 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 21 Jul 2011 11:56:11 +0000 (13:56 +0200)
commite4ee356449f2dfc8918f93725ce615f091da090a
treecb22a3e22200e5c37aba8762d52bda8db7aa4392
parentd23fc81c439a0f0f04073c2411ecab75cde5b02d
basetrans: remove useless variables from prepare_output_buffer

Remove the caps and size from the prepare_output_buffer function. with
bufferpools and capsnego done differently, we don't need this in most cases and
if we do, we can simply use the transform_size function and get the caps from
the srcpad.
libs/gst/base/gstbasetransform.c
libs/gst/base/gstbasetransform.h
plugins/elements/gstcapsfilter.c
plugins/elements/gstidentity.c