summaryrefslogtreecommitdiffstats
path: root/gst/frei0r/gstfrei0rfilter.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-06-29 11:59:13 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-06-29 11:59:13 +0200
commit72fca8a828b05b9dbf2b02b7754006755954fc47 (patch)
tree44f3f00c2c475ca93772fa583224806670326610 /gst/frei0r/gstfrei0rfilter.h
parent0de4e9df00e2dfe2671631e696731d84d51d5829 (diff)
downloadgst-plugins-bad-72fca8a828b05b9dbf2b02b7754006755954fc47.tar.gz
gst-plugins-bad-72fca8a828b05b9dbf2b02b7754006755954fc47.tar.bz2
gst-plugins-bad-72fca8a828b05b9dbf2b02b7754006755954fc47.zip
frei0r: In the filter plugins create the frei0r instances in create() before playback starts
Diffstat (limited to 'gst/frei0r/gstfrei0rfilter.h')
-rw-r--r--gst/frei0r/gstfrei0rfilter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/frei0r/gstfrei0rfilter.h b/gst/frei0r/gstfrei0rfilter.h
index ded2172b..b85c3f6e 100644
--- a/gst/frei0r/gstfrei0rfilter.h
+++ b/gst/frei0r/gstfrei0rfilter.h
@@ -42,6 +42,8 @@ typedef struct _GstFrei0rFilterClass GstFrei0rFilterClass;
struct _GstFrei0rFilter {
GstVideoFilter parent;
+ gint width, height;
+
f0r_instance_t *f0r_instance;
GstFrei0rPropertyValue *property_cache;
};