mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
tests: camerabin: remove obsolete check for 0.10 feature
This commit is contained in:
parent
c944093d08
commit
7774126c5d
1 changed files with 1 additions and 6 deletions
|
@ -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_video_recordings);
|
||||
|
||||
tcase_add_test (tc_basic, test_image_capture_previews);
|
||||
|
|
Loading…
Reference in a new issue