mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 01:21:05 +00:00
app: fix appsink processing deadline setter
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1580>
This commit is contained in:
parent
ceea56aa72
commit
8d359ae3d5
1 changed files with 1 additions and 1 deletions
|
@ -1112,7 +1112,7 @@ impl AppSinkBuilder {
|
||||||
|
|
||||||
#[cfg(feature = "v1_16")]
|
#[cfg(feature = "v1_16")]
|
||||||
#[cfg_attr(docsrs, doc(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 {
|
Self {
|
||||||
builder: self
|
builder: self
|
||||||
.builder
|
.builder
|
||||||
|
|
Loading…
Reference in a new issue