From 54f515d2c8e3b6f7a2f6460613ff9e087aca0a6d Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 18 Jun 2008 16:55:05 +0000 Subject: gst/rtp/gstrtpg726pay.c: Fix caps, See #538891. Original commit message from CVS: * gst/rtp/gstrtpg726pay.c: Fix caps, See #538891. --- gst/rtp/gstrtpg726pay.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gst/rtp/gstrtpg726pay.c') diff --git a/gst/rtp/gstrtpg726pay.c b/gst/rtp/gstrtpg726pay.c index 59af7ab3..c38dacd2 100644 --- a/gst/rtp/gstrtpg726pay.c +++ b/gst/rtp/gstrtpg726pay.c @@ -37,16 +37,14 @@ GST_ELEMENT_DETAILS ("RTP packet payloader", "Axis Communications "); 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 = -- cgit