flte: comment cleanup
authorStefan Sauer <ensonic@users.sf.net>
Fri, 23 Mar 2012 17:18:06 +0000 (18:18 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Fri, 23 Mar 2012 19:21:52 +0000 (20:21 +0100)
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
ext/flite/gstflitetestsrc.c

index 2995d9f..d75bd2f 100644 (file)
@@ -24,7 +24,6 @@
 #include <gst/gst.h>
 #include <flite/flite.h>
 
-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 ());
 
index a8e595c..97c2acf 100644 (file)
@@ -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)
 {