summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--device.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/device.c b/device.c
index 725c4d5b..4038e776 100644
--- a/device.c
+++ b/device.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: device.c,v 1.94 2010-02-03 14:07:09 phintuka Exp $
+ * $Id: device.c,v 1.95 2010-02-07 22:43:01 rofafor Exp $
*
*/
@@ -800,6 +800,7 @@ void cXinelibDevice::Play(void)
ForEach(m_clients, &cXinelibThread::SetLiveMode, false);
TrickSpeed(-1);
+ cDevice::Play();
}
void cXinelibDevice::Freeze(void)
@@ -808,6 +809,7 @@ void cXinelibDevice::Freeze(void)
TsBufferFlush();
TrickSpeed(0);
+ cDevice::Freeze();
}
int64_t cXinelibDevice::GetSTC(void)