diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-11 22:55:35 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-11 22:55:35 +0000 |
commit | 302b25c5366e67f8fd443d36c9ebcba2fd8c3064 (patch) | |
tree | be90f9b1017f8c17304687c74df1ef811c838548 /ChangeLog | |
parent | 840ca2eb6f134c9dbdc09ffd4797e4853c820d22 (diff) |
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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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> |