diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2008-05-26 15:51:41 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2008-05-26 15:51:41 +0000 |
| commit | 0007831a6e684f56222972eeb9f13379e35289c0 (patch) | |
| tree | ad3e9960547e7988850129b6b5a5e5fc8dec7cb5 /ChangeLog | |
| parent | 61597d99e9a1ef19862e7b222500504f644e4c12 (diff) | |
gst/audiofx/: Add simple voice removal element. Yay karaoke.
Original commit message from CVS:
* gst/audiofx/Makefile.am:
* gst/audiofx/audiofx.c: (plugin_init):
* gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
(gst_audio_voice_class_init), (gst_audio_voice_init),
(update_filter), (gst_audio_voice_set_property),
(gst_audio_voice_get_property), (gst_audio_voice_setup),
(gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
(gst_audio_voice_transform_ip):
* gst/audiofx/audiovoice.h:
Add simple voice removal element. Yay karaoke.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk> + * gst/audiofx/Makefile.am: + * gst/audiofx/audiofx.c: (plugin_init): + * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init), + (gst_audio_voice_class_init), (gst_audio_voice_init), + (update_filter), (gst_audio_voice_set_property), + (gst_audio_voice_get_property), (gst_audio_voice_setup), + (gst_audio_voice_transform_int), (gst_audio_voice_transform_float), + (gst_audio_voice_transform_ip): + * gst/audiofx/audiovoice.h: + Add simple voice removal element. Yay karaoke. + +2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk> + Patch by: William M. Brack <wbrack at mmm dot com dot hk> * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format): |
