summaryrefslogtreecommitdiff
path: root/gst/gaudieffects/gstexclusion.h
diff options
context:
space:
mode:
authorLuis de Bethencourt <luis@debethencourt.com>2012-05-08 18:09:09 +0100
committerLuis de Bethencourt <luis@debethencourt.com>2012-05-09 13:18:53 +0100
commit9602a3513bd9fcad06f8808d6985cf2a06532a25 (patch)
treeb28750d45604faa3f29ff67ce4deec838b800ac7 /gst/gaudieffects/gstexclusion.h
parente78f5817e59f6eab61551dc70ce885f2909d00b8 (diff)
downloadgstreamer-plugins-bad-9602a3513bd9fcad06f8808d6985cf2a06532a25.tar.gz
gaudieffects: port exclusion to 0.11
Diffstat (limited to 'gst/gaudieffects/gstexclusion.h')
-rw-r--r--gst/gaudieffects/gstexclusion.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gst/gaudieffects/gstexclusion.h b/gst/gaudieffects/gstexclusion.h
index b47eef1b9..e62899565 100644
--- a/gst/gaudieffects/gstexclusion.h
+++ b/gst/gaudieffects/gstexclusion.h
@@ -1,7 +1,7 @@
/*
* GStreamer
- * Copyright (C) 2010 Luis de Bethencourt <luis@debethencourt.com>>
- *
+ * Copyright (C) <2010-2012> Luis de Bethencourt <luis@debethencourt.com>>
+ *
* Exclusion - color exclusion video effect.
*
* Permission is hereby granted, free of charge, to any person obtaining a
@@ -49,6 +49,7 @@
#include <gst/gst.h>
#include <gst/video/gstvideofilter.h>
+#include <gst/video/video.h>
G_BEGIN_DECLS
@@ -73,6 +74,7 @@ struct _GstExclusion
/* < private > */
+ GstVideoInfo info;
gint width, height;
gint factor;