Opened 19 years ago
Closed 19 years ago
#2692 closed patch (fixed)
DTVMultiplex transmission_mode & bandwidth parseTable and dbStr use "auto" instead of "a"
| Reported by: | Owned by: | danielk | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | dvb | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
attached patch fixes it
Attachments (2)
Change History (5)
by , 19 years ago
| Attachment: | 061115_fix_transmission_mode.diff added |
|---|
comment:1 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 19 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
| Summary: | DTVMultiplex transmission_mode parseTable and dbStr use "auto" instead of "a" → DTVMultiplex transmission_mode & bandwidth parseTable and dbStr use "auto" instead of "a" |
bandwidth "auto" parsing is also broken
by , 19 years ago
| Attachment: | 061119_fix_bandwidth.diff added |
|---|
Note:
See TracTickets
for help on using tickets.

(In [11753]) Fixes #2692. we were incorrectly using 'auto' instead of 'a' for the bandwidth parameter in the dtv_multiplex table after the recent rewrite.
Should fix problems reported by Tino. Thanks to Janne for diagnosis...