[longomatch] Delete prints



commit 3e8e425cff45e37986756993a8323a5c965d4b8d
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Jul 29 00:23:25 2011 +0200

    Delete prints

 LongoMatch/Common/GStreamer.cs |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch/Common/GStreamer.cs b/LongoMatch/Common/GStreamer.cs
index 43309e8..49ad1ce 100644
--- a/LongoMatch/Common/GStreamer.cs
+++ b/LongoMatch/Common/GStreamer.cs
@@ -95,13 +95,11 @@ namespace LongoMatch.Common
 		private static bool ElementExists (IntPtr registry, string element_name) {
 			bool ret = false;
 			
-			Console.WriteLine ("Checking plugin: " + element_name);
 			var feature = gst_registry_lookup_feature (registry, element_name);
 			if (feature != IntPtr.Zero){
 				ret = true;
 				gst_object_unref (feature);
 			}
-			Console.WriteLine ("Checking plugin: " + ret);
 			return ret;
 		}
 		



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