* morituri/common/gstreamer.py:

Remove parsers for current git trunk of good too.
This commit is contained in:
Thomas Vander Stichele
2011-05-24 18:46:55 +00:00
parent 3fccbac367
commit 2aed8a046f
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
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:

View File

@@ -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)