summaryrefslogtreecommitdiffstats
path: root/gst/deinterlace/gstdeinterlace.h
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-05-11 17:23:20 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-05-11 17:23:20 +0000
commit065dc43a59df1b122a05325cba389ad760771dc0 (patch)
tree3407f65d74236af7d81350901524f1c905941e35 /gst/deinterlace/gstdeinterlace.h
parenta6e1c4034411b0bb715f607eabe8641d92450752 (diff)
downloadgst-plugins-bad-065dc43a59df1b122a05325cba389ad760771dc0.tar.gz
gst-plugins-bad-065dc43a59df1b122a05325cba389ad760771dc0.tar.bz2
gst-plugins-bad-065dc43a59df1b122a05325cba389ad760771dc0.zip
Random doc of the day: the deinterlace element.
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/inspect/plugin-gstinterlace.xml: * gst/deinterlace/gstdeinterlace.c: * gst/deinterlace/gstdeinterlace.h: Random doc of the day: the deinterlace element.
Diffstat (limited to 'gst/deinterlace/gstdeinterlace.h')
-rw-r--r--gst/deinterlace/gstdeinterlace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/deinterlace/gstdeinterlace.h b/gst/deinterlace/gstdeinterlace.h
index 3e7c834e..faa8e811 100644
--- a/gst/deinterlace/gstdeinterlace.h
+++ b/gst/deinterlace/gstdeinterlace.h
@@ -38,6 +38,7 @@ typedef struct _GstDeinterlaceClass GstDeinterlaceClass;
struct _GstDeinterlace {
GstBaseTransform basetransform;
+ /*< private >*/
gint width;
gint height;
gint uv_height;