Porting video to GStreamer 1.0
authorBoris Bobrov <breton@cynicmansion.ru>
Thu, 5 Jun 2014 11:42:12 +0000 (15:42 +0400)
committerBoris Bobrov <breton@cynicmansion.ru>
Mon, 16 Feb 2015 02:35:36 +0000 (05:35 +0300)
commit91f5f5e791e5bc3680cac2b0103429713517f7d4
treec96b6bd833698fcd29bd39b568adba68f17a5f76
parent7e266d5a374fe16355375f82be45e2c5707450d1
Porting video to GStreamer 1.0

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
mediagoblin/media_types/tools.py
mediagoblin/media_types/video/processing.py
mediagoblin/media_types/video/transcoders.py
mediagoblin/media_types/video/util.py
mediagoblin/processing/__init__.py
mediagoblin/tests/test_video.py