X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FSLCommandHandler.cpp;h=0de151d6234221e12ced9d240da32e7b06460580;hb=49c8f2e44d5f34e98ab669e1c132d9ccd669468f;hp=2475e14ae28c786b8648f8288cd3b778f44eeca1;hpb=199034ab9274a19316150586306e39fa26bbb73c;p=deb_libcec.git diff --git a/src/lib/implementations/SLCommandHandler.cpp b/src/lib/implementations/SLCommandHandler.cpp index 2475e14..0de151d 100644 --- a/src/lib/implementations/SLCommandHandler.cpp +++ b/src/lib/implementations/SLCommandHandler.cpp @@ -89,6 +89,7 @@ bool CSLCommandHandler::ActivateSource(void) { CCECBusDevice *primary = m_processor->GetPrimaryDevice(); primary->SetActiveSource(); + primary->TransmitImageViewOn(); primary->TransmitActiveSource(); return true; } @@ -219,7 +220,6 @@ void CSLCommandHandler::HandleVendorCommandSLConnect(const cec_command &command) CCECBusDevice *primary = m_processor->GetPrimaryDevice(); primary->SetActiveSource(); - TransmitImageViewOn(primary->GetLogicalAddress(), command.initiator); TransmitVendorCommand05(primary->GetLogicalAddress(), command.initiator); }