Skip to content

Commit

Permalink
Call Gst.init() at beginning
Browse files Browse the repository at this point in the history
  • Loading branch information
rschroll committed Aug 10, 2012
1 parent d8d239c commit cd54a38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pdfpc.vala
Expand Up @@ -138,6 +138,7 @@ namespace pdfpc {

Gdk.threads_init();
Gtk.init( ref args );
Gst.init( ref args );

string pdfFilename = this.parse_command_line_options( args );
if (Options.list_actions) {
Expand Down

0 comments on commit cd54a38

Please sign in to comment.