Opened 14 years ago
Closed 14 years ago
#9903 closed Bug Report - General (Fixed)
mplex/mpeg2fix spews to the console
Reported by: | beirdo | Owned by: | beirdo |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | MythTV - General | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Since the new logging, the mplex and mpeg2fix parts of mythtranscode are still spewing to the console. This needs to be changed to use the logging system.
Change History (3)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Changed the replex code to use mythlogging
This should work fine in the built-in case, although the output of the mythreplex case may look a bit interesting... as the old code had a pile of cases where the easiest conversion was to multiple log lines. If it looks too hideous, I'll redo it to create a static buffer then log from it.
Refs #9903
If you see issues or missed output that should go to the logs, please let me know. If I don't hear back in a week or so, I'll likely close the ticket.
Branch: master Changeset: 9fe7daf3a193c003db525a36d89bede006dfba3e
comment:3 by , 14 years ago
Milestone: | unknown → 0.25 |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
I haven't heard of any missing things here. I'm closing this.
I guess that should say replex. Anyways, off to investigate. This bug was noticed by stuartm originally.