1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Fixed compatibility with GStreamer 1.x

This commit is contained in:
Alexander Smorkalov
2014-09-25 14:51:34 +04:00
parent cc6e6aa028
commit 15251056ba
2 changed files with 19 additions and 6 deletions
+5 -1
View File
@@ -51,7 +51,11 @@ using namespace cv;
using namespace std;
using namespace cvtest;
const string ext[] = {"avi"}; //, "mov", "mp4"};
#ifdef HAVE_GSTREAMER
const string ext[] = {"avi"};
#else
const string ext[] = {"avi", "mov", "mp4"};
#endif
TEST(Videoio_Video, prop_resolution)
{