[SCM] morituri/master: * morituri/common/encode.py: Also remove buggy audio parsers when encoding. Fixes #73.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:45 UTC 2014


The following commit has been merged in the master branch:
commit 6b50218701f6f48ecd4b26d708acec42b73d91ca
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Fri Nov 23 16:39:34 2012 +0000

    	* morituri/common/encode.py:
    	  Also remove buggy audio parsers when encoding.
    	  Fixes #73.

diff --git a/ChangeLog b/ChangeLog
index c57ca36..de1dac1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
 2012-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
 
 	* morituri/common/encode.py:
+	  Also remove buggy audio parsers when encoding.
+	  Fixes #73.
+
+2012-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+	* morituri/common/encode.py:
 	  Use vbr-quality instead of quality for vbr.  Fixes #94.
 
 2012-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
diff --git a/morituri/common/encode.py b/morituri/common/encode.py
index dbe80c7..f00fc1b 100644
--- a/morituri/common/encode.py
+++ b/morituri/common/encode.py
@@ -26,6 +26,7 @@ import shutil
 import tempfile
 
 from morituri.common import common, log
+from morituri.common import gstreamer as cgstreamer
 from morituri.common import task as ctask
 
 from morituri.extern.task import task, gstreamer
@@ -174,6 +175,8 @@ class EncodeTask(ctask.GstPipelineTask):
         self.description = "Encoding %s" % what
         self._profile.test()
 
+        cgstreamer.removeAudioParsers()
+
     def getPipelineDesc(self):
         return '''
             filesrc location="%s" !

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list