[ekiga] Move the hooking of ekiga's video input/output and audio plugin into opal
- From: Julien Puydt <jpuydt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Move the hooking of ekiga's video input/output and audio plugin into opal
- Date: Sun, 28 Nov 2010 19:22:27 +0000 (UTC)
commit 585121185eaea40e690a9c6e9a403d06e18afeb2
Author: Snark <jpuydt gnome org>
Date: Sun Nov 28 20:24:14 2010 +0100
Move the hooking of ekiga's video input/output and audio plugin into opal
It looks like its position was somehow wrong -- although I put it were the
previous code was...
Thanks Eugen for tracking the problem successfully!
lib/engine/components/opal/opal-main.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-main.cpp b/lib/engine/components/opal/opal-main.cpp
index 2a2bedf..91cadc2 100644
--- a/lib/engine/components/opal/opal-main.cpp
+++ b/lib/engine/components/opal/opal-main.cpp
@@ -118,6 +118,8 @@ struct OPALSpark: public Ekiga::Spark
&& audiooutput_core && videooutput_core && personal_details
&& !account_store && !sip_endpoint) {
+ hook_ekiga_plugins_to_opal (core);
+
boost::shared_ptr<CallManager> call_manager (new CallManager (core));
boost::shared_ptr<Opal::Bank> bank (new Bank (core));
@@ -152,8 +154,6 @@ struct OPALSpark: public Ekiga::Spark
presence_core->add_supported_uri (&is_supported_address); //FIXME
- hook_ekiga_plugins_to_opal (core);
-
result = true;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]