From 2a48caa0b8664897ba1fc7f05ddfe907ace7d776 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 29 May 2011 15:37:41 +0000 Subject: [PATCH] * morituri/common/gstreamer.py: Actually remove it if it's good and old. --- ChangeLog | 5 +++++ morituri/common/gstreamer.py | 2 ++ 2 files changed, 7 insertions(+) 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)