cec: mark the active source as active and other devices as inactive. removed duplicat...
[deb_libcec.git] / src / lib / implementations / VLCommandHandler.cpp
index 0104e9a240e86baa26799e96ee95f16ac04e3bd9..e3d570bf6f1e0dd51ec2965c354f4eaaec2f3738 100644 (file)
@@ -54,9 +54,8 @@ bool CVLCommandHandler::HandleSetStreamPath(const cec_command &command)
       CCECBusDevice *device = GetDevice(command.destination);
       if (device)
       {
-        return device->BroadcastActiveSource() &&
-               device->BroadcastActiveView() &&
-               device->ReportMenuState(command.initiator);
+        return device->TransmitActiveSource() &&
+               device->TransmitMenuState(command.initiator);
       }
       return false;
     }