validate: Add support for prores
authorThibault Saunier <tsaunier@gnome.org>
Wed, 14 Oct 2015 10:56:56 +0000 (11:56 +0100)
committerThibault Saunier <tsaunier@gnome.org>
Wed, 14 Oct 2015 11:01:15 +0000 (12:01 +0100)
validate/launcher/baseclasses.py

index 0affd4d..7b0f2e1 100644 (file)
@@ -1716,7 +1716,11 @@ class MediaFormatCombination(object):
                "ogg": "application/ogg",
                "mkv": "video/x-matroska",
                "mp4": "video/quicktime,variant=iso;",
-               "webm": "video/webm"}
+               "webm": "video/webm",
+               "quicktime": "video/quicktime;",
+               "rawaudio": "audio/x-raw",
+               "prores": "video/x-prores",
+               }
 
     def __str__(self):
         return "%s and %s in %s" % (self.audio, self.video, self.container)