fallbackswitch: Correct immediate-fallback default value

Only affects the claimed default in the properties, not the actual
default.
This commit is contained in:
Jan Alexander Steffens (heftig) 2021-11-18 19:02:07 +01:00 committed by Sebastian Dröge
parent 8722206be8
commit 5285fab8b3

View file

@ -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,
),
]