gst/: Remove the requirement for sub-classes to call the parent implementation of...
authorJan Schmidt <thaytan@mad.scientist.com>
Mon, 12 Sep 2005 13:45:04 +0000 (13:45 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Mon, 12 Sep 2005 13:45:04 +0000 (13:45 +0000)
commitf6d5e3c3c57c52b89ed731af98903758a984b230
tree9a05892170e6e0644cddf02a3ed6fe3e8b052c7b
parentbda1bbd69d6fcdabecdd2da5b0d24d1148410252
gst/: Remove the requirement for sub-classes to call the parent implementation of prepare_output_buffer with a wrappe...

Original commit message from CVS:
* gst/base/gstbasetransform.c: (gst_base_transform_class_init),
(gst_base_transform_prepare_output_buf),
(gst_base_transform_handle_buffer):
* gst/elements/gstcapsfilter.c: (gst_capsfilter_transform_ip),
(gst_capsfilter_prepare_buf):
Remove the requirement for sub-classes to call the parent
implementation of prepare_output_buffer with a wrapper function.

* gst/gsttaglist.h:
* gst/gsttagsetter.h:
Fix #define wrapper
ChangeLog
gst/base/gstbasetransform.c
gst/elements/gstcapsfilter.c
gst/gsttaglist.h
gst/gsttagsetter.h
libs/gst/base/gstbasetransform.c
plugins/elements/gstcapsfilter.c