mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
qtmux: Fix fourcc for ProRes Proxy
This is apco, according to https://wiki.multimedia.cx/index.php?title=Apple_ProRes https://bugzilla.gnome.org/show_bug.cgi?id=769048
This commit is contained in:
parent
2179b9b9d6
commit
25526ed7f3
1 changed files with 1 additions and 1 deletions
|
@ -4214,7 +4214,7 @@ gst_qt_mux_video_sink_set_caps (GstQTPad * qtpad, GstCaps * caps)
|
|||
else if (!g_strcmp0 (variant, "hq"))
|
||||
entry.fourcc = FOURCC_apch;
|
||||
else if (!g_strcmp0 (variant, "proxy"))
|
||||
entry.fourcc = FOURCC_ap4h;
|
||||
entry.fourcc = FOURCC_apco;
|
||||
}
|
||||
|
||||
if (!entry.fourcc)
|
||||
|
|
Loading…
Reference in a new issue