Added m4v to list of media types and a comment stating we should

autogenerate extension list
This commit is contained in:
Christopher Allan Webber 2012-03-12 13:38:22 -05:00
parent fcc0f4e81d
commit 8bc894e82b

View File

@ -23,5 +23,7 @@ MEDIA_MANAGER = {
# 'mediagoblin.media_types.image.processing'?
"display_template": "mediagoblin/media_displays/video.html",
"default_thumb": "images/media_thumbs/video.jpg",
# TODO: This list should be autogenerated based on gst plugins
"accepted_extensions": [
"mp4", "mov", "webm", "avi", "3gp", "3gpp", "mkv", "ogv", "ogg"]}
"mp4", "mov", "webm", "avi", "3gp", "3gpp", "mkv", "ogv", "ogg",
"m4v"]}