Skip to content

pipewireclock: Disable clock_reset() for now

Robert Mader requested to merge rmader/pipewire:gst-timestamps-3 into master

This was introduced in 4faa28fd in order to correctly map the time from the stream. From d52df30c on, however, the clock switched to monotonic time, which does not need the extra-offset.

Disable clock_reset() for now but leave it in place so we can easily reenable it once we use the stream time again.

This fixes video recording in Cheese and similar apps.

Closes #3149

Merge request reports