core: Remove redundant call to Gst.init()
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Wed, 3 Nov 2010 12:32:51 +0000 (14:32 +0200)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Wed, 3 Nov 2010 12:33:32 +0000 (14:33 +0200)
src/rygel/rygel-main.vala

index 43507e6..b298410 100644 (file)
@@ -223,9 +223,6 @@ public class Rygel.Main : Object {
             // Parse commandline options
             CmdlineConfig.parse_args (ref args);
 
-            // initialize gstreamer
-            Gst.init (ref args);
-
             main = new Main ();
             service = new DBusService (main);
         } catch (IOError err) {