Rename "morituri" module to "whipper".

Fixes https://github.com/JoeLametta/whipper/issues/100
This commit is contained in:
Frederik “Freso” S. Olesen
2017-04-26 16:51:11 +02:00
parent a8af9b79ab
commit ff309e468c
114 changed files with 198 additions and 198 deletions

55
whipper/extern/task/ChangeLog vendored Normal file
View File

@@ -0,0 +1,55 @@
2012-11-18 Thomas Vander Stichele <thomas at apestaart dot org>
* gstreamer.py:
Only set an exception once in bus_error_cb.
Was triggered by morituri's checksum test, but only
if multiple tests were run - got the same bus error
twice.
2012-07-12 Thomas Vander Stichele <thomas at apestaart dot org>
* task.py:
Add a debug statement.
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:
Remove scrubFilename call.
2011-08-08 Thomas Vander Stichele <thomas at apestaart dot org>
* task.py:
Pull in getExceptionMessage privately.
2011-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
* gstreamer.py:
* task.py:
Don't rely on the log module; users that want to log
should first subclass from a log class that implements
warning/info/debug/log
2011-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
* gstreamer.py:
Document bus and pipeline. Make bus public.
2011-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
* gstreamer.py:
Add quoteParse() method.
2011-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
* gstreamer.py:
Add getPipeline() method.
Base class implementation uses getPipelineDesc().