mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 20:50:25 +08:00
Merge pull request #24138 from mshabunin:fix-gst-plugin-camera
This commit is contained in:
commit
27d718b223
@ -2825,8 +2825,6 @@ CvResult CV_API_CALL cv_capture_open_with_params(
|
||||
if (!handle)
|
||||
return CV_ERROR_FAIL;
|
||||
*handle = NULL;
|
||||
if (!filename)
|
||||
return CV_ERROR_FAIL;
|
||||
GStreamerCapture *cap = 0;
|
||||
try
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user