Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'utils/fallbackswitch/src/fallbacksrc/imp.rs')
-rw-r--r--utils/fallbackswitch/src/fallbacksrc/imp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/fallbackswitch/src/fallbacksrc/imp.rs b/utils/fallbackswitch/src/fallbacksrc/imp.rs
index 378eef13..d31dc487 100644
--- a/utils/fallbackswitch/src/fallbacksrc/imp.rs
+++ b/utils/fallbackswitch/src/fallbacksrc/imp.rs
@@ -286,7 +286,7 @@ impl ObjectImpl for FallbackSrc {
.default_value(false)
.mutable_ready()
.build(),
- glib::ParamSpecEnum::builder::<Status>("status", Status::Stopped)
+ glib::ParamSpecEnum::builder_with_default("status", Status::Stopped)
.nick("Status")
.blurb("Current source status")
.read_only()