[BUG] SCART connection still active on standby

Entwicklung
marco_silva85
Neugieriger
Neugieriger
Beiträge: 4
Registriert: Freitag 18. Oktober 2013, 01:50

[BUG] SCART connection still active on standby

Beitrag von marco_silva85 »

When in standby mode, STB is still outputting a black image to the TV (SCART connection). Can this be fixed so that it doesn't output?
I think it's on:
static int hdmi_out(bool enable) @ libstb-hal/libspark/video.cpp
seife
Developer
Beiträge: 4189
Registriert: Sonntag 2. November 2003, 12:36

Re: [BUG] SCART connection still active on standby

Beitrag von seife »

try it, send a patch and I'll include it.
I have no SCART connection to test it readily available, so I can't do it.

Note that the hdmi_out function is probably a weird place to put this disabling of SCART, and if it's just for the function's name ;-) but logically it is probably almost the right place and once you figured out how to disable SCART, we can still look for the right place to put the code.