[SCM] morituri/master: * morituri/common/gstreamer.py: Remove parsers for current git trunk of good too.

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 2aed8a046f794504b1e6883fc996dbb1c8e1891e
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Tue May 24 18:46:55 2011 +0000

    	* morituri/common/gstreamer.py:
    	  Remove parsers for current git trunk of good too.

diff --git a/ChangeLog b/ChangeLog
index 664f351..e4725ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2011-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+	* morituri/common/gstreamer.py:
+	  Remove parsers for current git trunk of good too.
+
+2011-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
+
 	* morituri/common/encode.py:
 	  Query for duration and use it in level callback to set progress.
 	  Works around F-15 bug where encode progress is not being updated.
diff --git a/morituri/common/gstreamer.py b/morituri/common/gstreamer.py
index 8d46787..991f23b 100644
--- a/morituri/common/gstreamer.py
+++ b/morituri/common/gstreamer.py
@@ -177,5 +177,5 @@ def removeAudioParsers():
     import gst
     registry = gst.registry_get_default()
     plugin = registry.find_plugin("audioparsers")
-    if plugin and plugin.get_version() <= '0.10.29':
+    if plugin and plugin.get_version() <= '0.10.29.1':
         registry.remove_plugin(plugin)

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list