summaryrefslogtreecommitdiff
path: root/tests/icles/videocrop-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/icles/videocrop-test.c')
-rw-r--r--tests/icles/videocrop-test.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/icles/videocrop-test.c b/tests/icles/videocrop-test.c
index 94656342d..a4874e160 100644
--- a/tests/icles/videocrop-test.c
+++ b/tests/icles/videocrop-test.c
@@ -190,7 +190,6 @@ main (int argc, char **argv)
GError *opt_err = NULL;
GstElement *pipeline, *src, *filter1, *crop, *scale, *filter2, *csp, *sink;
- GMainLoop *loop;
GstCaps *filter_caps = NULL;
GList *caps_list, *l;
@@ -209,8 +208,6 @@ main (int argc, char **argv)
GST_DEBUG_CATEGORY_INIT (videocrop_test_debug, "videocroptest", 0, "vctest");
- loop = g_main_loop_new (NULL, FALSE);
-
pipeline = gst_pipeline_new ("pipeline");
src = gst_element_factory_make ("videotestsrc", "videotestsrc");
g_assert (src != NULL);