mirror of
https://github.com/opencv/opencv.git
synced 2025-06-10 19:24:07 +08:00
Removed redundant call of handleNewStream in streaming executor
This commit is contained in:
parent
d65c6af3a5
commit
ece14eae24
@ -1231,10 +1231,6 @@ void cv::gimpl::GStreamingExecutor::setSource(GRunArgs &&ins)
|
|||||||
real_video_completion_cb);
|
real_video_completion_cb);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (auto &&op : m_ops) {
|
|
||||||
op.isl_exec->handleNewStream();
|
|
||||||
}
|
|
||||||
|
|
||||||
// Now do this for every island (in a topological order)
|
// Now do this for every island (in a topological order)
|
||||||
for (auto &&op : m_ops)
|
for (auto &&op : m_ops)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user