summaryrefslogtreecommitdiff
path: root/gst/faceoverlay/gstfaceoverlay.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-03-15 18:08:09 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-03-15 18:08:09 +0000
commit3bbb0387c48689597720e5ff337ac6929d448a1c (patch)
treeaefb9ecc0ecbc1fb35ef5ecd958b7d6d3c092994 /gst/faceoverlay/gstfaceoverlay.h
parent549447d2880b6af7a59967039b34675f9b92eb73 (diff)
downloadgstreamer-plugins-bad-3bbb0387c48689597720e5ff337ac6929d448a1c.tar.gz
faceoverlay: don't make rsvgoverlay reload the SVG for every single frame
Only set location on rsvgoverlay if it has changed.
Diffstat (limited to 'gst/faceoverlay/gstfaceoverlay.h')
-rw-r--r--gst/faceoverlay/gstfaceoverlay.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/faceoverlay/gstfaceoverlay.h b/gst/faceoverlay/gstfaceoverlay.h
index 7f4427c28..c21327b11 100644
--- a/gst/faceoverlay/gstfaceoverlay.h
+++ b/gst/faceoverlay/gstfaceoverlay.h
@@ -73,6 +73,8 @@ struct _GstFaceOverlay
gboolean process_message;
+ gboolean update_svg;
+
gchar *location;
gfloat x;
gfloat y;