mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
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:
parent
a437e9f0ed
commit
db4d1f89f6
2 changed files with 6 additions and 0 deletions
|
@ -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),
|
||||
|
|
|
@ -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 ], "
|
||||
|
|
Loading…
Reference in a new issue