[longomatch] Don't cancel the video edition



commit 6a66c8da96dc8e8b3fc71a609b8e0044752e7f20
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Jul 25 23:29:31 2010 +0200

    Don't cancel the video edition
    
    I need to figure out how to guess if the hwndle has been already
    dealocated before in GstVideoEditor before calling gst_video_editor_candel()

 LongoMatch/Gui/Component/PlayListWidget.cs |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/LongoMatch/Gui/Component/PlayListWidget.cs b/LongoMatch/Gui/Component/PlayListWidget.cs
index 13e2783..43d41ad 100644
--- a/LongoMatch/Gui/Component/PlayListWidget.cs
+++ b/LongoMatch/Gui/Component/PlayListWidget.cs
@@ -320,10 +320,5 @@ namespace LongoMatch.Gui.Component
 			if (ApplyCurrentRate != null)
 				ApplyCurrentRate(plNode);
 		}
-
-		~PlayListWidget() {
-			videoEditor.Cancel();
-		}
-
 	}
 }



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