tests: camerabin2: remove unused var
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Thu, 26 May 2011 03:09:28 +0000 (00:09 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Thu, 2 Jun 2011 19:24:03 +0000 (16:24 -0300)
tests/check/elements/camerabin2.c

index f0639e4375a01a03cc75d4b86edc506262a11840..6f58a1e25a367fe874a3ac78a40c1df4e3b52161 100644 (file)
@@ -1248,7 +1248,6 @@ static Suite *
 camerabin_suite (void)
 {
   GstElementFactory *jpegenc_factory;
-  GstElementFactory *pngenc_factory;
   Suite *s = suite_create ("camerabin2");
   gint i;
   TCase *tc_generic = tcase_create ("generic");
@@ -1258,7 +1257,6 @@ camerabin_suite (void)
     GST_WARNING ("Skipping camerabin2 tests because jpegenc is missing");
     goto end;
   }
-  pngenc_factory = gst_element_factory_find ("pngenc");
 
   suite_add_tcase (s, tc_generic);
   tcase_add_checked_fixture (tc_generic, setup_wrappercamerabinsrc_videotestsrc,