Fix replaygain: add 'log' to __init__ parameters

This commit is contained in:
Bruno Cauet 2015-01-14 16:17:20 +01:00
parent 27eee3829c
commit 0c3675ada0

View file

@ -215,8 +215,9 @@ class CommandBackend(Backend):
# GStreamer-based backend.
class GStreamerBackend(object):
def __init__(self, config):
class GStreamerBackend(Backend):
def __init__(self, config, log):
super(GStreamerBackend, self).__init__(config, log)
self._import_gst()
# Initialized a GStreamer pipeline of the form filesrc ->