summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Reufer <thomas@reufer.ch>2015-04-20 21:26:23 +0200
committerThomas Reufer <thomas@reufer.ch>2015-04-21 06:24:23 +0200
commit3830998cf7aea24a8fe0889ff36641ba96ebb290 (patch)
tree5610e7f3daa0963be0020137240751ab0238dc6b
parent72aa7f44996934618ea9b6869bcbff252c61f0e8 (diff)
downloadvdr-plugin-rpihddevice-3830998cf7aea24a8fe0889ff36641ba96ebb290.tar.gz
vdr-plugin-rpihddevice-3830998cf7aea24a8fe0889ff36641ba96ebb290.tar.bz2
don't change clock speed when flushing
-rw-r--r--omxdevice.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/omxdevice.c b/omxdevice.c
index e649a5a..ccc2a20 100644
--- a/omxdevice.c
+++ b/omxdevice.c
@@ -678,9 +678,7 @@ void cOmxDevice::HandleVideoSetupChanged()
void cOmxDevice::FlushStreams(bool flushVideoRender)
{
DBG("FlushStreams(%s)", flushVideoRender ? "flushVideoRender" : "");
-
m_omx->StopClock();
- m_omx->SetClockScale(0.0f);
if (m_hasVideo)
m_omx->FlushVideo(flushVideoRender);