check/gst-libs/controller.c: Header include fix.
authorJan Schmidt <thaytan@mad.scientist.com>
Fri, 9 Sep 2005 23:45:15 +0000 (23:45 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Fri, 9 Sep 2005 23:45:15 +0000 (23:45 +0000)
commit1feeaffc7fb4cd1a5a4b98c5a2678e4fc9fb2fe9
tree46828b707231fa76c8d8619fb895b1ef41bc08f8
parentffd3d7b3c724c71bdc621ac52f9abdf5eb5be8b5
check/gst-libs/controller.c: Header include fix.

Original commit message from CVS:
* check/gst-libs/controller.c:
Header include fix.
* gst/base/gstbasetransform.c:
(gst_base_transform_default_prepare_buf),
(gst_base_transform_handle_buffer):
* gst/base/gstbasetransform.h:
Some more basetransform changes and fixes to enable sub-classes
that modify buffer metadata only.
* gst/elements/gstcapsfilter.c: (gst_capsfilter_class_init),
(gst_capsfilter_init), (gst_capsfilter_transform_ip),
(gst_capsfilter_prepare_buf):
If the output pad has fixed allowed caps and input buffers
don't have any, set the fixed caps on outgoing buffers.
ChangeLog
check/gst-libs/controller.c
gst/base/gstbasetransform.c
gst/base/gstbasetransform.h
gst/elements/gstcapsfilter.c
libs/gst/base/gstbasetransform.c
libs/gst/base/gstbasetransform.h
plugins/elements/gstcapsfilter.c
tests/check/libs/controller.c