GStreamerMixer: Fix syntax error
This commit is contained in:
parent
3bc1d751a3
commit
55b5645ba8
@ -7,8 +7,8 @@ class GStreamerMixer(BaseMixer):
|
||||
super(GStreamerMixer, self).__init__(*args, **kwargs)
|
||||
|
||||
def _get_volume(self):
|
||||
# TODO Get volume from GStreamerProcess
|
||||
pass # TODO Get volume from GStreamerProcess
|
||||
|
||||
def _set_volume(self, volume):
|
||||
# TODO Send volume to GStreamerProcess
|
||||
pass # TODO Send volume to GStreamerProcess
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user