[longomatch] Delete prints



commit 1874936d76f1a6d7a2fc3d7f049ea23596e483cb
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Sep 4 23:48:32 2011 +0200

    Delete prints

 CesarPlayer/Editor/GstVideoSplitter.cs |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/CesarPlayer/Editor/GstVideoSplitter.cs b/CesarPlayer/Editor/GstVideoSplitter.cs
index 00b8870..7fffd06 100644
--- a/CesarPlayer/Editor/GstVideoSplitter.cs
+++ b/CesarPlayer/Editor/GstVideoSplitter.cs
@@ -288,12 +288,6 @@ namespace LongoMatch.Video.Editor {
 		public void AddSegment(string filePath, long start, long duration, double rate, string title, bool hasAudio) {
 			if(Environment.OSVersion.Platform == PlatformID.Win32NT)
 				filePath="file:///"+filePath;
-			Console.WriteLine (filePath);
-			Console.WriteLine (start);
-			Console.WriteLine (duration);
-			Console.WriteLine (rate);
-			Console.WriteLine (title);
-			Console.WriteLine (hasAudio);
 			gst_video_editor_add_segment(Handle, filePath, start, duration, rate, GLib.Marshaller.StringToPtrGStrdup(title), true);
 		}
 



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