mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 17:16:50 +08:00
[mpp_list]: release the blocked thread at reset
The applcatiion thread is still blocking on the output port. Change-Id: I4693125362a250e5d2f28af8226d608b3040f138 Signed-off-by: Randy Li <randy.li@rock-chips.com>
This commit is contained in:
@@ -241,6 +241,7 @@ RK_S32 mpp_list::flush()
|
|||||||
count--;
|
count--;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
mCondition.signal();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user