mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-22 15:46:20 +00:00
fallbackswitch: Correct immediate-fallback default value
Only affects the claimed default in the properties, not the actual default.
This commit is contained in:
parent
8722206be8
commit
5285fab8b3
1 changed files with 1 additions and 1 deletions
|
@ -725,7 +725,7 @@ impl ObjectImpl for FallbackSwitch {
|
|||
"immediate-fallback",
|
||||
"Immediate fallback",
|
||||
"Forward the fallback stream immediately at startup, when the primary stream is slow to start up and immediate output is required",
|
||||
DEFAULT_AUTO_SWITCH,
|
||||
DEFAULT_IMMEDIATE_FALLBACK,
|
||||
glib::ParamFlags::READWRITE| gst::PARAM_FLAG_MUTABLE_READY,
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue