Don't use GStreamer's fakesink, since two tests fails using it
This commit is contained in:
parent
04c7fe9e5c
commit
770e1fa85e
@ -37,7 +37,8 @@ class GStreamerPlaybackControllerTest(BasePlaybackControllerTest,
|
||||
|
||||
def setUp(self):
|
||||
super(GStreamerPlaybackControllerTest, self).setUp()
|
||||
self.backend.playback.use_fake_sink()
|
||||
# Two tests does not work at all when using the fake sink
|
||||
#self.backend.playback.use_fake_sink()
|
||||
|
||||
def add_track(self, path):
|
||||
uri = path_to_uri(data_folder(path))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user