summaryrefslogtreecommitdiffstats
path: root/ext/gdk_pixbuf/gstgdkpixbufsink.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-09-11 13:20:06 +0200
committerWim Taymans <wim@metal.(none)>2009-09-11 13:20:06 +0200
commit9fb92af2df544ff6a58da9f74a2fbb1d9485309e (patch)
tree449566696b7f213fa1d6caa3c3bb8cbacc37bba2 /ext/gdk_pixbuf/gstgdkpixbufsink.h
parent1935483fbfe39bdf8b19235f749f490e2b254c1b (diff)
pixbufsink: add post-messages property
Add post-messages and deprecate send-messages as the former is more descriptive of what actually happens.
Diffstat (limited to 'ext/gdk_pixbuf/gstgdkpixbufsink.h')
-rw-r--r--ext/gdk_pixbuf/gstgdkpixbufsink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gdk_pixbuf/gstgdkpixbufsink.h b/ext/gdk_pixbuf/gstgdkpixbufsink.h
index 5708d491..b0eff5e5 100644
--- a/ext/gdk_pixbuf/gstgdkpixbufsink.h
+++ b/ext/gdk_pixbuf/gstgdkpixbufsink.h
@@ -55,7 +55,7 @@ struct _GstGdkPixbufSink
gboolean has_alpha;
/* properties */
- gboolean send_messages;
+ gboolean post_messages;
GdkPixbuf * last_pixbuf;
};