summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrofafor <rofafor>2010-02-07 22:43:01 +0000
committerrofafor <rofafor>2010-02-07 22:43:01 +0000
commit694cc1111cf02d87f6e3e5d3b4f8015ab5e714d3 (patch)
tree3d5f40d46984419d5e8954a45de4226356dcb0f7
parent7a47234e4ed7c1761e4d3478dee2db9779ad79e3 (diff)
downloadxineliboutput-694cc1111cf02d87f6e3e5d3b4f8015ab5e714d3.tar.gz
xineliboutput-694cc1111cf02d87f6e3e5d3b4f8015ab5e714d3.tar.bz2
Added support for upcoming paused DVB subtitles.
-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)