[banshee] Core: Remove workaround for GStreamer bug



commit b8f3741daf64f3182534c5c5404fe5fad11209bb
Author: Andres G. Aragoneses <knocte gmail com>
Date:   Tue Nov 29 19:53:27 2011 +0000

    Core: Remove workaround for GStreamer bug
    
    GStreamer's bug bgo#391777 was fixed a while
    ago and we depend on a GStreamer version which
    has the fix in already (0.10.26).

 .../Banshee.Core/Banshee.Base/PlatformHacks.cs     |   75 --------------------
 src/Core/Banshee.Core/Banshee.Core.csproj          |    1 -
 src/Core/Banshee.Core/Makefile.am                  |    1 -
 .../Banshee.ServiceStack/Application.cs            |    4 -
 4 files changed, 0 insertions(+), 81 deletions(-)
---
diff --git a/src/Core/Banshee.Core/Banshee.Core.csproj b/src/Core/Banshee.Core/Banshee.Core.csproj
index ac0a159..8664096 100644
--- a/src/Core/Banshee.Core/Banshee.Core.csproj
+++ b/src/Core/Banshee.Core/Banshee.Core.csproj
@@ -102,7 +102,6 @@
     <Compile Include="Banshee.Collection\UnknownTrackInfo.cs" />
     <Compile Include="Banshee.Collection\TrackAttributes.cs" />
     <Compile Include="Banshee.Collection\TrackFilterType.cs" />
-    <Compile Include="Banshee.Base\PlatformHacks.cs" />
     <Compile Include="Banshee.Streaming\CommonTags.cs" />
     <Compile Include="Banshee.Streaming\StreamRatingTagger.cs" />
     <Compile Include="Banshee.Streaming\StreamTag.cs" />
diff --git a/src/Core/Banshee.Core/Makefile.am b/src/Core/Banshee.Core/Makefile.am
index 229d783..ba64f54 100644
--- a/src/Core/Banshee.Core/Makefile.am
+++ b/src/Core/Banshee.Core/Makefile.am
@@ -8,7 +8,6 @@ SOURCES =  \
 	Banshee.Base/Localization.cs \
 	Banshee.Base/NamingUtil.cs \
 	Banshee.Base/PathPattern.cs \
-	Banshee.Base/PlatformHacks.cs \
 	Banshee.Base/ProductInformation.cs \
 	Banshee.Base/Resource.cs \
 	Banshee.Base/Tests/CoverArtSpecTests.cs \
diff --git a/src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs b/src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs
index 08f3106..5108fbe 100644
--- a/src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs
+++ b/src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs
@@ -87,8 +87,6 @@ namespace Banshee.ServiceStack
 
         public static void Run ()
         {
-            Banshee.Base.PlatformHacks.TrapMonoJitSegv ();
-
 #if WIN32
             // There are two sets of environement variables we need to impact with our LANG.
             // refer to : http://article.gmane.org/gmane.comp.gnu.mingw.user/8272
@@ -110,8 +108,6 @@ namespace Banshee.ServiceStack
             ServiceManager.SourceManager.AddSource (new MusicLibrarySource (), true);
             ServiceManager.SourceManager.AddSource (new VideoLibrarySource (), false);
             ServiceManager.SourceManager.LoadExtensionSources ();
-
-            Banshee.Base.PlatformHacks.RestoreMonoJitSegv ();
         }
 
         public static bool ShuttingDown {



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