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/togglerecord/examples/gtk_recording.rs')
-rw-r--r--utils/togglerecord/examples/gtk_recording.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/togglerecord/examples/gtk_recording.rs b/utils/togglerecord/examples/gtk_recording.rs
index e90241a7..ab5d441a 100644
--- a/utils/togglerecord/examples/gtk_recording.rs
+++ b/utils/togglerecord/examples/gtk_recording.rs
@@ -333,7 +333,7 @@ fn main() {
gsttogglerecord::plugin_register_static().expect("Failed to register togglerecord plugin");
gstgtk4::plugin_register_static().expect("Failed to register gtk4paintablesink plugin");
- let app = gtk::Application::new(None, gio::ApplicationFlags::FLAGS_NONE);
+ let app = gtk::Application::new(None::<&str>, gio::ApplicationFlags::FLAGS_NONE);
app.connect_activate(create_ui);
app.run();