summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2014-09-16 03:13:12 +0100
committerLionel Landwerlin <llandwerlin@gmail.com>2014-12-06 21:57:46 +0000
commite3487743aa34e40464fd9d77b7a59958f554023c (patch)
tree261ba34b70a72d18735fbfdde30af16a81dbb681
parent47ad365b2857da5b988b058d865ba1d6c273f654 (diff)
downloadclutter-gst-e3487743aa34e40464fd9d77b7a59958f554023c.tar.gz
tests: remove warnings
-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,