[longomatch/redesign3] Remove duplicated interfaces (use IVideoEditor instead)
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign3] Remove duplicated interfaces (use IVideoEditor instead)
- Date: Thu, 18 Aug 2011 18:48:00 +0000 (UTC)
commit 00839c13184ebda7b3ed67fc02f2859452709664
Author: Andoni Morales Alastruey <amorales flumotion com>
Date: Thu Aug 18 19:09:18 2011 +0200
Remove duplicated interfaces (use IVideoEditor instead)
CesarPlayer/CesarPlayer.mdp | 1 -
CesarPlayer/Editor/GstVideoSplitter.cs | 2 +-
CesarPlayer/Makefile.am | 1 -
3 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/CesarPlayer/CesarPlayer.mdp b/CesarPlayer/CesarPlayer.mdp
index c424d85..af48e3f 100644
--- a/CesarPlayer/CesarPlayer.mdp
+++ b/CesarPlayer/CesarPlayer.mdp
@@ -53,7 +53,6 @@
<File subtype="Code" buildaction="Compile" name="Editor/GstVideoSplitter.cs" />
<File subtype="Code" buildaction="Compile" name="Editor/VideoSegment.cs" />
<File subtype="Code" buildaction="Compile" name="Editor/EditorState.cs" />
- <File subtype="Code" buildaction="Compile" name="Editor/IVideoSplitter.cs" />
<File subtype="Code" buildaction="Compile" name="Utils/MediaFile.cs" />
<File subtype="Code" buildaction="Compile" name="Utils/PreviewMediaFile.cs" />
<File subtype="Code" buildaction="Compile" name="Capturer/FakeCapturer.cs" />
diff --git a/CesarPlayer/Editor/GstVideoSplitter.cs b/CesarPlayer/Editor/GstVideoSplitter.cs
index 6ff1981..7cc33f0 100644
--- a/CesarPlayer/Editor/GstVideoSplitter.cs
+++ b/CesarPlayer/Editor/GstVideoSplitter.cs
@@ -26,7 +26,7 @@ namespace LongoMatch.Video.Editor {
using LongoMatch.Video.Common;
- public class GstVideoSplitter : GLib.Object, IVideoEditor, IVideoSplitter {
+ public class GstVideoSplitter : GLib.Object, IVideoEditor {
[DllImport("libcesarplayer.dll")]
static extern unsafe IntPtr gst_video_editor_new(out IntPtr err);
diff --git a/CesarPlayer/Makefile.am b/CesarPlayer/Makefile.am
index bc97de9..c40950f 100644
--- a/CesarPlayer/Makefile.am
+++ b/CesarPlayer/Makefile.am
@@ -30,7 +30,6 @@ SOURCES = \
MultimediaFactory.cs \
Editor/GstVideoSplitter.cs \
Editor/IVideoEditor.cs \
- Editor/IVideoSplitter.cs \
Editor/VideoSegment.cs \
Editor/EditorState.cs \
Utils/Device.cs \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]