summaryrefslogtreecommitdiff
path: root/examples/commandline/simple-call.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/commandline/simple-call.c')
-rw-r--r--examples/commandline/simple-call.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/commandline/simple-call.c b/examples/commandline/simple-call.c
index 82a306a0..b670fd23 100644
--- a/examples/commandline/simple-call.c
+++ b/examples/commandline/simple-call.c
@@ -32,7 +32,7 @@
#include <gst/gst.h>
#include <farstream/fs-conference.h>
-#define DEFAULT_AUDIOSRC "alsasrc"
+#define DEFAULT_AUDIOSRC "audiotestsrc"
#define DEFAULT_AUDIOSINK "audioconvert ! audioresample ! audioconvert ! alsasink"
typedef struct _TestSession
@@ -151,7 +151,7 @@ add_audio_session (GstElement *pipeline, FsConference *conf, guint id,
FS_CANDIDATE_TYPE_HOST, FS_NETWORK_PROTOCOL_UDP, remoteip,
remoteport));
- res = fs_stream_add_remote_candidates (ses->stream, cands, &error);
+ res = fs_stream_force_remote_candidates (ses->stream, cands, &error);
print_error (error);
g_assert (res);