* task.py:

Better logging when scheduling.
	* gstreamer.py:
	  If paused() returns True, don't go to playing.
	  add a method for querying duration in the common case.
This commit is contained in:
Thomas Vander Stichele
2011-08-15 10:25:55 +00:00
parent 928e2e9ba7
commit fdbaa33b1f
3 changed files with 58 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
2011-08-15 Thomas Vander Stichele <thomas at apestaart dot org>
* task.py:
Better logging when scheduling.
* gstreamer.py:
If paused() returns True, don't go to playing.
add a method for querying duration in the common case.
2011-08-08 Thomas Vander Stichele <thomas at apestaart dot org>
* task.py: