From: Stéphane Loeuillet Date: Tue, 11 May 2004 22:55:35 +0000 (+0000) Subject: gst/auparse/gstauparse.c: - Document all audio encoding we can encounter from Solaris... X-Git-Tag: 1.19.3~507^2~23258 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec58fae8dd507f5121ff0cf82cdade9f1f69d82a;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/ChangeLog b/ChangeLog index 6e07087..9b0df44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,8 +6,13 @@ 2004-05-11 Stephane Loeuillet * 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