forked from mirrors/gstreamer-rs
gstreamer-play: impl default for Play
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1225>
This commit is contained in:
parent
9446401a46
commit
eeefa80227
1 changed files with 6 additions and 0 deletions
|
@ -37,3 +37,9 @@ impl Play {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
impl Default for Play {
|
||||||
|
fn default() -> Self {
|
||||||
|
Self::new(None::<crate::PlayVideoRenderer>)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue