mopidy/mopidy/audio
Thomas Adamcik d516e9023a Store active appsrc and refuse data when it is not set.
We use the new source flag and the about to finish flags to set and unset the
current appsrc. In emit data we now return false if the appsrc is not set.

Also note that we need to use b'' for Gstreamer properties as it can't convert
unicode to the correct type. I also added the signal disconnect code for about
to finish.
2012-11-15 22:49:44 +01:00
..
mixers Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
__init__.py audio: Move PlaybackState from core to audio so audio can use it 2012-11-14 00:35:17 +01:00
actor.py Store active appsrc and refuse data when it is not set. 2012-11-15 22:49:44 +01:00
constants.py audio: Move PlaybackState from core to audio so audio can use it 2012-11-14 00:35:17 +01:00
listener.py audio: Add state_changed(old_state, new_state) event 2012-11-13 20:31:38 +01:00