Added multiple a-v streams handling
commit2d1e89055d52023a7600f35dd41564019f4d70c3
authorBoris Bobrov <breton@cynicmansion.ru>
Fri, 8 Aug 2014 02:09:28 +0000 (8 06:09 +0400)
committerBoris Bobrov <breton@cynicmansion.ru>
Mon, 16 Feb 2015 10:41:09 +0000 (16 13:41 +0300)
tree2492be06b08bbb929350f5b3e04e794b656026ec
parent945a1c56677e3187bb0e3584d7e5a57e661f55ac
Added multiple a-v streams handling

Before only single video stream files were suported.

This patch adds support for files with multiple video streams. Metadata
of such files is now correctly stored. This required change of the
schema used to store info and the change is done in a migration.
mediagoblin/media_types/audio/processing.py
mediagoblin/media_types/video/migrations.py
mediagoblin/media_types/video/models.py
mediagoblin/media_types/video/processing.py
mediagoblin/media_types/video/util.py