GNOME Bugzilla – Bug 769804
audiobasesink: Add skew-wait property
Last modified: 2018-11-03 11:48:45 UTC
Created attachment 333185 [details] [review] audiobasesink: Add skew-wait property This is similar to bug #722259, but the delta is smaller.
Created attachment 333186 [details] [review] audiobasesink: Reduce the need to skew when starting synchronized playback
The skew-wait property can be used to defer correcting clock skew. This is useful when the hardware playout reporting is fairly inaccurate, and therefore may occasionally swing back and forth over a short period of time. So instead of doing e.g. a backward skew correction almost immediately followed by a forward skew correction, this allows any skew action to be deferred, which may eliminate the need to do any correction at all.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/283.