summaryrefslogtreecommitdiffstats
path: root/gst/deinterlace/gstdeinterlace.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/deinterlace/gstdeinterlace.h')
-rw-r--r--gst/deinterlace/gstdeinterlace.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gst/deinterlace/gstdeinterlace.h b/gst/deinterlace/gstdeinterlace.h
index 9e0a83fa..806665b8 100644
--- a/gst/deinterlace/gstdeinterlace.h
+++ b/gst/deinterlace/gstdeinterlace.h
@@ -261,6 +261,12 @@ struct _GstDeinterlace
/* QoS stuff */
gdouble proportion;
GstClockTime earliest_time;
+
+ /* Upstream negotiation stuff */
+ GstCaps *sink_caps;
+ GstCaps *src_caps;
+
+ GstCaps *request_caps;
};
struct _GstDeinterlaceClass