summaryrefslogtreecommitdiffstats
path: root/tests/check
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-07-26 10:52:05 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-07-26 10:52:05 +0000
commitb093995aa90655418907fa204243ae6d7d591feb (patch)
treecdd1f56af52e4535ec1508d6f34727b298e077bc /tests/check
parent454c2523355d5a278cf1293c446f308ce4d48c61 (diff)
downloadgst-plugins-bad-b093995aa90655418907fa204243ae6d7d591feb.tar.gz
gst-plugins-bad-b093995aa90655418907fa204243ae6d7d591feb.tar.bz2
gst-plugins-bad-b093995aa90655418907fa204243ae6d7d591feb.zip
gst/gdp/gstgdpdepay.c: proxying get/set caps is the wrong thing to do, since we really do change caps quite fundament...
Original commit message from CVS: * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init): proxying get/set caps is the wrong thing to do, since we really do change caps quite fundamentally * tests/check/elements/gdpdepay.c: * tests/check/elements/gdppay.c: remove declaration of buffers, it's already done in gstcheck.h
Diffstat (limited to 'tests/check')
-rw-r--r--tests/check/elements/gdpdepay.c1
-rw-r--r--tests/check/elements/gdppay.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/check/elements/gdpdepay.c b/tests/check/elements/gdpdepay.c
index ff24ffdb..53b9f85e 100644
--- a/tests/check/elements/gdpdepay.c
+++ b/tests/check/elements/gdpdepay.c
@@ -24,7 +24,6 @@
#include <gst/check/gstcheck.h>
#include <gst/dataprotocol/dataprotocol.h>
-GList *buffers = NULL;
gboolean have_eos = FALSE;
/* For ease of programming we use globals to keep refs for our floating
diff --git a/tests/check/elements/gdppay.c b/tests/check/elements/gdppay.c
index 8d8712dd..a89792e3 100644
--- a/tests/check/elements/gdppay.c
+++ b/tests/check/elements/gdppay.c
@@ -24,7 +24,6 @@
#include <gst/check/gstcheck.h>
#include <gst/dataprotocol/dataprotocol.h>
-GList *buffers = NULL;
gboolean have_eos = FALSE;
/* For ease of programming we use globals to keep refs for our floating