[rygel/gnome-2-32] core: Remove redundant call to Gst.init()



commit 8fffee1d34743410a6905ef5ab52a6d233cded63
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 7961841..9153bcc 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 (DBus.Error err) {



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