[rygel] core: Remove redundant call to Gst.init()



commit 5fec2b00204f14bdfdb52f86559ae85c32d6f4dd
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Wed Nov 3 14:32:51 2010 +0200

    core: Remove redundant call to Gst.init()

 src/rygel/rygel-main.vala |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/rygel/rygel-main.vala b/src/rygel/rygel-main.vala
index 43507e6..b298410 100644
--- a/src/rygel/rygel-main.vala
+++ b/src/rygel/rygel-main.vala
@@ -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) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]