mopidy/mopidy/audio
Thomas Adamcik 0336b6077c audio: Prevent double seeks in appsrc (fixes: #1404)
Sending the seek event to the playbin forwards it to all sinks. Which in turn
means on seek event per sink. To avoid this we inject the seek event in an
element before the tee.
2016-02-03 22:38:25 +01:00
..
__init__.py audio: Move DummyAudio into tests package 2015-02-13 10:40:21 +01:00
actor.py audio: Prevent double seeks in appsrc (fixes: #1404) 2016-02-03 22:38:25 +01:00
constants.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
listener.py listener: Kill off mopidy.listener.send_async 2015-09-03 23:01:19 +02:00
scan.py audio: Add a TODO and some notes on duration handling 2016-02-01 23:58:00 +01:00
tags.py gst1: Move all gi imports to a helper module 2016-02-01 23:09:28 +01:00
utils.py gst1: Fix typo in docstring 2016-02-02 22:15:58 +01:00