diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2004-06-17 13:45:50 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2004-06-17 13:45:50 +0000 |
| commit | d59eaf300e2fb0db8868244ca13b3f491d8f8465 (patch) | |
| tree | 3b71105dfbb8267220c9d86bfc64579c9854a676 /ChangeLog | |
| parent | 2773e2a313d2bcd1fe9c447a884377087356c80d (diff) | |
gst/audiorate/: Added an audiorate converter that fills in gaps.
Original commit message from CVS:
* gst/audiorate/Makefile.am:
* gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
(gst_audiorate_base_init), (gst_audiorate_class_init),
(gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
(gst_audiorate_set_property), (gst_audiorate_get_property),
(gst_audiorate_change_state), (plugin_init):
Added an audiorate converter that fills in gaps.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2004-06-17 Wim Taymans <wim@fluendo.com> + + * gst/audiorate/Makefile.am: + * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type), + (gst_audiorate_base_init), (gst_audiorate_class_init), + (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain), + (gst_audiorate_set_property), (gst_audiorate_get_property), + (gst_audiorate_change_state), (plugin_init): + Added an audiorate converter that fills in gaps. + 2004-06-17 Johan Dahlin <johan@gnome.org> * ext/tcp/*: Revert Zaheer changes. |
