summaryrefslogtreecommitdiffstats
path: root/gst/wavparse
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-09-19 10:14:52 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-09-19 10:14:52 +0000
commitdb4d1f89f6cb5867a5047576e253917356129442 (patch)
tree251f37b293628d7db6298422fc9d1f6899a8dff9 /gst/wavparse
parenta437e9f0edd49646c2fe36162f77575e219b7efa (diff)
gst/wavparse/gstwavparse.c: Add ms-gsm to the src template.
Original commit message from CVS: * gst/wavparse/gstwavparse.c: Add ms-gsm to the src template.
Diffstat (limited to 'gst/wavparse')
-rw-r--r--gst/wavparse/gstwavparse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/wavparse/gstwavparse.c b/gst/wavparse/gstwavparse.c
index 2e606dfe..558cb063 100644
--- a/gst/wavparse/gstwavparse.c
+++ b/gst/wavparse/gstwavparse.c
@@ -121,6 +121,7 @@ static GstStaticPadTemplate src_template_factory =
"depth = (int) { 8, 16, 24, 32 }, "
"rate = (int) [ 8000, 96000 ], "
"channels = (int) [ 1, 8 ]; "
+ "audio/ms-gsm; "
"audio/mpeg, "
"mpegversion = (int) 1, "
"layer = (int) [ 1, 3 ], "