Merge pull request #3806 from enpe:master
This commit is contained in:
commit
368213290f
@ -574,7 +574,7 @@ bool CvCapture_GStreamer::open( int type, const char* filename )
|
||||
return false;
|
||||
}
|
||||
g_object_unref(G_OBJECT(testfac));
|
||||
filename = "v4lsrc ! "COLOR_ELEM" ! appsink";
|
||||
filename = "v4lsrc ! " COLOR_ELEM " ! appsink";
|
||||
}
|
||||
if (type == CV_CAP_GSTREAMER_V4L2){
|
||||
testfac = gst_element_factory_find("v4l2src");
|
||||
@ -582,7 +582,7 @@ bool CvCapture_GStreamer::open( int type, const char* filename )
|
||||
return false;
|
||||
}
|
||||
g_object_unref(G_OBJECT(testfac));
|
||||
filename = "v4l2src ! "COLOR_ELEM" ! appsink";
|
||||
filename = "v4l2src ! " COLOR_ELEM " ! appsink";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user