mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
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.
This commit is contained in:
parent
bece1c97f2
commit
4f1bcb55a4
2 changed files with 1 additions and 5 deletions
|
@ -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 ());
|
||||
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue