Opened 19 years ago

Closed 19 years ago

#144 closed defect (fixed)

DVB EIT broken when sourceid is not 1

Reported by: anonymous Owned by: taylor
Priority: trivial Milestone: unknown
Component: mythtv Version:
Severity: low Keywords:
Cc: Ticket locked: no

Description

This line in tv_rec.cpp is the culprit.

scanner = new SIScan("dvb", channel, 1 /* BUG -- should pass sourceid */);

Probably the source id needs to set on each channel change, since a channel class can have multiple sourceid's, one per input.

Change History (1)

comment:1 Changed 19 years ago by danielk

Resolution: fixed
Status: newclosed

Fixed in revision 6922

Note: See TracTickets for help on using tickets.