mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
validate: Start also testing jpeg encoding
This commit is contained in:
parent
8162811bce
commit
e1f6b9fefb
2 changed files with 6 additions and 3 deletions
|
@ -40,8 +40,11 @@ GES_ENCODING_TARGET_COMBINATIONS = [
|
|||
MediaFormatCombination("webm", "opus", "vp8"),
|
||||
MediaFormatCombination("mp4", "aac", "h264"),
|
||||
MediaFormatCombination("mp4", "ac3", "h264"),
|
||||
MediaFormatCombination("quicktime", "aac", "jpeg"),
|
||||
MediaFormatCombination("mkv", "opus", "h264"),
|
||||
MediaFormatCombination("mkv", "vorbis", "h264")
|
||||
MediaFormatCombination("mkv", "vorbis", "h264"),
|
||||
MediaFormatCombination("mkv", "opus", "jpeg"),
|
||||
MediaFormatCombination("mkv", "vorbis", "jpeg")
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue