[telepathy-gabble/telepathy-gabble-0.8] Correctly type Gabble presence caps

Will Thompson will.thompson at collabora.co.uk
Mon Oct 5 02:17:44 PDT 2009


---
 src/media-channel.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/media-channel.c b/src/media-channel.c
index b0d15b0..f806fbe 100644
--- a/src/media-channel.c
+++ b/src/media-channel.c
@@ -2850,14 +2850,14 @@ TpChannelMediaCapabilities
 _gabble_media_channel_caps_to_typeflags (GabblePresenceCapabilities caps)
 {
   TpChannelMediaCapabilities typeflags = 0;
-  TpChannelMediaCapabilities any_transport =
+  GabblePresenceCapabilities any_transport =
       PRESENCE_CAP_GOOGLE_TRANSPORT_P2P |
       PRESENCE_CAP_JINGLE_TRANSPORT_RAWUDP |
       PRESENCE_CAP_JINGLE_TRANSPORT_ICEUDP;
-  TpChannelMediaCapabilities jingle_audio =
+  GabblePresenceCapabilities jingle_audio =
       PRESENCE_CAP_JINGLE_DESCRIPTION_AUDIO |
       PRESENCE_CAP_JINGLE_RTP_AUDIO;
-  TpChannelMediaCapabilities jingle_video =
+  GabblePresenceCapabilities jingle_video =
       PRESENCE_CAP_JINGLE_DESCRIPTION_VIDEO |
       PRESENCE_CAP_JINGLE_RTP_VIDEO;
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list