mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +00:00
clocksync: Fix providing system clock by default
clocksync defaults to sync=true so should advertise it by default. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/786>
This commit is contained in:
parent
9f95805869
commit
f52937d1ff
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +207,7 @@ gst_clock_sync_init (GstClockSync * clocksync)
|
||||||
clocksync->sync_to_first = DEFAULT_SYNC_TO_FIRST;
|
clocksync->sync_to_first = DEFAULT_SYNC_TO_FIRST;
|
||||||
g_cond_init (&clocksync->blocked_cond);
|
g_cond_init (&clocksync->blocked_cond);
|
||||||
|
|
||||||
|
GST_OBJECT_FLAG_SET (clocksync, GST_ELEMENT_FLAG_PROVIDE_CLOCK);
|
||||||
GST_OBJECT_FLAG_SET (clocksync, GST_ELEMENT_FLAG_REQUIRE_CLOCK);
|
GST_OBJECT_FLAG_SET (clocksync, GST_ELEMENT_FLAG_REQUIRE_CLOCK);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue