check: Don't re-declare 'GList *buffers' in the tests
authorEdward Hervey <bilboed@bilboed.com>
Mon, 12 Apr 2010 16:07:29 +0000 (18:07 +0200)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 8 Apr 2011 17:07:06 +0000 (18:07 +0100)
commit6bd1be78bf9f40b68f9cf2c806a2987379fdd18e
tree69881108c242a98101cb58b90c595579b61706fb
parentf7e228edb0015c9d6cc74fda2775d0e791fbb690
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/aacparse.c
tests/check/elements/amrparse.c