From: Sebastian Dröge Date: Wed, 10 Jun 2015 15:14:18 +0000 (+0200) Subject: test-netclock-client: Use ntp-sync=TRUE and buffer-mode=SYNC for proper synchronization X-Git-Tag: 1.19.3~495^2~633 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c5850b6b161f1a4f2388956c7ff6a9ced917aea;p=platform%2Fupstream%2Fgstreamer.git test-netclock-client: Use ntp-sync=TRUE and buffer-mode=SYNC for proper synchronization --- 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