Skip to content

Commit

Permalink
Merge pull request opencv#18935 from rgarnov:rg/remove_double_handle_…
Browse files Browse the repository at this point in the history
…new_stream_call
  • Loading branch information
alalek committed Nov 27, 2020
2 parents f90673e + ece14ea commit 23be514
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/gapi/src/executor/gstreamingexecutor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 23be514

Please sign in to comment.