[SCM] morituri/master: make profiles loggable

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:10:15 UTC 2014


The following commit has been merged in the master branch:
commit 8a8189fa89bdfb25ca7718f99b638ed85661674e
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sat Nov 23 16:55:29 2013 -0500

    make profiles loggable

diff --git a/morituri/common/encode.py b/morituri/common/encode.py
index 27cce8f..874dce3 100644
--- a/morituri/common/encode.py
+++ b/morituri/common/encode.py
@@ -32,7 +32,8 @@ from morituri.common import task as ctask
 from morituri.extern.task import task, gstreamer
 
 
-class Profile(object):
+class Profile(log.Loggable):
+
     name = None
     extension = None
     pipeline = None

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list