[SCM] morituri/master: * morituri/common/gstreamer.py: Actually remove it if it's good and old.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:29 UTC 2014


The following commit has been merged in the master branch:
commit 2a48caa0b8664897ba1fc7f05ddfe907ace7d776
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun May 29 15:37:41 2011 +0000

    	* morituri/common/gstreamer.py:
    	  Actually remove it if it's good and old.

diff --git a/ChangeLog b/ChangeLog
index 78e153d..46945e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-29  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+	* morituri/common/gstreamer.py:
+	  Actually remove it if it's good and old.
+
 2011-05-27  Thomas Vander Stichele  <thomas at apestaart dot org>
 
 	* morituri/common/gstreamer.py:
diff --git a/morituri/common/gstreamer.py b/morituri/common/gstreamer.py
index 90b8eea..0a2f41e 100644
--- a/morituri/common/gstreamer.py
+++ b/morituri/common/gstreamer.py
@@ -193,3 +193,5 @@ def removeAudioParsers():
         if plugin.get_source() == 'gst-plugins-good' \
             and plugin.get_version() > '0.10.29.1':
             return
+
+        registry.remove_plugin(plugin)

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list