app: fix appsink processing deadline setter

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1579>
This commit is contained in:
Jerome Colle 2024-10-31 11:06:35 +01:00 committed by Backport Bot
parent a538e20581
commit 11c632e580

View file

@ -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