From 2aed8a046f794504b1e6883fc996dbb1c8e1891e Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 24 May 2011 18:46:55 +0000 Subject: [PATCH] * morituri/common/gstreamer.py: Remove parsers for current git trunk of good too. --- ChangeLog | 5 +++++ morituri/common/gstreamer.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 664f351..e4725ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-05-24 Thomas Vander Stichele + + * morituri/common/gstreamer.py: + Remove parsers for current git trunk of good too. + 2011-05-24 Thomas Vander Stichele * morituri/common/encode.py: 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)