[longomatch] Remove nasty hack.



commit d21db5b8ea56a0048c8e09c91bec7fce49babf4e
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Jun 9 00:49:48 2010 +0200

    Remove nasty hack.
    
    The configure-event callback warning was fixed in the previous commit.
    This hack os not needed anymore. On the other hand it was causing a crash
    when an erro signal was emited and a warning trying to cedrease the refcount
    on an object that no longer exists.

 CesarPlayer/Capturer/GstCameraCapturer.cs |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/CesarPlayer/Capturer/GstCameraCapturer.cs b/CesarPlayer/Capturer/GstCameraCapturer.cs
index 4552157..081fc75 100644
--- a/CesarPlayer/Capturer/GstCameraCapturer.cs
+++ b/CesarPlayer/Capturer/GstCameraCapturer.cs
@@ -414,14 +414,5 @@ namespace LongoMatch.Video.Capturer {
 		}
 #endregion
 		
-		[DllImport("libcesarplayer.dll")]
-		static extern IntPtr gst_camera_capturer_finalize(IntPtr raw);
-		
-		public override void Dispose ()
-		{
-			gst_camera_capturer_finalize (Handle);
-			base.Dispose ();
-		}
-
 	}
 }



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