summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpgsmdepay.c
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@gmail.com>2005-10-26 21:47:36 +0000
committerZeeshan Ali <zeenix@gmail.com>2005-10-26 21:47:36 +0000
commitb08773ea83c295b1ae601e9deb9bbafaecaaee58 (patch)
treea4941337a61403e9afe7fa6c44c1ce436e034622 /gst/rtp/gstrtpgsmdepay.c
parent1a3c167987b4960b983cb297dfeae7ef806bedea (diff)
Declaring the padtemplate correctly.
Original commit message from CVS: Declaring the padtemplate correctly.
Diffstat (limited to 'gst/rtp/gstrtpgsmdepay.c')
-rw-r--r--gst/rtp/gstrtpgsmdepay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpgsmdepay.c b/gst/rtp/gstrtpgsmdepay.c
index 1f9d4208..79a8b7b3 100644
--- a/gst/rtp/gstrtpgsmdepay.c
+++ b/gst/rtp/gstrtpgsmdepay.c
@@ -49,7 +49,7 @@ GST_STATIC_PAD_TEMPLATE ("sink",
GST_PAD_ALWAYS,
GST_STATIC_CAPS ("application/x-rtp, "
"media = (string) \"audio\", "
- "payload = (int) [ 96, 255 ], "
+ "payload = (int) [ 0, 255 ], "
"clock-rate = (int) 8000, " "encoding-name = (string) \"GSM\"")
);