mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-29 06:50:59 +00:00
fmp4mux: Require parsed ONVIF timed metadata
This commit is contained in:
parent
e4081872c5
commit
b464e74d41
1 changed files with 1 additions and 0 deletions
|
@ -2429,6 +2429,7 @@ impl ElementImpl for ONVIFFMP4Mux {
|
||||||
.build(),
|
.build(),
|
||||||
gst::Structure::builder("application/x-onvif-metadata")
|
gst::Structure::builder("application/x-onvif-metadata")
|
||||||
.field("encoding", "utf8")
|
.field("encoding", "utf8")
|
||||||
|
.field("parsed", true)
|
||||||
.build(),
|
.build(),
|
||||||
]
|
]
|
||||||
.into_iter()
|
.into_iter()
|
||||||
|
|
Loading…
Reference in a new issue