mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 13:01:07 +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(),
|
||||
gst::Structure::builder("application/x-onvif-metadata")
|
||||
.field("encoding", "utf8")
|
||||
.field("parsed", true)
|
||||
.build(),
|
||||
]
|
||||
.into_iter()
|
||||
|
|
Loading…
Reference in a new issue