From 515dc1aba55d81f3da811897811f79fd4742c53a Mon Sep 17 00:00:00 2001 From: Stéphane Loeuillet Date: Wed, 6 Oct 2004 15:12:08 +0000 Subject: gst/wavparse/gstwavparse.c: add ATRAC3 to STATIC CAPS to fix a warning Original commit message from CVS: * gst/wavparse/gstwavparse.c: add ATRAC3 to STATIC CAPS to fix a warning * gst/matroska/ebml-read.c: * gst-libs/gst/riff/riff-read.c: fix typos --- gst/wavparse/gstwavparse.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gst/wavparse/gstwavparse.c') diff --git a/gst/wavparse/gstwavparse.c b/gst/wavparse/gstwavparse.c index 75253261..678e49fe 100644 --- a/gst/wavparse/gstwavparse.c +++ b/gst/wavparse/gstwavparse.c @@ -91,7 +91,8 @@ static GstStaticPadTemplate src_template_factory = "audio/x-adpcm, " "layout = (string) dvi, " "block_align = (int) [ 1, 8192 ], " - "rate = (int) [ 8000, 48000 ], " "channels = (int) [ 1, 2 ]") + "rate = (int) [ 8000, 48000 ], " "channels = (int) [ 1, 2 ];" + "audio/x-vnd.sony.atrac3") ); /* WavParse signals and args */ -- cgit