aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/pmt.cpp
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2009-03-31 15:53:09 +0200
committerFelix Domke <tmbinc@elitedvb.net>2009-03-31 15:53:09 +0200
commit624cd1811f54808d23a50840bb35494e4e5ca3b6 (patch)
tree6c1339bd9e7777ebaa6a13fff6202ebfdfd1e193 /lib/dvb/pmt.cpp
parent354bc82ac66fc75ede33a38e9f9ba870b16352f0 (diff)
parentbce53d4a67d1655a496eebe5912c8573e880114e (diff)
downloadenigma2-624cd1811f54808d23a50840bb35494e4e5ca3b6.tar.gz
enigma2-624cd1811f54808d23a50840bb35494e4e5ca3b6.zip
Merge branch 'tmbinc/FixTimingBugs'
Diffstat (limited to 'lib/dvb/pmt.cpp')
-rw-r--r--lib/dvb/pmt.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/dvb/pmt.cpp b/lib/dvb/pmt.cpp
index 279ec74f..0198c8f7 100644
--- a/lib/dvb/pmt.cpp
+++ b/lib/dvb/pmt.cpp
@@ -605,12 +605,15 @@ void eDVBServicePMTHandler::SDTScanEvent(int event)
}
}
-int eDVBServicePMTHandler::tune(eServiceReferenceDVB &ref, int use_decode_demux, eCueSheet *cue, bool simulate)
+int eDVBServicePMTHandler::tune(eServiceReferenceDVB &ref, int use_decode_demux, eCueSheet *cue, bool simulate, eDVBService *service)
{
RESULT res=0;
m_reference = ref;
m_use_decode_demux = use_decode_demux;
+
+ /* use given service as backup. This is used for timeshift where we want to clone the live stream using the cache, but in fact have a PVR channel */
+ m_service = service;
/* is this a normal (non PVR) channel? */
if (ref.path.empty())