summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-11 22:55:35 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-11 22:55:35 +0000
commitec58fae8dd507f5121ff0cf82cdade9f1f69d82a (patch)
tree47c96c9fe87dfd1f3fbb066980514422e668197e
parent1bdc31fc0509045f3a17ca6d7636b11fd14ed1b5 (diff)
downloadgst-plugins-bad-ec58fae8dd507f5121ff0cf82cdade9f1f69d82a.tar.gz
gst-plugins-bad-ec58fae8dd507f5121ff0cf82cdade9f1f69d82a.tar.bz2
gst-plugins-bad-ec58fae8dd507f5121ff0cf82cdade9f1f69d82a.zip
gst/auparse/gstauparse.c: - Document all audio encoding we can encounter from Solaris 9 headers and libsndfile inform...
Original commit message from CVS: * gst/auparse/gstauparse.c : - Document all audio encoding we can encounter from Solaris 9 headers and libsndfile information. - Increase max. rate from 48000 to 192000 (to match other elements) - Don't try to play junk data between header and samples
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e070879..9b0df44f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,8 +6,13 @@
2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
* gst/cdxaparse/gstcdxaparse.c :
- Add mpegversion to CAPS to make it link
- Rank is as GST_RANK_SECONDARY instead of NONE
+ - Add mpegversion to CAPS to make it link
+ - Rank is as GST_RANK_SECONDARY instead of NONE
+ * gst/auparse/gstauparse.c :
+ - Document all audio encoding we can encounter from Solaris 9
+ headers and libsndfile information.
+ - Increase max. rate from 48000 to 192000 (to match other elements)
+ - Don't try to play junk data between header and samples
2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>