mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-04 20:28:35 +02:00
sectionsd: add table ID to event data
record the originating table ID with every event if not set (e.g. for events read from saved data), it defaults to 0xff to make sure it is bigger than a real existing table ID git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1381 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -9179,6 +9179,7 @@ bool sectionsd_getEPGid(const event_id_t epgID, const time_t startzeit, CEPGData
|
||||
epgdata->contentClassification = std::string(evt.contentClassification.data(), evt.contentClassification.length());
|
||||
epgdata->userClassification = std::string(evt.userClassification.data(), evt.userClassification.length());
|
||||
epgdata->fsk = evt.getFSK();
|
||||
epgdata->table_id = evt.table_id;
|
||||
|
||||
epgdata->epg_times.startzeit = t->startzeit;
|
||||
epgdata->epg_times.dauer = t->dauer;
|
||||
@@ -9236,6 +9237,7 @@ bool sectionsd_getActualEPGServiceKey(const t_channel_id uniqueServiceKey, CEPGD
|
||||
epgdata->contentClassification = std::string(evt.contentClassification.data(), evt.contentClassification.length());
|
||||
epgdata->userClassification = std::string(evt.userClassification.data(), evt.userClassification.length());
|
||||
epgdata->fsk = evt.getFSK();
|
||||
epgdata->table_id = evt.table_id;
|
||||
|
||||
epgdata->epg_times.startzeit = zeit.startzeit;
|
||||
epgdata->epg_times.dauer = zeit.dauer;
|
||||
|
Reference in New Issue
Block a user