Merge pull request #18935 from rgarnov:rg/remove_double_handle_new_stream_call

This commit is contained in:
Alexander Alekhin 2020-11-27 14:05:01 +00:00
commit 23be514886

View File

@ -1231,10 +1231,6 @@ void cv::gimpl::GStreamingExecutor::setSource(GRunArgs &&ins)
real_video_completion_cb);
}
for (auto &&op : m_ops) {
op.isl_exec->handleNewStream();
}
// Now do this for every island (in a topological order)
for (auto &&op : m_ops)
{