fmp4mux: Remove obsolete comment

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1037>
This commit is contained in:
Sebastian Dröge 2023-01-06 14:52:56 +02:00
parent be72fefb18
commit e9bbf804ba

View file

@ -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)