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)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 12 Apr 2010 16:08:01 +0000 (18:08 +0200)
commit14482a65809516c4a517f208c8cc23ee570263e6
tree8c1138219bef67bf17ce507f146e8030382b44dc
parent1c74f2226410406b184fcee540d64a5cbd88667a
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