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
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/gtk4/examples/gtksink.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/gtk4/examples/gtksink.rs b/video/gtk4/examples/gtksink.rs
index 867dc1ea..160ef281 100644
--- a/video/gtk4/examples/gtksink.rs
+++ b/video/gtk4/examples/gtksink.rs
@@ -147,7 +147,7 @@ fn main() {
gstgtk4::plugin_register_static().expect("Failed to register gstgtk4 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();