From e9bbf804bae4c0faba67f6160c56390f0ad91bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 6 Jan 2023 14:52:56 +0200 Subject: [PATCH] fmp4mux: Remove obsolete comment Part-of: --- mux/fmp4/src/fmp4mux/imp.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/mux/fmp4/src/fmp4mux/imp.rs b/mux/fmp4/src/fmp4mux/imp.rs index 02453ae1..21e6ebcf 100644 --- a/mux/fmp4/src/fmp4mux/imp.rs +++ b/mux/fmp4/src/fmp4mux/imp.rs @@ -2339,7 +2339,6 @@ impl AggregatorImpl for FMP4Mux { Some(fku_time) }; - // XXX: needs translation for ONVIF as these are UTC times already let fku = gst_video::UpstreamForceKeyUnitEvent::builder() .running_time(fku_time) .all_headers(true)