summaryrefslogtreecommitdiffstats
path: root/gst/librfb/gstrfbsrc.h
diff options
context:
space:
mode:
authorThijs Vermeir <thijsvermeir@gmail.com>2007-09-27 14:52:58 +0000
committerThijs Vermeir <thijsvermeir@gmail.com>2007-09-27 14:52:58 +0000
commit77e7c4aaddc9714651fe9cb4d86f760170f6564d (patch)
treedf0a28af18919d53153d6997f749607f7314d1c6 /gst/librfb/gstrfbsrc.h
parentd69b3423f3e98988658be5ba275bb18836038022 (diff)
downloadgst-plugins-bad-77e7c4aaddc9714651fe9cb4d86f760170f6564d.tar.gz
gst-plugins-bad-77e7c4aaddc9714651fe9cb4d86f760170f6564d.tar.bz2
gst-plugins-bad-77e7c4aaddc9714651fe9cb4d86f760170f6564d.zip
gst/librfb/gstrfbsrc.*: Added a property for incremental screen updates
Original commit message from CVS: * gst/librfb/gstrfbsrc.c: * gst/librfb/gstrfbsrc.h: Added a property for incremental screen updates
Diffstat (limited to 'gst/librfb/gstrfbsrc.h')
-rw-r--r--gst/librfb/gstrfbsrc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/librfb/gstrfbsrc.h b/gst/librfb/gstrfbsrc.h
index 57e6d338..13f79287 100644
--- a/gst/librfb/gstrfbsrc.h
+++ b/gst/librfb/gstrfbsrc.h
@@ -57,7 +57,7 @@ struct _GstRfbSrc
RfbDecoder *decoder;
guint8 *frame;
gboolean go;
- gboolean inter;
+ gboolean incremental_update;
guint button_mask;