mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-08 10:15:29 +00:00
Set on_program to true by default in the Tally
This commit is contained in:
parent
25d7c9e74f
commit
9afe1d74b8
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ unsafe impl Send for Tally {}
|
|||
impl Default for Tally {
|
||||
fn default() -> Self {
|
||||
Self(NDIlib_tally_t {
|
||||
on_program: false,
|
||||
on_program: true,
|
||||
on_preview: false,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue