mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
qtmux: add 4444 and 4444xq variants to video/x-prores pad template caps
They are handled since commit 7b565475bf
(qt: Add support for ProRes 4444 XQ).
https://bugzilla.gnome.org/show_bug.cgi?id=777377
This commit is contained in:
parent
1e1d77a18d
commit
6769dce5c1
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,8 @@
|
|||
COMMON_VIDEO_CAPS
|
||||
|
||||
#define PRORES_CAPS \
|
||||
"video/x-prores, variant = (string) {standard, lt, hq, proxy}, " \
|
||||
"video/x-prores, " \
|
||||
"variant = (string) {standard, lt, hq, proxy, 4444, 4444xq}, " \
|
||||
COMMON_VIDEO_CAPS
|
||||
|
||||
#define SVQ_CAPS \
|
||||
|
|
Loading…
Reference in a new issue