mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-26 02:48:08 +00:00
fmp4mux: Remove obsolete comment
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1038>
This commit is contained in:
parent
4b936950c2
commit
85a03f5ff0
1 changed files with 0 additions and 1 deletions
|
@ -2338,7 +2338,6 @@ impl AggregatorImpl for FMP4Mux {
|
||||||
Some(fku_time)
|
Some(fku_time)
|
||||||
};
|
};
|
||||||
|
|
||||||
// XXX: needs translation for ONVIF as these are UTC times already
|
|
||||||
let fku = gst_video::UpstreamForceKeyUnitEvent::builder()
|
let fku = gst_video::UpstreamForceKeyUnitEvent::builder()
|
||||||
.running_time(fku_time)
|
.running_time(fku_time)
|
||||||
.all_headers(true)
|
.all_headers(true)
|
||||||
|
|
Loading…
Reference in a new issue