* morituri/common/gstreamer.py:
Remove parsers for current git trunk of good too.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user