mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-26 13:31:00 +00:00
onvifmetadataparse: Use NTP reference timestamp meta
The times are in the NTP epoch.
This commit is contained in:
parent
be56991b73
commit
9827406113
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ impl OnvifMetadataParse {
|
||||||
|
|
||||||
gst::ReferenceTimestampMeta::add(
|
gst::ReferenceTimestampMeta::add(
|
||||||
buffer_ref,
|
buffer_ref,
|
||||||
&crate::UNIX_CAPS,
|
&crate::NTP_CAPS,
|
||||||
utc_time,
|
utc_time,
|
||||||
gst::ClockTime::NONE,
|
gst::ClockTime::NONE,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue