From 54f515d2c8e3b6f7a2f6460613ff9e087aca0a6d Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 18 Jun 2008 16:55:05 +0000 Subject: [PATCH] gst/rtp/gstrtpg726pay.c: Fix caps, See #538891. Original commit message from CVS: * gst/rtp/gstrtpg726pay.c: Fix caps, See #538891. --- ChangeLog | 5 +++++ gst/rtp/gstrtpg726pay.c | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 94ece96..91740c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-18 Wim Taymans + + * gst/rtp/gstrtpg726pay.c: + Fix caps, See #538891. + 2008-06-18 Sebastian Dröge * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset), diff --git a/gst/rtp/gstrtpg726pay.c b/gst/rtp/gstrtpg726pay.c index 59af7ab..c38dacd 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 = -- 2.7.4