summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2014-09-03 15:01:35 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-09-03 20:58:40 -0400
commit063fa048b38d6aea79f8aaed4654cfe1a3f9a0b2 (patch)
treeda983df5efa20d0fdf67682dc09cdc1dc8c8ad76 /examples
parentde7da7e70dbc1117ca59da4e98af5cc9d7a0efb2 (diff)
downloadfarstream-063fa048b38d6aea79f8aaed4654cfe1a3f9a0b2.tar.gz
example: Sources need to be live
In current state this commandline example produce choppy audio, with warning: "Unexpected discontinuity in audio timestamps of -0:00:03.168625000, resyncing". Setting the source to live, as it's suppose to be, fixes the issue.
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 17a6e371..d7546383 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 "audiotestsrc"
+#define DEFAULT_AUDIOSRC "audiotestsrc is-live=1"
#define DEFAULT_AUDIOSINK "audioconvert ! audioresample ! audioconvert ! alsasink"
typedef struct _TestSession