diff --git a/ChangeLog b/ChangeLog index 78e153d..46945e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-05-29 Thomas Vander Stichele + + * morituri/common/gstreamer.py: + Actually remove it if it's good and old. + 2011-05-27 Thomas Vander Stichele * 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)