[mythtv] [patch] DVB EIT fixes

Kristian Kalweit kalweit at exorpro.de
Fri Jan 28 00:31:03 EST 2005


Taylor Jacob schrieb:

>Quoting Kristian Kalweit <kalweit at exorpro.de>:
>  
>
>>Seems in my backend the EVENTS for siparser/siscan not working
>>correctly. In siparser.cpp I get the debug output from
>>
>>        fprintf(stdout, "EIT_EVENT: LanguageCode='%s' Event_Name='%s'
>>Description='%s'\n", e.LanguageCode.ascii(), e.Event_Name.ascii(),
>>e.Description.asci$
>>
>>Next line the Event is added to a table.
>>    
>>
>
>The event is then added to a QMap of events, not the database..
>
>  
>
Sure I mean this in memory table :-).

>>OK, I see the start of  SIScanner.
>>I never see the output "Got an EventsQMap to process"
>>    
>>
>
>Table[EVENTS]->EmitRequired() must be true.. EVENTS is defined at the top of
>sitypes.h  I believe its 4, but I am at work and can't check yet..
>
>
>  
>
Right, x have to be 4 in CheckTrackers to emit an EventsReady signal. I 
never get this! I only get SIParser: Table[1]->EmitRequired() == true

Kristian.


More information about the mythtv-dev mailing list