summaryrefslogtreecommitdiffstats
path: root/gst/deinterlace/gstdeinterlace.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-06-11 10:05:32 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-06-11 10:06:04 +0200
commitceea8dc15f8b9628bec092c8ca2d8284b258abfe (patch)
treec169fcfadac1677195d880d04936919c6e2cdc69 /gst/deinterlace/gstdeinterlace.h
parentcd33adbd966333029245555cdeb6454badf45061 (diff)
deinterlace: Implement upstream negotation
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