aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_video.py
Commit message (Collapse)AuthorAgeFilesLines
* added tests skipping if there is no proper gstreamerBoris Bobrov2015-02-161-1/+2
|
* Porting video to GStreamer 1.0Boris Bobrov2015-02-161-27/+87
| | | | | | | | | | | Porting includes: - thumbnailer - transcoder - metadata handling - new common discoverer for media - new tests with in-memory test video generating - handling regardless of audio availability in the file - Pythonic gst pipelines
* Rewrite thumbnailerBoris Bobrov2015-02-151-0/+71
Previous thumbnailer didn't always work properly. It was also not ready to be ported to GStreamer 1.0 The rewrite makes it shorter, more pythonic and prepares it for porting. - no longer uses playbin2; - is tested - logs some events - previous thumbnailer is removed