* morituri/common/gstreamer.py:

Add a stop method and a stopped overridable handler.
	* morituri/common/checksum.py:
	* morituri/common/encode.py:
	  Adapt to using stopped.
This commit is contained in:
Thomas Vander Stichele
2011-05-23 15:26:19 +00:00
parent 1ce46272a9
commit 3482288750
4 changed files with 35 additions and 24 deletions

View File

@@ -1,3 +1,11 @@
2011-05-23 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/gstreamer.py:
Add a stop method and a stopped overridable handler.
* morituri/common/checksum.py:
* morituri/common/encode.py:
Adapt to using stopped.
2011-05-23 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/test/test_common_encode.py: