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.
This commit is contained in:
Wim Taymans 2006-09-19 10:14:52 +00:00
parent a437e9f0ed
commit db4d1f89f6
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2006-09-19 Wim Taymans <wim@fluendo.com>
* gst/wavparse/gstwavparse.c:
Add ms-gsm to the src template.
2006-09-18 Wim Taymans <wim@fluendo.com>
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),

View file

@ -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 ], "