tests/check/: Added fakesink test that checks prerolling and clipping behaviour.
authorWim Taymans <wim.taymans@gmail.com>
Wed, 18 Jan 2006 17:57:57 +0000 (17:57 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 18 Jan 2006 17:57:57 +0000 (17:57 +0000)
commit33e1f68555463dd9672ee64796ab52760cfda162
treeaeb9fd6c898067478ed5304d5b70980b60cebb35
parenta42ee31bd88932edc2c131d9b4bc789f2087adde
tests/check/: Added fakesink test that checks prerolling and clipping behaviour.

Original commit message from CVS:
* tests/check/Makefile.am:
* tests/check/elements/fakesink.c: (chain_async_buffer),
(chain_async), (chain_async_return), (GST_START_TEST),
(fakesink_suite), (main):
Added fakesink test that checks prerolling and clipping
behaviour.

* tests/check/gst/gstutils.c: (GST_START_TEST):
Make check run faster so that buildbots don't timeout.
ChangeLog
tests/check/Makefile.am
tests/check/elements/fakesink.c [new file with mode: 0644]
tests/check/gst/gstutils.c