[SCM] morituri/master: * morituri/common/gstreamer.py: flacparse is busted in gst-plugins-good 0.10.30 too.

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


The following commit has been merged in the master branch:
commit d2672cfa6a04635b64c48259b9884c99fe59753d
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun Sep 4 14:17:47 2011 +0000

    	* morituri/common/gstreamer.py:
    	  flacparse is busted in gst-plugins-good 0.10.30 too.

diff --git a/ChangeLog b/ChangeLog
index a0cb288..ae63641 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+	* morituri/common/gstreamer.py:
+	  flacparse is busted in gst-plugins-good 0.10.30 too.
+
 2011-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
 
 	* morituri/common/program.py:
diff --git a/morituri/common/gstreamer.py b/morituri/common/gstreamer.py
index a55e246..8635cc2 100644
--- a/morituri/common/gstreamer.py
+++ b/morituri/common/gstreamer.py
@@ -40,8 +40,9 @@ def removeAudioParsers():
         log.debug('gstreamer', 'Found audioparsers plugin from %s %s',
             plugin.get_source(), plugin.get_version())
 
+        # was fixed after 0.10.30 and before 0.10.31
         if plugin.get_source() == 'gst-plugins-good' \
-            and plugin.get_version() > '0.10.29.1':
+            and plugin.get_version() > '0.10.30.1':
             return
 
         registry.remove_plugin(plugin)

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list