win32/common/libgstbase.def: Add new method.

Original commit message from CVS:
* win32/common/libgstbase.def:
Add new method.
This commit is contained in:
Wim Taymans 2008-08-14 14:04:58 +00:00
parent dc9983cbea
commit d229794140
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-08-14 Wim Taymans <wim.taymans@collabora.co.uk>
* win32/common/libgstbase.def:
Add new method.
2008-08-14 Wim Taymans <wim.taymans@collabora.co.uk> 2008-08-14 Wim Taymans <wim.taymans@collabora.co.uk>
* libs/gst/base/gstbasetransform.c: * libs/gst/base/gstbasetransform.c:
@ -13,7 +18,7 @@
available. available.
When we can convert the current buffer to a new format, check if the When we can convert the current buffer to a new format, check if the
buffer size is of the expected size and allocate a new buffer of the buffer size is of the expected size and allocate a new buffer of the
expected size when this is not the case. expected size when this is not the case. Fixes #546883.
* tests/check/libs/transform1.c: (GST_START_TEST): * tests/check/libs/transform1.c: (GST_START_TEST):
remove ifdeffed code from the unit test. remove ifdeffed code from the unit test.

View file

@ -45,6 +45,7 @@ EXPORTS
gst_base_transform_set_in_place gst_base_transform_set_in_place
gst_base_transform_set_passthrough gst_base_transform_set_passthrough
gst_base_transform_set_qos_enabled gst_base_transform_set_qos_enabled
gst_base_transform_suggest
gst_base_transform_update_qos gst_base_transform_update_qos
gst_collect_pads_add_pad gst_collect_pads_add_pad
gst_collect_pads_add_pad_full gst_collect_pads_add_pad_full