mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +00:00
mi: we need to open the default display
The ui was crashing otherwise. Opening the default display seems to be the default behaviour for gtk_init().
This commit is contained in:
parent
08701eba94
commit
03f32a222c
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ main(string[] args)
|
|||
opt_context.set_help_enabled (true);
|
||||
opt_context.add_main_entries (options, null);
|
||||
opt_context.add_group (Gst.init_get_option_group ());
|
||||
opt_context.add_group (Gtk.get_option_group (false));
|
||||
opt_context.add_group (Gtk.get_option_group (true));
|
||||
try {
|
||||
opt_context.parse (ref args);
|
||||
} catch (Error e) {
|
||||
|
|
Loading…
Reference in a new issue