mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 11:30:59 +00:00
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:
parent
d3d98c73ca
commit
452ea76a69
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue