From 4f1bcb55a40603f2d6bc94c16befd8fa9989cb3b Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Fri, 23 Mar 2012 18:18:06 +0100 Subject: [PATCH] flte: comment cleanup Remove commented out code for a flitesynth that we don't have in git anyway. Add a comment regarding the flite voices. --- ext/flite/gstflite.c | 3 --- ext/flite/gstflitetestsrc.c | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/ext/flite/gstflite.c b/ext/flite/gstflite.c index 2995d9f..d75bd2f 100644 --- a/ext/flite/gstflite.c +++ b/ext/flite/gstflite.c @@ -24,7 +24,6 @@ #include #include -GType gst_flite_synth_get_type (void); GType gst_flite_test_src_get_type (void); @@ -33,8 +32,6 @@ plugin_init (GstPlugin * plugin) { flite_init (); -// gst_element_register (plugin, "flitesynth", GST_RANK_NONE, -// gst_flite_synth_get_type ()); gst_element_register (plugin, "flitetestsrc", GST_RANK_NONE, gst_flite_test_src_get_type ()); diff --git a/ext/flite/gstflitetestsrc.c b/ext/flite/gstflitetestsrc.c index a8e595c..97c2acf 100644 --- a/ext/flite/gstflitetestsrc.c +++ b/ext/flite/gstflitetestsrc.c @@ -298,10 +298,9 @@ gst_flite_test_src_get_times (GstBaseSrc * basesrc, GstBuffer * buffer, } #endif +/* there is no header for libflite_cmu_us_kal */ cst_voice *register_cmu_us_kal (); - - static gboolean gst_flite_test_src_start (GstBaseSrc * basesrc) { -- 2.7.4