aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/service/servicedvb.h')
-rw-r--r--lib/service/servicedvb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/service/servicedvb.h b/lib/service/servicedvb.h
index b40341f7..c765e0e3 100644
--- a/lib/service/servicedvb.h
+++ b/lib/service/servicedvb.h
@@ -267,6 +267,10 @@ private:
ePtr<eDVBRadioTextParser> m_radiotext_parser;
ePtr<eConnection> m_radiotext_updated_connection;
void radioTextUpdated();
+
+ ePtr<eConnection> m_video_event_connection;
+ void video_event(struct iTSMPEGDecoder::videoEvent);
+ struct iTSMPEGDecoder::videoEvent m_videoEventData;
};
class eStaticServiceDVBBouquetInformation: public iStaticServiceInformation