mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
validate: Add support for prores
This commit is contained in:
parent
9005428910
commit
aef41ba72a
1 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue