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)
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

index a7d5848ecf331524d4ce2f5541f8a2389d25b7bf..1ba8fb4a1b501a42afea72e2f1014b94d87e0361 100644 (file)
@@ -92,8 +92,6 @@ static GstBus *bus;
 
 static GstFlowReturn flow;
 
-GList *buffers;
-
 static GList *current_buf;
 
 static gint64 granulerate;
index eff12414c859c2c429b15072b368d356fd9de875..4424a72a778e3f79a424981b6dab1c5a969f6305 100644 (file)
@@ -109,7 +109,6 @@ G_STMT_START {                                                          \
   g_free (b_up);                                                        \
 } G_STMT_END;
 
-GList *buffers;
 static GList *current_buf;
 static guint64 granulerate;
 static guint8 granuleshift;
index d1f744c60eeaf8ab65490e9c76ecef10da523a84..2bb4eb7d8a15686491a59a0c7c1d606197b56548 100644 (file)
@@ -25,7 +25,6 @@
 
 #include <gst/check/gstcheck.h>
 
-GList *buffers = NULL;
 gboolean have_eos = FALSE;
 
 /* For ease of programming we use globals to keep refs for our floating
index efb0fb6bbac1766c7e4a2e8cafd7205babc95f6d..a05b2ca7963dbe227d623485dcafe9433b034136 100644 (file)
@@ -24,8 +24,6 @@
 
 #include <gst/check/gstcheck.h>
 
-GList *buffers = NULL;
-
 /* For ease of programming we use globals to keep refs for our floating
  * src and sink pads we create; otherwise we always have to do get_pad,
  * get_peer, and then remove references in every test function */
index 89ff92eaa4a1771eca3a13bba92ad7286f42050c..8c26cf3e83c6cbb1068c158abf9a8f53d710cc67 100644 (file)
@@ -61,8 +61,6 @@
 
 #include <gst/check/gstcheck.h>
 
-GList *buffers = NULL;
-
 /* For ease of programming we use globals to keep refs for our floating src and
  * sink pads we create; otherwise we always have to do get_pad, get_peer, and
  * then remove references in every test function */
index 9765794b6b9f141ec46f3a309e035550bb8d7bb0..6b4b96a259e083427457fc3061cf4b6639369d37 100644 (file)
@@ -24,8 +24,6 @@
 
 #include <math.h>
 
-GList *buffers = NULL;
-
 /* For ease of programming we use globals to keep refs for our floating
  * src and sink pads we create; otherwise we always have to do get_pad,
  * get_peer, and then remove references in every test function */
index 28d41349fa8539e3e4b9ceba9747092b244e1a72..3add27a722226229187f2c29a101b1674e258c80 100644 (file)
@@ -24,7 +24,6 @@
 
 #include <math.h>
 
-GList *buffers = NULL;
 GList *events = NULL;
 
 /* For ease of programming we use globals to keep refs for our floating src and
index 2045c12a57656a91a7818cf83b8eda92056881f1..0eed1dc00dfad36b33c52e4346d3953f68eeec6c 100644 (file)
@@ -24,7 +24,6 @@
 
 #include <gst/check/gstcheck.h>
 
-GList *buffers = NULL;
 gboolean have_eos = FALSE;
 
 /* For ease of programming we use globals to keep refs for our floating
index f7959ec2fcb9c18d3ed28a833de94b80d042525d..977173889fa5dfb2fa019470d80d2037a222efc5 100644 (file)
@@ -25,7 +25,6 @@
 
 #include <gst/check/gstcheck.h>
 
-GList *buffers = NULL;
 gboolean have_eos = FALSE;
 
 /* For ease of programming we use globals to keep refs for our floating