diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-12 19:46:45 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-12 19:46:45 +0000 |
commit | 9a71c2e2a117e0bdfb04e1b3bc8727207f05e417 (patch) | |
tree | b1cae06c0fe5e1eab46ca7537685f8dfbd927d4a /ChangeLog | |
parent | b2e8f0ecfd4a35c62b3feb65d01ded8c25990a3e (diff) | |
download | gst-plugins-bad-9a71c2e2a117e0bdfb04e1b3bc8727207f05e417.tar.gz gst-plugins-bad-9a71c2e2a117e0bdfb04e1b3bc8727207f05e417.tar.bz2 gst-plugins-bad-9a71c2e2a117e0bdfb04e1b3bc8727207f05e417.zip |
fix up audioconvert caps nego, remove float stuff, remove rate stuff gst-launch-0.7 -v sinesrc ! audioconvert ! audi...
Original commit message from CVS:
fix up audioconvert caps nego, remove float stuff, remove rate stuff
gst-launch-0.7 -v sinesrc ! audioconvert ! audio/x-raw-int,rate=23000 ! wavenc ! filesink location=test.wav now writes a completely useless 23000 Hz wave file
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,5 +1,20 @@ 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org> + * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type), + (gst_audio_convert_class_init), (gst_audioconvert_getcaps), + (gst_audio_convert_init), (gst_audio_convert_set_property), + (gst_audio_convert_get_property), (gst_audio_convert_chain), + (gst_audio_convert_link), + (gst_audio_convert_buffer_to_default_format), + (gst_audio_convert_buffer_from_default_format), (plugin_init): + - implement _getcaps and use it + - improve linking + - remove float caps since no float conversion is actually done + - remove properties and arguments that were to be used for rate + conversion + +2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org> + * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list), (gst_audio_structure_set_int): * gst-libs/gst/audio/audio.h: |