[totem] backend: Remove special-handling of icy/icyx schemes



commit 3a053e2c6b75326853e3956850c3f5412428a9ed
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Apr 11 12:45:13 2012 +0100

    backend: Remove special-handling of icy/icyx schemes
    
    As they are now handled by the GStreamer source directly.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673901

 src/backend/bacon-video-widget-gst-0.10.c |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/src/backend/bacon-video-widget-gst-0.10.c b/src/backend/bacon-video-widget-gst-0.10.c
index 1777fa1..357c972 100644
--- a/src/backend/bacon-video-widget-gst-0.10.c
+++ b/src/backend/bacon-video-widget-gst-0.10.c
@@ -3464,16 +3464,6 @@ bacon_video_widget_open (BaconVideoWidget * bvw,
 
   g_object_unref (file);
 
-  if (g_str_has_prefix (mrl, "icy:") != FALSE) {
-    /* Handle "icy://" URLs from QuickTime */
-    g_free (bvw->priv->mrl);
-    bvw->priv->mrl = g_strdup_printf ("http:%s", mrl + 4);
-  } else if (g_str_has_prefix (mrl, "icyx:") != FALSE) {
-    /* Handle "icyx://" URLs from Orban/Coding Technologies AAC/aacPlus Player */
-    g_free (bvw->priv->mrl);
-    bvw->priv->mrl = g_strdup_printf ("http:%s", mrl + 5);
-  }
-
   bvw->priv->got_redirect = FALSE;
   bvw->priv->media_has_video = FALSE;
   bvw->priv->media_has_audio = FALSE;



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