From db4d1f89f6cb5867a5047576e253917356129442 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 19 Sep 2006 10:14:52 +0000 Subject: 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. --- ChangeLog | 5 +++++ gst/wavparse/gstwavparse.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1988a4d9..7b3c5ec9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-19 Wim Taymans + + * gst/wavparse/gstwavparse.c: + Add ms-gsm to the src template. + 2006-09-18 Wim Taymans * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps), 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 ], " -- cgit