diff options
author | Benjamin Otte <otte@gnome.org> | 2004-03-06 13:26:12 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-03-06 13:26:12 +0000 |
commit | eac9470d077bfd67851bba4616c9566347b69711 (patch) | |
tree | bcd33ddd769bbaaca9b8cfc5e3444ae534e122b9 | |
parent | 3c26f9c01678a3167113cbb87917fae52647843d (diff) | |
download | gst-plugins-bad-eac9470d077bfd67851bba4616c9566347b69711.tar.gz gst-plugins-bad-eac9470d077bfd67851bba4616c9566347b69711.tar.bz2 gst-plugins-bad-eac9470d077bfd67851bba4616c9566347b69711.zip |
gst/audioconvert/gstaudioconvert.c: do conversions from/to float correctly, fix some caps nego errors, export correct...
Original commit message from CVS:
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
(gst_audio_convert_link), (gst_audio_convert_change_state),
(gst_audio_convert_buffer_from_default_format):
do conversions from/to float correctly, fix some caps nego errors,
export correct supported caps in template and getcaps, use correct
caps in try_set_caps functions
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-03-06 Benjamin Otte <otte@gnome.org> + + * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps), + (gst_audio_convert_link), (gst_audio_convert_change_state), + (gst_audio_convert_buffer_from_default_format): + do conversions from/to float correctly, fix some caps nego errors, + export correct supported caps in template and getcaps, use correct + caps in try_set_caps functions + 2004-03-06 Christophe Fergeau <teuf@gnome.org> For some reason, I only committed a ChangeLog entry yesterday and |