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
committerDave Robillard <dave@drobilla.net>2009-05-03 12:03:14 -0400
commit1a4e5e722edb37023b597ee10df993fa48ea919d (patch)
tree9da76a9033d30d37a5d8491c83681cefd48a3a86 /gst/deinterlace2/gstdeinterlace2.h
parent87cf9421c28a64ff9cf444517fcc7d9e9a42a862 (diff)
downloadgst-plugins-bad-1a4e5e722edb37023b597ee10df993fa48ea919d.tar.gz
gst-plugins-bad-1a4e5e722edb37023b597ee10df993fa48ea919d.tar.bz2
gst-plugins-bad-1a4e5e722edb37023b597ee10df993fa48ea919d.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;