diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-07-26 10:52:05 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-09-11 01:54:29 +0100 |
commit | 0d7a03eda35966ab22639017cd4bfcb81a022452 (patch) | |
tree | 5694fa8aa65ecddcf8b54ab790a9917bb0679bc4 /tests/check | |
parent | afe32c11ec44f5b56de75093dd011d932b3379ef (diff) | |
download | gstreamer-plugins-bad-0d7a03eda35966ab22639017cd4bfcb81a022452.tar.gz |
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.c | 1 | ||||
-rw-r--r-- | tests/check/elements/gdppay.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/check/elements/gdpdepay.c b/tests/check/elements/gdpdepay.c index ff24ffdb1..53b9f85ee 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 8d8712dd4..a89792e35 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 |