* morituri/common/gstreamer.py:

Actually remove it if it's good and old.
This commit is contained in:
Thomas Vander Stichele
2011-05-29 15:37:41 +00:00
parent 111dec9b3d
commit 2a48caa0b8
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2011-05-29 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/gstreamer.py:
Actually remove it if it's good and old.
2011-05-27 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/gstreamer.py:

View File

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