Opened 19 years ago
Closed 19 years ago
Last modified 18 years ago
#49 closed patch (fixed)
update of analog scan
Reported by: | Owned by: | taylor | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
It's been pointed out to me that Analog scan does not make use of the Channel class and won't therefore work with V4L v1. (There are other issues with the code as well). I had hoped to fix these problems but I don't think I'll get the time. So I offer this patch to revert the Analog scan functionallity back out.
Attachments (2)
Change History (6)
Changed 19 years ago by
Attachment: | analogrevert.diff added |
---|
comment:1 Changed 19 years ago by
Summary: | removeal of analog scan → removal of analog scan |
---|
forgot to point out the obvious of removing analogscan.* from the repositry.
comment:2 Changed 19 years ago by
Owner: | changed from Isaac Richards to taylor |
---|
Taylor can decide to remove it or not - I don't see the need, though.
comment:3 Changed 19 years ago by
Summary: | removal of analog scan → update of analog scan |
---|
Apologies, I found some time yesterday. The new code uses Channel (addition of one function). I'll post it up here later today for your perusal.
(Code should now work for both v4l and v4l2)
Changed 19 years ago by
Attachment: | analogscan.patch added |
---|
makes analog scan use the channel class.
diff to revert analog scan back out