From 8d359ae3d5d15282466ec9010554ff249ee45361 Mon Sep 17 00:00:00 2001 From: Jerome Colle Date: Thu, 31 Oct 2024 11:06:35 +0100 Subject: [PATCH] app: fix appsink processing deadline setter Part-of: --- gstreamer-app/src/app_sink.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstreamer-app/src/app_sink.rs b/gstreamer-app/src/app_sink.rs index feed1c605..878534732 100644 --- a/gstreamer-app/src/app_sink.rs +++ b/gstreamer-app/src/app_sink.rs @@ -1112,7 +1112,7 @@ impl AppSinkBuilder { #[cfg(feature = "v1_16")] #[cfg_attr(docsrs, doc(cfg(feature = "v1_16")))] - pub fn processing_deadline(self, processing_deadline: i64) -> Self { + pub fn processing_deadline(self, processing_deadline: gst::ClockTime) -> Self { Self { builder: self .builder