gstreamer/tests/check/libs
Wim Taymans dc9983cbea libs/gst/base/gstbasetransform.c: Don't overwrite the outsize when calculating the expected size of a new buffer beca...
Original commit message from CVS:
* libs/gst/base/gstbasetransform.c:
(gst_base_transform_transform_caps),
(gst_base_transform_prepare_output_buffer),
(gst_base_transform_buffer_alloc), (gst_base_transform_suggest):
Don't overwrite the outsize when calculating the expected size of a new
buffer because we still need it in case we cannot process the new
buffer.
When converting the size of the new buffer to an upstream size, actually
use the expected size of the buffer, not some other random value.
Use an atomic int to signal that a new upstream caps suggestion is
available.
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
expected size when this is not the case.
* tests/check/libs/transform1.c: (GST_START_TEST):
remove ifdeffed code from the unit test.
2008-08-14 13:57:58 +00:00
..
.gitignore moap ignore 2006-07-02 22:20:20 +00:00
adapter.c And correct even more valid sparse warnings. 2008-02-29 13:59:24 +00:00
basesrc.c Don't use gst_element_get_pad(). 2008-05-21 15:57:52 +00:00
collectpads.c Correct all relevant warnings found by the sparse semantic code analyzer. This include marking several symbols static... 2008-02-29 12:41:33 +00:00
controller.c Rewrite handling of default values. Fix overflow with unsigned types in linear interpolation. Remove now obsolete _fi... 2008-06-20 08:17:08 +00:00
gdp.c tests/check/libs/gdp.c: Also enable the GDP unit test again on PPC now that the bug is fixed. 2008-06-30 09:42:43 +00:00
gstnetclientclock.c And correct even more valid sparse warnings. 2008-02-29 13:59:24 +00:00
gstnettimeprovider.c And correct even more valid sparse warnings. 2008-02-29 13:59:24 +00:00
libsabi.c And correct even more valid sparse warnings. 2008-02-29 13:59:24 +00:00
struct_hppa.h And correct even more valid sparse warnings. 2008-02-29 13:59:24 +00:00
struct_i386.h And correct even more valid sparse warnings. 2008-02-29 13:59:24 +00:00
struct_ppc32.h And correct even more valid sparse warnings. 2008-02-29 13:59:24 +00:00
struct_ppc64.h And correct even more valid sparse warnings. 2008-02-29 13:59:24 +00:00
struct_x86_64.h And correct even more valid sparse warnings. 2008-02-29 13:59:24 +00:00
test_transform.c tests/check/libs/: More tests, prepare for tests with switching caps in buffer_alloc. 2008-06-25 17:27:30 +00:00
transform1.c libs/gst/base/gstbasetransform.c: Don't overwrite the outsize when calculating the expected size of a new buffer beca... 2008-08-14 13:57:58 +00:00
typefindhelper.c tests/check/: Don't use GST_PLUGIN_DEFINE_STATIC, it is not portable and is going to be deprecated (see #498924). 2007-12-21 21:17:32 +00:00