[empathy] Claim that we support H264



commit 8ad9151c1f7228436492e992158346e2bc808122
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Jun 29 10:35:58 2010 +0200

    Claim that we support H264
    
    May not be actually true but needed to be callable using Google Video.

 data/Empathy.AudioVideo.client    |    1 +
 libempathy/empathy-call-factory.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/Empathy.AudioVideo.client b/data/Empathy.AudioVideo.client
index a8a1465..ec673b8 100644
--- a/data/Empathy.AudioVideo.client
+++ b/data/Empathy.AudioVideo.client
@@ -18,3 +18,4 @@ org.freedesktop.Telepathy.Channel.Type.StreamedMedia.InitialVideo b=true
 [org.freedesktop.Telepathy.Client.Handler.Capabilities]
 org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/ice-udp=true
 org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/gtalk-p2p=true
+org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/video/h264=true
diff --git a/libempathy/empathy-call-factory.c b/libempathy/empathy-call-factory.c
index 54377ad..945bbd4 100644
--- a/libempathy/empathy-call-factory.c
+++ b/libempathy/empathy-call-factory.c
@@ -105,6 +105,7 @@ empathy_call_factory_init (EmpathyCallFactory *obj)
   tp_base_client_add_handler_capabilities_varargs (priv->handler,
     "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/ice-udp",
     "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/gtalk-p2p",
+    "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/video/h264",
     NULL);
 
   g_object_unref (dbus);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]