summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2011-05-12 16:10:02 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2011-10-11 15:46:10 -0400
commitd7057e4088d6b03628fb1c574bd4e8c2a4fdaad1 (patch)
treec0276931d06c6cb88f8d5352b7c02638934a0582 /examples
parent43050cc249532c66d957980259b2b57816db3269 (diff)
downloadfarstream-d7057e4088d6b03628fb1c574bd4e8c2a4fdaad1.tar.gz
fs-conference: Rename file from fs-conference-iface.[ch] to fs-conference.[ch]
Diffstat (limited to 'examples')
-rw-r--r--examples/commandline/simple-call-shm.c2
-rw-r--r--examples/commandline/simple-call.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/commandline/simple-call-shm.c b/examples/commandline/simple-call-shm.c
index 7d4d61a0..325c912d 100644
--- a/examples/commandline/simple-call-shm.c
+++ b/examples/commandline/simple-call-shm.c
@@ -34,7 +34,7 @@
#include <gio/gunixinputstream.h>
#include <gst/gst.h>
-#include <gst/farsight/fs-conference-iface.h>
+#include <gst/farsight/fs-conference.h>
#define DEFAULT_AUDIOSRC "audiotestsrc is-live=1 ! audio/x-raw-int, rate=8000 ! identity"
#define DEFAULT_AUDIOSINK "alsasink sync=false async=false"
diff --git a/examples/commandline/simple-call.c b/examples/commandline/simple-call.c
index e2206418..2d6a154a 100644
--- a/examples/commandline/simple-call.c
+++ b/examples/commandline/simple-call.c
@@ -30,7 +30,7 @@
#include <glib.h>
#include <gst/gst.h>
-#include <gst/farsight/fs-conference-iface.h>
+#include <gst/farsight/fs-conference.h>
#define DEFAULT_AUDIOSRC "alsasrc"
#define DEFAULT_AUDIOSINK "audioconvert ! audioresample ! audioconvert ! alsasink"