Skip to content

clocksync: Fix providing system clock by default

clocksync defaults to sync=true so should advertise it by default.

Looking at !690 (merged) & #630 (closed), the idea was to set GST_ELEMENT_FLAG_PROVIDE_CLOCK when sync=true, however clocksync differs from identity in that it defaults to TRUE.

Merge request reports