summaryrefslogtreecommitdiffstats
path: root/gst/deinterlace2/gstdeinterlace2.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-04-15 15:33:17 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-04-15 15:33:17 +0200
commitb66a6f90beb4edb7cd96399880fae9892f827c11 (patch)
tree369f32939fc86f5dfba5833063fc540fd608a122 /gst/deinterlace2/gstdeinterlace2.h
parent5a95bac3906a87361b3fb359c5a475a736e4e5fe (diff)
downloadgst-plugins-bad-b66a6f90beb4edb7cd96399880fae9892f827c11.tar.gz
gst-plugins-bad-b66a6f90beb4edb7cd96399880fae9892f827c11.tar.bz2
gst-plugins-bad-b66a6f90beb4edb7cd96399880fae9892f827c11.zip
deinterlace2: Add initial support for automatic detection of the field order
Diffstat (limited to 'gst/deinterlace2/gstdeinterlace2.h')
-rw-r--r--gst/deinterlace2/gstdeinterlace2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/deinterlace2/gstdeinterlace2.h b/gst/deinterlace2/gstdeinterlace2.h
index 40806188..35cb55bf 100644
--- a/gst/deinterlace2/gstdeinterlace2.h
+++ b/gst/deinterlace2/gstdeinterlace2.h
@@ -199,6 +199,7 @@ struct _GstDeinterlace2
guint frame_size;
gint frame_rate_n, frame_rate_d;
+ gboolean interlaced;
/* Duration of one field */
GstClockTime field_duration;