ekiga r7536 - in trunk: . lib/engine/components/opal
- From: dsandras svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r7536 - in trunk: . lib/engine/components/opal
- Date: Thu, 8 Jan 2009 18:24:10 +0000 (UTC)
Author: dsandras
Date: Thu Jan 8 18:24:10 2009
New Revision: 7536
URL: http://svn.gnome.org/viewvc/ekiga?rev=7536&view=rev
Log:
Fixed G.722 usage. It was impossible to enable it due
to the wrong frequency specified in the RFC.
Modified:
trunk/ChangeLog
trunk/lib/engine/components/opal/opal-call-manager.cpp
Modified: trunk/lib/engine/components/opal/opal-call-manager.cpp
==============================================================================
--- trunk/lib/engine/components/opal/opal-call-manager.cpp (original)
+++ trunk/lib/engine/components/opal/opal-call-manager.cpp Thu Jan 8 18:24:10 2009
@@ -407,7 +407,7 @@
j++) {
if (name == (const char *) all_media_formats [j].GetEncodingName ()
- && rate == all_media_formats [j].GetClockRate ()) {
+ && (rate == all_media_formats [j].GetClockRate () || name == "G722")) {
// Found something
order += all_media_formats [j];
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]