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 | f7f9390eaae0500168565fcfc932606b47b4cb72 (patch) | |
tree | e7b2f45b1fd6e4346401e840c117cd848f51288f | |
parent | c92eb8f53bd5fef38959526f29babc57b9087ad7 (diff) |
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 |