summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-alpha.c2
-rw-r--r--tests/test-rgb-upload.c1
-rw-r--r--tests/test-yuv-upload.c1
3 files changed, 0 insertions, 4 deletions
diff --git a/tests/test-alpha.c b/tests/test-alpha.c
index a69439b..5f3f5a1 100644
--- a/tests/test-alpha.c
+++ b/tests/test-alpha.c
@@ -35,8 +35,6 @@
static gint opt_framerate = 30;
static gchar *opt_fourcc = "I420";
-static gint opt_bpp = 24;
-static gint opt_depth = 24;
static GOptionEntry options[] =
{
diff --git a/tests/test-rgb-upload.c b/tests/test-rgb-upload.c
index 0fc3e71..63708ae 100644
--- a/tests/test-rgb-upload.c
+++ b/tests/test-rgb-upload.c
@@ -76,7 +76,6 @@ main (int argc, char *argv[])
GstElement *sink;
GstCaps *caps;
GstVideoFormat format;
- ClutterGstPlayer *player;
result = clutter_gst_init_with_args (&argc,
&argv,
diff --git a/tests/test-yuv-upload.c b/tests/test-yuv-upload.c
index a2f7f57..c1608cd 100644
--- a/tests/test-yuv-upload.c
+++ b/tests/test-yuv-upload.c
@@ -64,7 +64,6 @@ main (int argc, char *argv[])
GstElement *capsfilter;
GstElement *sink;
GstCaps *caps;
- ClutterGstPlayer *player;
result = clutter_gst_init_with_args (&argc,
&argv,