summaryrefslogtreecommitdiffstats
path: root/gst/spectrum/gstspectrum.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-09-11 13:28:35 +0200
committerWim Taymans <wim@metal.(none)>2009-09-11 13:28:35 +0200
commit445236a7690caeaac9595d8f7b6b08e3c0e758c6 (patch)
tree8241e5f9388de20c5be06be47c668bc7d6063b4e /gst/spectrum/gstspectrum.h
parent9fb92af2df544ff6a58da9f74a2fbb1d9485309e (diff)
spectrum: add post-messages property
Add a post-messages property and deprecate the less descriptive message property.
Diffstat (limited to 'gst/spectrum/gstspectrum.h')
-rw-r--r--gst/spectrum/gstspectrum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/spectrum/gstspectrum.h b/gst/spectrum/gstspectrum.h
index 28cbb09a..e676fd2d 100644
--- a/gst/spectrum/gstspectrum.h
+++ b/gst/spectrum/gstspectrum.h
@@ -41,7 +41,7 @@ struct _GstSpectrum
GstAudioFilter parent;
/* properties */
- gboolean message; /* whether or not to post messages */
+ gboolean post_messages; /* whether or not to post messages */
gboolean message_magnitude;
gboolean message_phase;
guint64 interval; /* how many nanoseconds between emits */