mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
tests: camerabin2: remove unused var
This commit is contained in:
parent
cff308eba2
commit
65d74fa2bf
1 changed files with 0 additions and 2 deletions
|
@ -1248,7 +1248,6 @@ static Suite *
|
||||||
camerabin_suite (void)
|
camerabin_suite (void)
|
||||||
{
|
{
|
||||||
GstElementFactory *jpegenc_factory;
|
GstElementFactory *jpegenc_factory;
|
||||||
GstElementFactory *pngenc_factory;
|
|
||||||
Suite *s = suite_create ("camerabin2");
|
Suite *s = suite_create ("camerabin2");
|
||||||
gint i;
|
gint i;
|
||||||
TCase *tc_generic = tcase_create ("generic");
|
TCase *tc_generic = tcase_create ("generic");
|
||||||
|
@ -1258,7 +1257,6 @@ camerabin_suite (void)
|
||||||
GST_WARNING ("Skipping camerabin2 tests because jpegenc is missing");
|
GST_WARNING ("Skipping camerabin2 tests because jpegenc is missing");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
pngenc_factory = gst_element_factory_find ("pngenc");
|
|
||||||
|
|
||||||
suite_add_tcase (s, tc_generic);
|
suite_add_tcase (s, tc_generic);
|
||||||
tcase_add_checked_fixture (tc_generic, setup_wrappercamerabinsrc_videotestsrc,
|
tcase_add_checked_fixture (tc_generic, setup_wrappercamerabinsrc_videotestsrc,
|
||||||
|
|
Loading…
Reference in a new issue