From 445236a7690caeaac9595d8f7b6b08e3c0e758c6 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 11 Sep 2009 13:28:35 +0200 Subject: spectrum: add post-messages property Add a post-messages property and deprecate the less descriptive message property. --- gst/spectrum/gstspectrum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/spectrum/gstspectrum.h') 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 */ -- cgit