aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_video.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for small bugsBoris Bobrov2018-07-121-0/+3
| | | | | There were some blocking issues in the code. They are small, but break tests and/or production. Fixed some of them.
* Fix test_accepted_resolutionsvijeth-aradhya2017-06-271-6/+7
| | | | Add {'webm': (640, 640)}
* Test accepted_files and accepted_resolutionsvijeth-aradhya2017-06-251-0/+12
|
* 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