Minor fix for previous commit
This commit is contained in:
parent
2bedf5bfd5
commit
0905c4f6c6
@ -251,7 +251,7 @@ CV_IMPL CvCapture * cvCreateCameraCapture (int index)
|
|||||||
return capture;
|
return capture;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_GSTREAMER && 0
|
#if defined(HAVE_GSTREAMER) && 0
|
||||||
//Re-enable again when gstreamer 1394 support will land in the backend code
|
//Re-enable again when gstreamer 1394 support will land in the backend code
|
||||||
capture = cvCreateCapture_GStreamer(CV_CAP_GSTREAMER_1394, 0);
|
capture = cvCreateCapture_GStreamer(CV_CAP_GSTREAMER_1394, 0);
|
||||||
if (capture)
|
if (capture)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user