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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/commandline/simple-call.c b/examples/commandline/simple-call.c
index 0e42bd18..eed9198d 100644
--- a/examples/commandline/simple-call.c
+++ b/examples/commandline/simple-call.c
@@ -163,7 +163,7 @@ add_audio_session (GstElement *pipeline, FsConference *conf, guint id,
fs_codec_list_destroy (codecs);
- g_object_get (ses->session, "codecs", &codecs, NULL);
+ g_object_get (ses->session, "codecs-without-config", &codecs, NULL);
res = fs_stream_set_remote_codecs (ses->stream, codecs, &error);
print_error (error);
g_assert (res);