GNOME Bugzilla – Bug 757251
ivfparse: recognize the vp9 bitstream
Last modified: 2015-10-29 13:29:51 UTC
Created attachment 314322 [details] [review] add vp9 support Add vp9 support in ivfparse
Comment on attachment 314322 [details] [review] add vp9 support Thanks, looks good, just two nitpicks: - terminology: please change *mime_type to *media_type (GStreamer uses GStreamer media types) - the check in gst_ivf_parse_handle_frame_start() could be simplified by calling fourcc_to_mime_type() and checking if it returns NULL (also more future proof)
Created attachment 314393 [details] [review] ivfparse: add vp9 support
Thanks! commit d7a167c5b4e4aee7078119e8c963abaf1a29111b Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com> Date: Thu Oct 29 15:02:38 2015 +0200 ivfparse: Add vp9 support Differentiate the vp8/vp9 bitstream based on fourcc. https://bugzilla.gnome.org/show_bug.cgi?id=757251