mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
test-netclock-client: Use ntp-sync=TRUE and buffer-mode=SYNC for proper synchronization
This commit is contained in:
parent
6ec8fe44b2
commit
5c5850b6b1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue