mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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
This commit is contained in:
parent
3d1eca6e78
commit
28078dec78
1 changed files with 15 additions and 0 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,18 @@
|
|||
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),
|
||||
|
|
Loading…
Reference in a new issue