test-netclock-client: Use ntp-sync=TRUE and buffer-mode=SYNC for proper synchronization

This commit is contained in:
Sebastian Dröge 2015-06-10 17:14:18 +02:00
parent 6ec8fe44b2
commit 5c5850b6b1

View file

@ -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