Proper handling of tags in skip_transcode
authorBoris Bobrov <breton@cynicmansion.ru>
Thu, 19 Mar 2015 23:35:52 +0000 (02:35 +0300)
committerBoris Bobrov <breton@cynicmansion.ru>
Thu, 19 Mar 2015 23:35:52 +0000 (02:35 +0300)
commit4522ecef8065c44fab2804ae659812ba5d1e27dd
treee7557400a32146b6e052ae17aceeae5c36bdc58c
parentbd50f8bf701d3719b349523fa0822ed4958a9531
Proper handling of tags in skip_transcode

The function to retrieve tags was used incorrectly in skip_transcode,
assuming that str will be returned.

Now the code is aware of the return format of the function.

Closes bug 5065
mediagoblin/media_types/video/util.py