cec: inactive source should be directly addressed at the TV
[deb_libcec.git] / src / lib / CECProcessor.cpp
index 132d01e4990f8440ba27b710f36b338cc9af7566..2b8874b709d6099d3ba3615e0d32647fc633b140 100644 (file)
@@ -422,13 +422,13 @@ bool CCECProcessor::SetStreamPath(uint16_t iStreamPath)
   return bReturn;
 }
 
-bool CCECProcessor::SetInactiveView(void)
+bool CCECProcessor::TransmitInactiveSource(void)
 {
   if (!IsRunning())
     return false;
 
   if (!m_logicalAddresses.IsEmpty() && m_busDevices[m_logicalAddresses.primary])
-    return m_busDevices[m_logicalAddresses.primary]->TransmitInactiveView();
+    return m_busDevices[m_logicalAddresses.primary]->TransmitInactiveSource();
   return false;
 }