summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-01-12 19:46:45 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-01-12 19:46:45 +0000
commit28078dec78e9d0943503ae04f474247cec5e38e0 (patch)
tree25354f0ccce888bba748eb1560a8cf363686facd
parent3d1eca6e78feae7c3a1043c4fb9c7eb5fb174459 (diff)
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
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4b50423..7fa934a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: