tests: Don't define global buffers variable, it's already defined by libgstcheck
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 30 Mar 2009 13:45:02 +0000 (15:45 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 30 Mar 2009 13:45:02 +0000 (15:45 +0200)
tests/check/elements/queue.c

index 5e9d794..61d874d 100644 (file)
@@ -24,7 +24,6 @@
 
 #include <gst/check/gstcheck.h>
 
-GList *buffers = NULL;
 static gint overrun_count = 0;
 static gint underrun_count = 0;