Removed redundant call of handleNewStream in streaming executor
authorRuslan Garnov <ruslan.garnov@intel.com>
Thu, 26 Nov 2020 17:00:45 +0000 (20:00 +0300)
committerRuslan Garnov <ruslan.garnov@intel.com>
Thu, 26 Nov 2020 19:46:26 +0000 (22:46 +0300)
modules/gapi/src/executor/gstreamingexecutor.cpp

index 5878988..7068669 100644 (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)
     {