[SCM] morituri/master: * morituri/common/gstreamer.py: Add debugging about audioparsers removal.

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


The following commit has been merged in the master branch:
commit 5b116489418d16df3b68d9eb20a5af03ca8b35b2
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Wed May 25 13:26:54 2011 +0000

    	* morituri/common/gstreamer.py:
    	  Add debugging about audioparsers removal.

diff --git a/ChangeLog b/ChangeLog
index 2c2124f..650fb49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 2011-05-25  Thomas Vander Stichele  <thomas at apestaart dot org>
 
 	* morituri/common/gstreamer.py:
+	  Add debugging about audioparsers removal.
+
+2011-05-25  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+	* morituri/common/gstreamer.py:
 	  Also remove audioparsers if it's in bad.
 
 2011-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
diff --git a/morituri/common/gstreamer.py b/morituri/common/gstreamer.py
index afee756..5d2b119 100644
--- a/morituri/common/gstreamer.py
+++ b/morituri/common/gstreamer.py
@@ -20,7 +20,7 @@
 # You should have received a copy of the GNU General Public License
 # along with morituri.  If not, see <http://www.gnu.org/licenses/>.
 
-from morituri.common import common, task
+from morituri.common import common, task, log
 
 class GstException(Exception):
     def __init__(self, gerror, debug):
@@ -180,9 +180,13 @@ def removeAudioParsers():
     if not plugin:
         return
 
+    log.debug('gstreamer', 'Found audioparsers plugin from %s %s',
+        plugin.get_source(), plugin.get_version())
+
     if plugin.get_source() == 'gst-plugins-good' \
         and plugin.get_version() > '0.10.29.1':
         return
 
     # always remove from bad
+    log.debug('gstreamer', 'removing audioparsers plugin from registry')
     registry.remove_plugin(plugin)

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list