[mythtv-commits] Ticket #13265: Lost S/N, BER on OSD DVB signal monitor

MythTV noreply at mythtv.org
Fri Oct 19 13:33:26 UTC 2018


#13265: Lost S/N, BER on OSD DVB signal monitor
-------------------------------------+-----------------------------
 Reporter:  warpme                   |          Owner:  JYA
     Type:  Bug Report - General     |         Status:  new
 Priority:  minor                    |      Milestone:  30.0
Component:  MythTV - Recording       |        Version:  Master Head
 Severity:  medium                   |     Resolution:
 Keywords:  DVB signal monitor, OSD  |  Ticket locked:  0
-------------------------------------+-----------------------------

Comment (by warpme):

 Inspecting related code shows probable typo in signalmonitor.cpp[h] code.

 Namely: ed85b14 adds in all signalmonitor methods a bool _release_stream
 param as 3rd param. But in signalmonitor.cpp line226 this variable is
 declared as 4th param. The same in signalmonitor.h line121.

 This may explain loss of SN/BER in OSD as now signalmonitor flags are
 wrongly set to _release_stream variable value....

 Attached patch fixes params order in signalmonitor.cpp[h] and restores
 S/N, BER in OSD for me.

-- 
Ticket URL: <https://code.mythtv.org/trac/ticket/13265#comment:2>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list