Skip to content

Commit

Permalink
Update NextClientImpl.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
KSAH-42 committed Mar 18, 2024
1 parent 63e9f8f commit 93e2f28
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Resources/NextArchitecture/NextClientImpl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1033,9 +1033,11 @@ namespace TestApp.Rtsp.Clients.Filters.Graphs
RtspFilter.RaiseEvent( filter , new RtspStartedFilterEventArgs() );
}

foreach ( ParrallelFilterEngine engine in _engines )
foreach ( var engine in _engines )
{
engine.Start();
var parrallelEngine = engine as ParrallelFilterEngine;

parrallelEngine?.Start();
}

base.OnStarted( e );
Expand Down

0 comments on commit 93e2f28

Please sign in to comment.