Before Input Buffer is taken from the queue, port flush status is checked,
however, the current port flush status is always false.
so added to set the initial part
Change-Id: I86c715f1df751a34fb03b52b44587193db0810ad
Signed-off-by: Kim Sangyub <sangyub.kim@samsung.com>
Exynos_OSAL_SignalSet(pExynosComponent->pauseEvent);
+ pExynosComponent->pExynosPort[nPortIndex].bIsPortFlushed = OMX_TRUE;
+
pExynosPort = &pExynosComponent->pExynosPort[nPortIndex];
Exynos_OMX_GetFlushBuffer(pExynosPort, &flushPortBuffer);