isomp4: Add official fourcc for VP8 codec
authorSeungha Yang <pudding8757@gmail.com>
Mon, 13 Nov 2017 01:43:11 +0000 (10:43 +0900)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Mon, 13 Nov 2017 15:08:14 +0000 (10:08 -0500)
commit8aa5c59b5f78410b26d350731690ddfc1492809d
tree48721ca0568547020b406312579fa49a1679335f
parent93f19b19d28856a4d4aabb9a586d19c4b5d7bee0
isomp4: Add official fourcc for VP8 codec

fourcc for VP8 codec is "vp08" defined by spec. To follow it,
add it to demux and change legacy VP8 fourcc "VP80" to "vp08" in mux.
Also, enable sync table in case of VP8 codec.
See also https://www.webmproject.org/vp9/mp4/

https://bugzilla.gnome.org/show_bug.cgi?id=790026
gst/isomp4/fourcc.h
gst/isomp4/gstqtmux.c
gst/isomp4/qtdemux.c