mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-01-08 16:25:26 +00:00
appsink: property should use hyphen not underscore
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1283>
This commit is contained in:
parent
a66fc95d2a
commit
1bc197db79
1 changed files with 1 additions and 1 deletions
|
@ -1158,7 +1158,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