Commit da189ce1 authored by Dan's avatar Dan

Fixed regression in cv::VideoCapture with gstreamer back end that prevented…

Fixed regression in cv::VideoCapture with gstreamer back end that prevented viewing of rtsp streams.
parent e04f3720
......@@ -860,7 +860,7 @@ bool CvCapture_GStreamer::open( int type, const char* filename )
fps = (double)num/(double)denom;
// GST_DEBUG_BIN_TO_DOT_FILE(GST_BIN(pipeline), GST_DEBUG_GRAPH_SHOW_ALL, "pipeline")
if (file)
stopPipeline();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment