Commit a4e35d83 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #6267 from dtmoodie:issue_5918

parents 3b6190df da189ce1
...@@ -874,8 +874,8 @@ bool CvCapture_GStreamer::open( int type, const char* filename ) ...@@ -874,8 +874,8 @@ bool CvCapture_GStreamer::open( int type, const char* filename )
fps = (double)num/(double)denom; fps = (double)num/(double)denom;
// GST_DEBUG_BIN_TO_DOT_FILE(GST_BIN(pipeline), GST_DEBUG_GRAPH_SHOW_ALL, "pipeline") // GST_DEBUG_BIN_TO_DOT_FILE(GST_BIN(pipeline), GST_DEBUG_GRAPH_SHOW_ALL, "pipeline")
if (file)
stopPipeline(); stopPipeline();
} }
__END__; __END__;
......
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