summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-07-25 17:48:51 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2011-10-11 15:36:03 -0400
commit29a7936ba2a08dc4b4f40daae41d40c2fc601b29 (patch)
tree555a63041ad0fb3cce1bd122e0d64c235041e9fa /examples
parent0ad38341d101fbf7942e8bf9b08703acb7fdf6e4 (diff)
downloadfarstream-29a7936ba2a08dc4b4f40daae41d40c2fc601b29.tar.gz
Remove unknown cname error
Diffstat (limited to 'examples')
-rw-r--r--examples/commandline/simple-call.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/commandline/simple-call.c b/examples/commandline/simple-call.c
index fbc56fbf..98ea4399 100644
--- a/examples/commandline/simple-call.c
+++ b/examples/commandline/simple-call.c
@@ -310,8 +310,7 @@ int main (int argc, char **argv)
conf = gst_element_factory_make ("fsrtpconference", NULL);
g_assert (conf);
- part = fs_conference_new_participant (FS_CONFERENCE (conf), "test@ignore",
- &error);
+ part = fs_conference_new_participant (FS_CONFERENCE (conf), &error);
print_error (error);
g_assert (part);