[longomatch] Disable GStreamer plugins check for now
- From: Andoni Morales Alastruey <amorales src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [longomatch] Disable GStreamer plugins check for now
 
- Date: Wed, 24 Sep 2014 20:27:01 +0000 (UTC)
 
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]