gstreamer/tests/check
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
..
elements Don't use gst_element_get_pad(). 2008-05-21 15:57:52 +00:00
generic Don't use gst_element_get_pad(). 2008-05-21 15:57:52 +00:00
gst gst/gstcaps.c: Fix subset test. 2008-08-07 12:28:28 +00:00
libs 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
pipelines tests/check/: Use HAVE_VALGRIND_H some more. 2008-06-20 21:08:47 +00:00
.gitignore tests/check/.cvsignore: Ignore test-registry.xml as well. 2007-01-09 14:38:11 +00:00
Makefile.am tests/check/: Add some test basetransform element and the beginnings of various unit tests for it. 2008-06-20 12:06:54 +00:00