Fix saving original of the video
authorBoris Bobrov <breton@cynicmansion.ru>
Fri, 13 Jul 2018 17:05:38 +0000 (19:05 +0200)
committerBoris Bobrov <breton@cynicmansion.ru>
Fri, 13 Jul 2018 17:05:38 +0000 (19:05 +0200)
commita65ffb4b6901e26f0f472222e80c463d5a9d60f9
treea2e5e6808dcf104999ecdce4aa1e21ca1ea763ed
parent92a94f4e77a45abc9096502bb0af69139d10a103
Fix saving original of the video

Original of the video was not saved because info about it was not
written to the database. Fixed that.

Also removed original video from get_all_media listing. The method is
weird, we should evaluate whether it is video-specific and how to
generalize it.
mediagoblin/db/mixin.py
mediagoblin/media_types/video/processing.py