fallbackswitch: Rename debug category from fallback-switch to fallbackswitch

The element name is without hyphen so the debug category should ideally
too to reduce confusion.
This commit is contained in:
Sebastian Dröge 2022-04-08 20:07:01 +03:00
parent d3d98c73ca
commit 452ea76a69

View file

@ -29,7 +29,7 @@ const PROP_TIMEOUT: &str = "timeout";
static CAT: Lazy<gst::DebugCategory> = Lazy::new(|| {
gst::DebugCategory::new(
"fallback-switch",
"fallbackswitch",
gst::DebugColorFlags::empty(),
Some("Automatic priority-based input selector"),
)