Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/gstespeak.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gstespeak.c')
-rw-r--r--src/gstespeak.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gstespeak.c b/src/gstespeak.c
index 4560512..1dd097e 100644
--- a/src/gstespeak.c
+++ b/src/gstespeak.c
@@ -152,7 +152,7 @@ static void gst_espeak_init (GstEspeak * self) {
"rate", G_TYPE_INT, espeak_get_sample_rate (),
"channels", G_TYPE_INT, 1, NULL);
- gst_base_src_set_format (GST_BASE_SRC (self), GST_FORMAT_DEFAULT);
+ gst_base_src_set_format (GST_BASE_SRC (self), GST_FORMAT_TIME);
}
static void gst_espeak_finalize (GObject * self_) {