app: fix appsink processing deadline setter

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1578>
This commit is contained in:
Jerome Colle 2024-10-31 11:06:35 +01:00
parent f5bafe5a07
commit d7c90cb937

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