summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2011-02-07 17:45:04 +0100
committerOlivier CrĂȘte <olivier.crete@collabora.com>2011-10-11 15:37:15 -0400
commit71decc1a43524d7a32e1b75a2bf256a7dba3a33a (patch)
treebe252972d8c52dc0a8025acde37840ff6d73582c /examples
parentf8af52d65a721585e4b9125a92e1b1f65448f8dd (diff)
downloadfarstream-71decc1a43524d7a32e1b75a2bf256a7dba3a33a.tar.gz
stream: Remove set_remote_candidates() with add_remote_candidates()
Diffstat (limited to 'examples')
-rw-r--r--examples/commandline/simple-call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/commandline/simple-call.c b/examples/commandline/simple-call.c
index eed9198d..d4863e6a 100644
--- a/examples/commandline/simple-call.c
+++ b/examples/commandline/simple-call.c
@@ -147,7 +147,7 @@ add_audio_session (GstElement *pipeline, FsConference *conf, guint id,
FS_CANDIDATE_TYPE_HOST, FS_NETWORK_PROTOCOL_UDP, remoteip,
remoteport));
- res = fs_stream_set_remote_candidates (ses->stream, cands, &error);
+ res = fs_stream_add_remote_candidates (ses->stream, cands, &error);
print_error (error);
g_assert (res);