[telepathy-gabble/master] Add a FIXME for the CodecMap implementation
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Tue Dec 29 05:34:50 PST 2009
The ContactCodecMap property always includes both the remote and local codecs,
while it should only have the remote codecs if we accepted them. Add a FIXME
for this
---
src/call-content.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/call-content.c b/src/call-content.c
index f75c75a..20fc9c3 100644
--- a/src/call-content.c
+++ b/src/call-content.c
@@ -517,6 +517,9 @@ call_content_generate_codec_map (GabbleCallContent *self)
GHashTable *map;
GPtrArray *arr;
+ /* FIXME this map is always remote + local, irrespective of whether it has
+ * been accepted or not */
+
map = g_hash_table_new_full (g_direct_hash, g_direct_equal,
NULL, (GDestroyNotify) g_ptr_array_unref);
--
1.5.6.5
More information about the telepathy-commits
mailing list