Show
Ignore:
Timestamp:
06/22/09 23:18:09 (15 months ago)
Author:
andoma
Message:

If we are unable to create a demultiplex filter in hardware for a table,
put the table on a pending queue and cycle through all tables.

Fixes problems with low-end adapters that does not support that many
filter in hardware.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tvheadend/src/dvb/dvb_multiplex.c

    r2544 r3084  
    129129  TAILQ_INSERT_TAIL(tdmi->tdmi_scan_queue, tdmi, tdmi_scan_link); 
    130130 
     131  TAILQ_INIT(&tdmi->tdmi_table_queue); 
     132 
    131133  tdmi->tdmi_transport_stream_id = tsid; 
    132134  tdmi->tdmi_adapter = tda;