diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2011-01-28 12:45:16 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2011-01-28 12:45:16 +0100 |
| commit | c9839b5bbd097c884d979e43531ddbbcca9fa162 (patch) | |
| tree | 74ba38e3c76d01dc07bd72dc8a7d3c600ccb9941 /lib/dvb/pmt.h | |
| parent | 44fb836216b0873cbd2de53029cbe6cd56f24ee1 (diff) | |
| download | enigma2-c9839b5bbd097c884d979e43531ddbbcca9fa162.tar.gz enigma2-c9839b5bbd097c884d979e43531ddbbcca9fa162.zip | |
no more use proprietary /dev/misc/pvr .. use linux tv api /dev/dvb/adapterX/dvrXmaster-2011.02
this needs new hardware drivers!!
fixed bug #672
Diffstat (limited to 'lib/dvb/pmt.h')
| -rw-r--r-- | lib/dvb/pmt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h index 86b634fc..6b20d714 100644 --- a/lib/dvb/pmt.h +++ b/lib/dvb/pmt.h @@ -86,8 +86,8 @@ class eDVBServicePMTHandler: public Object eUsePtr<iDVBChannel> m_channel; eUsePtr<iDVBPVRChannel> m_pvr_channel; ePtr<eDVBResourceManager> m_resourceManager; - ePtr<iDVBDemux> m_demux; - + ePtr<iDVBDemux> m_demux, m_pvr_demux_tmp; + void channelStateChanged(iDVBChannel *); ePtr<eConnection> m_channelStateChanged_connection; void channelEvent(iDVBChannel *, int event); |
