Skip to content

Commit 9be5192

Browse files
committed
AVInput COM-RPC Support: WIP
1 parent ecf3ab6 commit 9be5192

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Tests/L1Tests/tests/test_AVInput.cpp

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,10 @@ class AVInputTest : public ::testing::Test {
103103
//PluginHost::IFactories::Assign(&factoriesImplementation);
104104
// </pca>
105105

106-
dispatcher = static_cast<PLUGINHOST_DISPATCHER*>(plugin->QueryInterface(PLUGINHOST_DISPATCHER_ID));
107-
dispatcher->Activate(&service);
106+
// <pca> debug
107+
// dispatcher = static_cast<PLUGINHOST_DISPATCHER*>(plugin->QueryInterface(PLUGINHOST_DISPATCHER_ID));
108+
// dispatcher->Activate(&service);
109+
// </pca>
108110

109111
// <pca> debug
110112
#if 0
@@ -287,8 +289,10 @@ class AVInputTest : public ::testing::Test {
287289
p_HostImplMock = nullptr;
288290
}
289291

290-
dispatcher->Deactivate();
291-
dispatcher->Release();
292+
// <pca> debug
293+
// dispatcher->Deactivate();
294+
// dispatcher->Release();
295+
// </pca>
292296

293297
PluginHost::IFactories::Assign(nullptr);
294298

0 commit comments

Comments
 (0)