[longomatch] Don't cancel the video edition
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Don't cancel the video edition
- Date: Sun, 25 Jul 2010 21:33:27 +0000 (UTC)
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]