make profiles loggable

This commit is contained in:
Thomas Vander Stichele
2013-11-23 16:55:29 -05:00
parent 87a424c03a
commit 8a8189fa89

View File

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