Opened 19 years ago
Closed 19 years ago
#1898 closed patch (fixed)
crcipnetworkrecorder - open channel and initialize inputs
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.20 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
mythbackend wasn't happy when inputs weren't initialized (though wasn't a problem a few weeks ago). Patch ensures this happens.
Attachments (1)
Change History (3)
by , 19 years ago
Attachment: | crc_channel.diff added |
---|
comment:1 by , 19 years ago
Milestone: | → 0.20 |
---|---|
Owner: | changed from | to
Version: | → head |
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [10065]) Fixes #1898. Initialize input map in DummyChannel::Open() & call Open on channel for CRCIP recorder.
This is needed for TVRec to function properly.