Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/gstespeak.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gstespeak.h')
-rw-r--r--src/gstespeak.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gstespeak.h b/src/gstespeak.h
index 31986f4..df17118 100644
--- a/src/gstespeak.h
+++ b/src/gstespeak.h
@@ -48,12 +48,12 @@ struct _GstEspeak
gchar *voice;
gchar **voices;
GstCaps *caps;
+ gboolean poll;
};
struct _GstEspeakClass
{
GstAudioSrcClass parent_class;
- void (*word) (GstEspeak*, goffset, gsize);
};
GType gst_espeak_get_type (void);