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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gst/deinterlace/gstdeinterlace.h b/gst/deinterlace/gstdeinterlace.h
index 9d5b3b9a..ed0cb2fa 100644
--- a/gst/deinterlace/gstdeinterlace.h
+++ b/gst/deinterlace/gstdeinterlace.h
@@ -254,6 +254,13 @@ struct _GstDeinterlace
need not match the pixel width
*/
guint field_stride;
+
+ /* Current segment */
+ GstSegment segment;
+
+ /* QoS stuff */
+ gdouble proportion;
+ GstClockTime earliest_time;
};
struct _GstDeinterlaceClass