mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
tests:validate: Also test opus and theora in OGG
This commit is contained in:
parent
e1f6b9fefb
commit
ff6937d044
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue