From b08773ea83c295b1ae601e9deb9bbafaecaaee58 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Date: Wed, 26 Oct 2005 21:47:36 +0000 Subject: Declaring the padtemplate correctly. Original commit message from CVS: Declaring the padtemplate correctly. --- gst/rtp/gstrtpgsmenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/rtp/gstrtpgsmenc.c') diff --git a/gst/rtp/gstrtpgsmenc.c b/gst/rtp/gstrtpgsmenc.c index f6a731db..1a7d2726 100644 --- a/gst/rtp/gstrtpgsmenc.c +++ b/gst/rtp/gstrtpgsmenc.c @@ -49,7 +49,7 @@ GST_STATIC_PAD_TEMPLATE ("src", GST_PAD_ALWAYS, GST_STATIC_CAPS ("application/x-rtp, " "media = (string) \"audio\", " - "payload = (int) [ 96, 255 ], " + "payload = (int) " GST_RTP_PAYLOAD_GSM_STRING ", " "clock-rate = (int) 8000, " "encoding-name = (string) \"GSM\"") ); -- cgit