onvifmetadataparse: Use NTP reference timestamp meta

The times are in the NTP epoch.
This commit is contained in:
Sebastian Dröge 2022-08-16 15:51:32 +03:00
parent be56991b73
commit 9827406113

View file

@ -253,7 +253,7 @@ impl OnvifMetadataParse {
gst::ReferenceTimestampMeta::add(
buffer_ref,
&crate::UNIX_CAPS,
&crate::NTP_CAPS,
utc_time,
gst::ClockTime::NONE,
);