mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-10-31 22:58:51 +00:00
fmp4mux: Remove obsolete comment
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1037>
This commit is contained in:
parent
be72fefb18
commit
e9bbf804ba
1 changed files with 0 additions and 1 deletions
|
@ -2339,7 +2339,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