[gnome-music] Revert "downstream patch: Reduce gstreamer version requirement"



commit 2d18a75561cfcd4e8753fc43d33c57379de63160
Author: Kalev Lember <kalevlember gmail com>
Date:   Wed May 13 17:52:40 2015 +0200

    Revert "downstream patch: Reduce gstreamer version requirement"
    
    This was supposed to be downstream patch for Fedora where gstreamer
    1.4.5 has the new features we need backported.
    
    This reverts commit 673c17a1aedde45ac623b4b285a33afcc0c01016.

 gnomemusic/player.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnomemusic/player.py b/gnomemusic/player.py
index 62bf7c5..48ff253 100644
--- a/gnomemusic/player.py
+++ b/gnomemusic/player.py
@@ -229,7 +229,7 @@ class Player(GObject.GObject):
     def _start_plugin_installation(self, missing_plugin_messages, confirm_search):
         install_ctx = GstPbutils.InstallPluginsContext.new()
 
-        if self._gst_plugins_base_check_version(1, 4, 5):
+        if self._gst_plugins_base_check_version(1, 5, 0):
             install_ctx.set_desktop_id('gnome-music.desktop');
             install_ctx.set_confirm_search(confirm_search);
 
@@ -275,7 +275,7 @@ class Player(GObject.GObject):
         missing_plugin_messages = self._missingPluginMessages
         self._missingPluginMessages = []
 
-        if self._gst_plugins_base_check_version(1, 4, 5):
+        if self._gst_plugins_base_check_version(1, 5, 0):
             proxy = Gio.DBusProxy.new_sync(Gio.bus_get_sync(Gio.BusType.SESSION, None),
                                            Gio.DBusProxyFlags.NONE,
                                            None,


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