summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Santos <thiagoss@osg.samsung.com>2015-04-23 14:28:11 -0300
committerThiago Santos <thiagoss@osg.samsung.com>2015-04-24 15:12:46 -0300
commit7774126c5d54f5f506b052e578ee146b2c6ea2dc (patch)
treeec6e2507edf086406d286a097db907b7cf19828a
parentc944093d0847f36bf354211bf192b0c415b84036 (diff)
downloadgstreamer-plugins-bad-7774126c5d54f5f506b052e578ee146b2c6ea2dc.tar.gz
tests: camerabin: remove obsolete check for 0.10 feature
-rw-r--r--tests/check/elements/camerabin.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/check/elements/camerabin.c b/tests/check/elements/camerabin.c
index b5ef62d2f..96440950d 100644
--- a/tests/check/elements/camerabin.c
+++ b/tests/check/elements/camerabin.c
@@ -1634,12 +1634,7 @@ camerabin_suite (void)
tcase_add_test (tc_basic, test_single_image_capture_with_different_caps);
tcase_add_test (tc_basic, test_single_video_recording);
tcase_add_test (tc_basic, test_image_video_cycle);
- if (gst_plugin_feature_check_version ((GstPluginFeature *) jpegenc_factory,
- 0, 10, 27))
- tcase_add_test (tc_basic, test_multiple_image_captures);
- else
- GST_WARNING ("Skipping image capture test because -good 0.10.27 is "
- "needed");
+ tcase_add_test (tc_basic, test_multiple_image_captures);
tcase_add_test (tc_basic, test_multiple_video_recordings);
tcase_add_test (tc_basic, test_image_capture_previews);