changeset 26382:7fe896a5f4db

merge of 'bf07e6251df10e4c8c39545c4ff401db5b447c37' and 'c73207d75d40242b33089c1072b93ff301ab15b6'
author Mike Ruprecht <maiku@soc.pidgin.im>
date Thu, 19 Mar 2009 09:54:02 +0000
parents d784e9ea7f50 (current diff) 045be0c868a6 (diff)
children 08e4ad2fcd63
files libpurple/protocols/jabber/jingle/rtp.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jingle/rtp.c	Thu Mar 19 09:46:37 2009 +0000
+++ b/libpurple/protocols/jabber/jingle/rtp.c	Thu Mar 19 09:54:02 2009 +0000
@@ -408,11 +408,11 @@
 	transport = jingle_content_get_transport(content);
 
 	if (JINGLE_IS_ICEUDP(transport))
-		jingle_iceudp_add_local_candidate(transport,
+		jingle_iceudp_add_local_candidate(JINGLE_ICEUDP(transport),
 				jingle_rtp_candidate_to_iceudp(
 				session, 1, candidate));
 	else if (JINGLE_IS_RAWUDP(transport))
-		jingle_rawudp_add_local_candidate(transport,
+		jingle_rawudp_add_local_candidate(JINGLE_RAWUDP(transport),
 				jingle_rtp_candidate_to_rawudp(
 				session, 1, candidate));