From 9bbff1d51a8950ff315da2796bf2e5b899112e38 Mon Sep 17 00:00:00 2001 From: Sreerenj Balachandran Date: Thu, 29 Oct 2015 15:02:38 +0200 Subject: ivfparse: Add vp9 support Differentiate the vp8/vp9 bitstream based on fourcc. https://bugzilla.gnome.org/show_bug.cgi?id=757251 --- gst/ivfparse/gstivfparse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/ivfparse/gstivfparse.h') diff --git a/gst/ivfparse/gstivfparse.h b/gst/ivfparse/gstivfparse.h index ee0c50d97..1a72f35b1 100644 --- a/gst/ivfparse/gstivfparse.h +++ b/gst/ivfparse/gstivfparse.h @@ -56,6 +56,7 @@ struct _GstIvfParse guint height; guint fps_n; guint fps_d; + guint32 fourcc; gboolean update_caps; }; -- cgit v1.2.1