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
@ -207,6 +207,7 @@ gst_clock_sync_init (GstClockSync * clocksync)
|
||||
clocksync->sync_to_first = DEFAULT_SYNC_TO_FIRST;
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user