Skip to content

Commit

Permalink
application name
Browse files Browse the repository at this point in the history
  • Loading branch information
nate-xyz committed Apr 9, 2023
1 parent e29ce6e commit 528bdba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ fn main() -> glib::ExitCode {

gio::resources_register(&resources);

//Set application name
glib::set_application_name("Resonance");
glib::set_program_name(Some("resonance"));

//Start GStreamer
gst::init().expect("Unable to init GStreamer");

Expand Down

0 comments on commit 528bdba

Please sign in to comment.