From e924eb3ec4717647d61e9ec4d5cc74f81ea749b9 Mon Sep 17 00:00:00 2001 From: christian mueller Date: Wed, 8 Feb 2012 15:42:31 +0100 Subject: * changed main to register observer (thanks TGO) * changed command DBUSplugin to register Connection at 2nd DBUSMessageHandler Instance (thanks TGO) * Expanded dummyController functionality --- PluginRoutingInterfaceAsync/src/RoutingSenderAsync.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'PluginRoutingInterfaceAsync') diff --git a/PluginRoutingInterfaceAsync/src/RoutingSenderAsync.cpp b/PluginRoutingInterfaceAsync/src/RoutingSenderAsync.cpp index 7527f7d..7594260 100644 --- a/PluginRoutingInterfaceAsync/src/RoutingSenderAsync.cpp +++ b/PluginRoutingInterfaceAsync/src/RoutingSenderAsync.cpp @@ -779,6 +779,7 @@ std::vector AsyncRoutingSender::createSinkTable() item.listSoundProperties.push_back(sp); item.visible = true; item.listConnectionFormats.push_back(CF_ANALOG); + item.muteState=MS_MUTED; table.push_back(item); } return (table); -- cgit v1.2.1