From c11fefd494ef71d5b027cddb390d0072508656d4 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Fri, 30 Mar 2007 17:19:34 +0000 Subject: 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. --- gst/wavparse/gstwavparse.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gst/wavparse') diff --git a/gst/wavparse/gstwavparse.c b/gst/wavparse/gstwavparse.c index c0defcdc..27216704 100644 --- a/gst/wavparse/gstwavparse.c +++ b/gst/wavparse/gstwavparse.c @@ -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, " -- cgit