[ekiga] Fixed audio output core device not being set at all.
- From: Damien Sandras <dsandras src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [ekiga] Fixed audio output core device not being set at all.
- Date: Wed, 14 Oct 2009 18:39:53 +0000 (UTC)
commit cdb276943a6cf7a2169cda6286c22f567f23e6b4
Author: Damien Sandras <dsandras seconix com>
Date: Wed Oct 14 20:31:05 2009 +0200
Fixed audio output core device not being set at all.
This could lead to unexpected results with no sound at all.
.../audiooutput/audiooutput-gmconf-bridge.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp b/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp
index 11574e3..77a8ff3 100644
--- a/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp
+++ b/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp
@@ -99,7 +99,7 @@ void AudioOutputCoreConfBridge::on_property_changed (std::string key, GmConfEntr
device.name = AUDIO_OUTPUT_FALLBACK_DEVICE_NAME;
}
- audioinput_core.set_device (primary, device);
+ audiooutput_core.set_device (primary, device);
}
if (key == SOUND_EVENTS_KEY "output_device") {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]