summaryrefslogtreecommitdiff
path: root/gst/ivfparse/gstivfparse.h
diff options
context:
space:
mode:
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>2015-10-29 15:02:38 +0200
committerTim-Philipp Müller <tim@centricular.com>2015-10-29 13:26:46 +0000
commit9bbff1d51a8950ff315da2796bf2e5b899112e38 (patch)
tree643affcf51a0b84917698d0e3f393ed3ff6d7270 /gst/ivfparse/gstivfparse.h
parent450bac6ce59a72ce45cda6bc128fef56dada419a (diff)
downloadgstreamer-plugins-bad-9bbff1d51a8950ff315da2796bf2e5b899112e38.tar.gz
ivfparse: Add vp9 support
Differentiate the vp8/vp9 bitstream based on fourcc. https://bugzilla.gnome.org/show_bug.cgi?id=757251
Diffstat (limited to 'gst/ivfparse/gstivfparse.h')
-rw-r--r--gst/ivfparse/gstivfparse.h1
1 files changed, 1 insertions, 0 deletions
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;
};