tests:validate: Also test opus and theora in OGG
This commit is contained in:
parent
e1f6b9fefb
commit
ff6937d044
@ -36,6 +36,7 @@ if "win32" in sys.platform:
|
||||
|
||||
GES_ENCODING_TARGET_COMBINATIONS = [
|
||||
MediaFormatCombination("ogg", "vorbis", "theora"),
|
||||
MediaFormatCombination("ogg", "opus", "theora"),
|
||||
MediaFormatCombination("webm", "vorbis", "vp8"),
|
||||
MediaFormatCombination("webm", "opus", "vp8"),
|
||||
MediaFormatCombination("mp4", "aac", "h264"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user