From 5c5850b6b161f1a4f2388956c7ff6a9ced917aea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 10 Jun 2015 17:14:18 +0200 Subject: [PATCH] test-netclock-client: Use ntp-sync=TRUE and buffer-mode=SYNC for proper synchronization --- examples/test-netclock-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/test-netclock-client.c b/examples/test-netclock-client.c index c6c9812..c6ea9b6 100644 --- a/examples/test-netclock-client.c +++ b/examples/test-netclock-client.c @@ -29,7 +29,7 @@ static void source_created (GstElement * pipe, GstElement * source) { g_object_set (source, "latency", PLAYBACK_DELAY_MS, - "use-pipeline-clock", TRUE, "buffer-mode", 1, NULL); + "use-pipeline-clock", TRUE, "buffer-mode", 4, "ntp-sync", TRUE, NULL); } static gboolean -- 2.7.4