From ece14eae2403b8106d7532e4350a856d80e38769 Mon Sep 17 00:00:00 2001 From: Ruslan Garnov Date: Thu, 26 Nov 2020 20:00:45 +0300 Subject: [PATCH] Removed redundant call of handleNewStream in streaming executor --- modules/gapi/src/executor/gstreamingexecutor.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/gapi/src/executor/gstreamingexecutor.cpp b/modules/gapi/src/executor/gstreamingexecutor.cpp index 58789889a3..70686699d0 100644 --- a/modules/gapi/src/executor/gstreamingexecutor.cpp +++ b/modules/gapi/src/executor/gstreamingexecutor.cpp @@ -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) {