summaryrefslogtreecommitdiff
path: root/gst/ivfparse/gstivfparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/ivfparse/gstivfparse.h')
-rw-r--r--gst/ivfparse/gstivfparse.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/ivfparse/gstivfparse.h b/gst/ivfparse/gstivfparse.h
index c3c43f3b9..ee0c50d97 100644
--- a/gst/ivfparse/gstivfparse.h
+++ b/gst/ivfparse/gstivfparse.h
@@ -52,8 +52,11 @@ struct _GstIvfParse
GstIvfParseState state;
+ guint width;
+ guint height;
guint fps_n;
guint fps_d;
+ gboolean update_caps;
};
struct _GstIvfParseClass