summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Reufer <thomas@reufer.ch>2015-03-22 11:37:08 +0100
committerThomas Reufer <thomas@reufer.ch>2015-03-22 11:37:08 +0100
commitecae05d97f6e93808a4e011081aad702ecbc655d (patch)
tree7c1148ec5ed8000943e8dc18fa041191da1c7afc
parent5d0ea756502892250088df8316fd30f5c0a2769b (diff)
downloadvdr-plugin-rpihddevice-ecae05d97f6e93808a4e011081aad702ecbc655d.tar.gz
vdr-plugin-rpihddevice-ecae05d97f6e93808a4e011081aad702ecbc655d.tar.bz2
reset reference time after flush
-rw-r--r--omxdevice.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/omxdevice.c b/omxdevice.c
index ae54e83..ad9c48d 100644
--- a/omxdevice.c
+++ b/omxdevice.c
@@ -766,6 +766,7 @@ void cOmxDevice::FlushStreams(bool flushVideoRender)
m_audio->Reset();
m_omx->FlushAudio();
}
+ m_omx->SetCurrentReferenceTime(0);
}
void cOmxDevice::SetVolumeDevice(int Volume)