mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 04:45:36 +00:00
gst/wavparse/gstwavparse.c: Support audio/x-raw-float in wav files. This only works with plugins-base CVS, using an o...
Original commit message from CVS: * gst/wavparse/gstwavparse.c: Support audio/x-raw-float in wav files. This only works with plugins-base CVS, using an older version doesn't have any disadvantages though.
This commit is contained in:
parent
6632cdb003
commit
c11fefd494
2 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* gst/wavparse/gstwavparse.c:
|
||||
Support audio/x-raw-float in wav files. This only works with
|
||||
plugins-base CVS, using an older version doesn't have any
|
||||
disadvantages though.
|
||||
|
||||
2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -122,6 +122,11 @@ static GstStaticPadTemplate src_template_factory =
|
|||
"depth = (int) [ 1, 8 ], "
|
||||
"rate = (int) [ 8000, 96000 ], "
|
||||
"channels = (int) [ 1, 8 ]; "
|
||||
"audio/x-raw-float, "
|
||||
"width = (int) { 32, 64 }, "
|
||||
"endianness = (int) little_endian, "
|
||||
"rate = (int) [ 8000, 96000 ], "
|
||||
"channels = (int) [ 1, 8 ]; "
|
||||
"audio/ms-gsm; "
|
||||
"audio/mpeg, "
|
||||
"mpegversion = (int) 1, "
|
||||
|
|
Loading…
Reference in a new issue