[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:
Randy Li
2017-09-05 11:02:56 +08:00
committed by Herman Chen
parent 5de9a6e299
commit c157afe9db

View File

@@ -241,6 +241,7 @@ RK_S32 mpp_list::flush()
count--; count--;
} }
} }
mCondition.signal();
return 0; return 0;
} }