mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 13:01:07 +00:00
mpegtslive: Update for gst::Clock::set_calibration()
API changes
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1658>
This commit is contained in:
parent
8522c8a445
commit
4123b5d1a1
1 changed files with 2 additions and 2 deletions
|
@ -556,8 +556,8 @@ impl ElementImpl for MpegTsLiveSource {
|
||||||
state.external_clock.set_calibration(
|
state.external_clock.set_calibration(
|
||||||
gst::ClockTime::from_nseconds(0),
|
gst::ClockTime::from_nseconds(0),
|
||||||
gst::ClockTime::from_nseconds(0),
|
gst::ClockTime::from_nseconds(0),
|
||||||
gst::ClockTime::from_nseconds(1),
|
1,
|
||||||
gst::ClockTime::from_nseconds(1),
|
1,
|
||||||
);
|
);
|
||||||
// Hack to flush out observations, we set the window-size to the
|
// Hack to flush out observations, we set the window-size to the
|
||||||
// same value
|
// same value
|
||||||
|
|
Loading…
Reference in a new issue