decrreased frameinflight for raw packet output
This commit is contained in:
parent
4a20e9909d
commit
6017df8b50
|
@ -108,6 +108,7 @@ void CallFrameDelegate(void* wrapperVoid, const std::string& streamName,
|
|||
MPPGraph* wrapper = (__bridge MPPGraph*)wrapperVoid;
|
||||
@autoreleasepool {
|
||||
if (packetType == MPPPacketTypeRaw) {
|
||||
wrapper->_framesInFlight--;
|
||||
[wrapper.delegate mediapipeGraph:wrapper
|
||||
didOutputPacket:packet
|
||||
fromStream:streamName];
|
||||
|
|
Loading…
Reference in New Issue
Block a user