Skip to content
Snippets Groups Projects

Update dependencies

Merged Sebastian Dröge requested to merge slomo/gst-plugins-rs:update-dependencies into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -556,8 +556,8 @@ impl ElementImpl for MpegTsLiveSource {
state.external_clock.set_calibration(
gst::ClockTime::from_nseconds(0),
gst::ClockTime::from_nseconds(0),
gst::ClockTime::from_nseconds(1),
gst::ClockTime::from_nseconds(1),
1,
1,
);
// Hack to flush out observations, we set the window-size to the
// same value
Loading