Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added tests skipping if there is no proper gstreamer | Boris Bobrov | 2015-02-16 | 1 | -1/+2 |
| | |||||
* | Porting video to GStreamer 1.0 | Boris Bobrov | 2015-02-16 | 1 | -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 thumbnailer | Boris Bobrov | 2015-02-15 | 1 | -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 |