comparison libpurple/media/backend-fs2.c @ 32767:cb2084b4a463

Set no-rtcp-timeout on more transmitters in farsight2 as well Oliver says there are new transmitters in newer versions of farsight2. Refs #14936 committer: Richard Laager <rlaager@wiktel.com>
author olivier.crete@collabora.com
date Fri, 06 Apr 2012 04:06:40 +0000
parents fd1b4bbefc6b
children 1e0ded0cb2ee
comparison
equal deleted inserted replaced
32766:fd1b4bbefc6b 32767:cb2084b4a463
1655 /* 1655 /*
1656 * Removes a 5-7 second delay before 1656 * Removes a 5-7 second delay before
1657 * receiving the src-pad-added signal. 1657 * receiving the src-pad-added signal.
1658 * Only works for non-multicast FsRtpSessions. 1658 * Only works for non-multicast FsRtpSessions.
1659 */ 1659 */
1660 #ifdef HAVE_FARSIGHT
1661 if (is_nice || !strcmp(transmitter, "rawudp"))
1662 #else
1663 if (!!strcmp(transmitter, "multicast")) 1660 if (!!strcmp(transmitter, "multicast"))
1664 #endif
1665 g_object_set(G_OBJECT(session->session), 1661 g_object_set(G_OBJECT(session->session),
1666 "no-rtcp-timeout", 0, NULL); 1662 "no-rtcp-timeout", 0, NULL);
1667 1663
1668 /* 1664 /*
1669 * Hack to make x264 work with Gmail video. 1665 * Hack to make x264 work with Gmail video.