mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-26 03:21:03 +00:00
appsink: property should use hyphen not underscore
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1290>
This commit is contained in:
parent
b9a9464301
commit
cbe627fe8b
1 changed files with 1 additions and 1 deletions
|
@ -1090,7 +1090,7 @@ impl AppSinkBuilder {
|
|||
|
||||
pub fn wait_on_eos(self, wait_on_eos: bool) -> Self {
|
||||
Self {
|
||||
builder: self.builder.property("wait_on_eos", wait_on_eos),
|
||||
builder: self.builder.property("wait-on-eos", wait_on_eos),
|
||||
..self
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue