* morituri/test/test_common_encode.py:

Generate an actual file by spawning gst-launch; otherwise
	  with proper error handling we get an error from wavparse that
	  there is not enough data to typefind.
	* morituri/common/gstreamer.py:
	  Move the gst import to start() and set it as a class attribute.
	  Document methods.
	* morituri/common/encode.py:
	  Convert EncodeTask to a GstPipelineTask.
This commit is contained in:
Thomas Vander Stichele
2011-05-23 14:57:16 +00:00
parent 514bf4bc10
commit 1ce46272a9
4 changed files with 80 additions and 56 deletions

View File

@@ -1,3 +1,15 @@
2011-05-23 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/test/test_common_encode.py:
Generate an actual file by spawning gst-launch; otherwise
with proper error handling we get an error from wavparse that
there is not enough data to typefind.
* morituri/common/gstreamer.py:
Move the gst import to start() and set it as a class attribute.
Document methods.
* morituri/common/encode.py:
Convert EncodeTask to a GstPipelineTask.
2011-05-23 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/encode.py: