check: Don't re-declare 'GList *buffers' in the tests
authorEdward Hervey <bilboed@bilboed.com>
Mon, 12 Apr 2010 16:03:20 +0000 (18:03 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 12 Apr 2010 16:03:20 +0000 (18:03 +0200)
commit552f790e843c3cc9838efbbc3ec232d5fb1d66e2
tree236cd21dd021ff04d398c88e9469c26e79b3a21c
parenta155deaabf2f4349778ca41e9aaa772da5a95d52
check: Don't re-declare 'GList *buffers' in the tests

It's an external which lives in gstcheck.c. Redeclaring it makes some
compilers/architectures think the 'buffers' in the individual tests are
a different symbol... and therefore we end up comparing holodecks with
oranges.
tests/check/elements/cmmldec.c
tests/check/elements/cmmlenc.c
tests/check/elements/level.c
tests/check/elements/matroskamux.c
tests/check/elements/rganalysis.c
tests/check/elements/rglimiter.c
tests/check/elements/rgvolume.c
tests/check/elements/spectrum.c
tests/check/elements/videofilter.c