From 11c632e5804946e61c14d4450f553e72841c7aa2 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 b244cc69a..2b4e9927e 100644 --- a/gstreamer-app/src/app_sink.rs +++ b/gstreamer-app/src/app_sink.rs @@ -1281,7 +1281,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