+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),
"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 =