We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff35032 commit 5237ca7Copy full SHA for 5237ca7
HdmiCecSource/HdmiCecSource.cpp
@@ -90,7 +90,7 @@ namespace WPEFramework
90
{
91
_hdmiCecSource->Configure(service);
92
_hdmiCecSource->Register(&_notification);
93
- Exchange::JHdmiCecSource::Register(*this, _service);
+ Exchange::JHdmiCecSource::Register(*this, _hdmiCecSource);
94
msg = "HdmiCecSource plugin is available";
95
LOGINFO("HdmiCecSource plugin is available. Successfully activated HdmiCecSource Plugin");
96
}
0 commit comments