mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-21 17:11:04 +00:00
app: fix appsink processing deadline setter
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1578>
This commit is contained in:
parent
f5bafe5a07
commit
d7c90cb937
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue