diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-06-10 17:14:18 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-06-10 17:14:44 +0200 |
commit | 5c5850b6b161f1a4f2388956c7ff6a9ced917aea (patch) | |
tree | b3ff063a67fdaaf6e63b8dfe10e8c5ad5c7d9162 | |
parent | 6ec8fe44b2da3b61f8b2e0132eeb3a3f81cd7c95 (diff) |
test-netclock-client: Use ntp-sync=TRUE and buffer-mode=SYNC for proper synchronization
-rw-r--r-- | examples/test-netclock-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |