summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-11-20 19:52:28 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2010-09-07 17:09:38 +0300
commit3d3f7d093c4450923ca429367bee39bd822d1ee7 (patch)
tree2fa2ad74997eed88c9d0f2d84f8ede66760d33e8 /examples
parent405175be1ccb24440d018e374d2c933b7a5d607f (diff)
downloadfarstream-3d3f7d093c4450923ca429367bee39bd822d1ee7.tar.gz
shm: Replace base_ip with username
Diffstat (limited to 'examples')
-rw-r--r--examples/commandline/simple-call-shm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/commandline/simple-call-shm.c b/examples/commandline/simple-call-shm.c
index 4ed10029..c56ce23c 100644
--- a/examples/commandline/simple-call-shm.c
+++ b/examples/commandline/simple-call-shm.c
@@ -288,7 +288,7 @@ skipped_cb (GObject *istream, GAsyncResult *result, gpointer user_data)
cand = fs_candidate_new ("", FS_COMPONENT_RTP,
FS_CANDIDATE_TYPE_HOST, FS_NETWORK_PROTOCOL_UDP, ses->send_socket, 0);
- cand->base_ip = g_strdup (ses->recv_socket);
+ cand->username = g_strdup (ses->recv_socket);
cands = g_list_prepend (NULL, cand);
res = fs_stream_set_remote_candidates (ses->stream, cands, &error);