summaryrefslogtreecommitdiff
path: root/PluginControlInterface
diff options
context:
space:
mode:
Diffstat (limited to 'PluginControlInterface')
-rw-r--r--PluginControlInterface/src/CAmControlSenderBase.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/PluginControlInterface/src/CAmControlSenderBase.cpp b/PluginControlInterface/src/CAmControlSenderBase.cpp
index 046a7ac..a0cca6b 100644
--- a/PluginControlInterface/src/CAmControlSenderBase.cpp
+++ b/PluginControlInterface/src/CAmControlSenderBase.cpp
@@ -84,6 +84,8 @@ am_Error_e CAmControlSenderBase::hookUserConnectionRequest(const am_sourceID_t s
}
am_MainConnection_s mainConnectionData;
mainConnectionData.mainConnectionID = 0;
+ mainConnectionData.sinkID = sinkID;
+ mainConnectionData.sourceID = sourceID;
mainConnectionData.connectionState = CS_CONNECTING;
mainConnectionData.delay = 0;
mainConnectionData.listConnectionID = listConnectionIDs;