gst-renderer: Initialize Gtk
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Sun, 4 Oct 2009 21:08:40 +0000 (00:08 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Mon, 19 Oct 2009 13:32:40 +0000 (16:32 +0300)
src/plugins/gst-renderer/rygel-gst-video-window.vala

index ca1f0fd..8fe0591 100644 (file)
@@ -102,6 +102,9 @@ public class Rygel.GstVideoWindow : Window {
 
     public static GstVideoWindow get_default () {
         if (video_window == null) {
+            var args = new string[0];
+            Gtk.init (ref args);
+
             video_window = new GstVideoWindow ();
         }