[longomatch] Disable GStreamer plugins check for now



commit c5b55861b66c5475b7b921726c4c20729d736a84
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Sep 8 20:51:34 2014 +0200

    Disable GStreamer plugins check for now

 LongoMatch/Main.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch/Main.cs b/LongoMatch/Main.cs
index 512ef5c..8cdc543 100644
--- a/LongoMatch/Main.cs
+++ b/LongoMatch/Main.cs
@@ -45,8 +45,8 @@ namespace LongoMatch
 
                        /* Init GStreamer */
                        GStreamer.Init ();
-                       if (!GStreamer.CheckInstallation ())
-                               return;
+                       //if (!GStreamer.CheckInstallation ())
+                       //      return;
 
                        GLib.ExceptionManager.UnhandledException += new GLib.UnhandledExceptionHandler 
(OnException);
                        Version version = Assembly.GetExecutingAssembly ().GetName ().Version;


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