gst/rtp/gstrtpg726pay.c: Fix caps, See #538891.

Original commit message from CVS:
* gst/rtp/gstrtpg726pay.c:
Fix caps, See #538891.
This commit is contained in:
Wim Taymans 2008-06-18 16:55:05 +00:00
parent 6cf110c1e3
commit 54f515d2c8
2 changed files with 7 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2008-06-18 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/rtp/gstrtpg726pay.c:
Fix caps, See #538891.
2008-06-18 Sebastian Dröge <slomo@circular-chaos.org>
* gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),

View file

@ -37,16 +37,14 @@ GST_ELEMENT_DETAILS ("RTP packet payloader",
"Axis Communications <dev-gstreamer@axis.com>");
static GstStaticPadTemplate gst_rtp_g726_pay_sink_template =
GST_STATIC_PAD_TEMPLATE ("sink",
GST_STATIC_PAD_TEMPLATE ("sink",
GST_PAD_SINK,
GST_PAD_ALWAYS,
GST_STATIC_CAPS ("audio/x-adpcm, "
"channels = (int) 1, "
"rate = (int) 8000, "
"bitrate = (int) { 16000, 24000, 32000, 40000 }, "
"layout = (string) \"g726\"; "
"audio/G723, channels=(int)1, rate=(int)8000; "
"audio/32KADPCM, channels=(int)1, rate=(int)8000")
"layout = (string) \"g726\"")
);
static GstStaticPadTemplate gst_rtp_g726_pay_src_template =