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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user