X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fservice%2Fservicedvb.h;h=6ced102741556f9edf259a4ca679ad8233b99305;hp=23675bf67e70a293fdaa9c688774f80c7be16da8;hb=ba5ec76317a3bd96895506159b0d5bc1a1a6eecc;hpb=2b49c99dcd77e5c65d9563b38ed25e3153144818 diff --git a/lib/service/servicedvb.h b/lib/service/servicedvb.h index 23675bf..6ced102 100644 --- a/lib/service/servicedvb.h +++ b/lib/service/servicedvb.h @@ -209,6 +209,8 @@ protected: void serviceEvent(int event); void serviceEventTimeshift(int event); Signal2 m_event; + + int m_is_stream; /* pvr */ int m_is_pvr, m_is_paused, m_timeshift_enabled, m_timeshift_active, m_timeshift_changed; @@ -290,7 +292,7 @@ protected: ePtr m_video_event_connection; void video_event(struct iTSMPEGDecoder::videoEvent); - virtual ePtr createDataSource(eServiceReferenceDVB &ref); + virtual ePtr createTsSource(eServiceReferenceDVB &ref); }; class eStaticServiceDVBBouquetInformation: public iStaticServiceInformation