From c96877779a66225ccfc88abf0d0605dc3322c338 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Wed, 10 Oct 2007 09:37:09 +0000 Subject: [PATCH] gst-libs/gst/rtp/gstrtppayloads.c: Fix silly search-replace oversight. Original commit message from CVS: * gst-libs/gst/rtp/gstrtppayloads.c: Fix silly search-replace oversight. --- ChangeLog | 5 +++++ gst-libs/gst/rtp/gstrtppayloads.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e9a0eb1..13e0af7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-10-10 Jan Schmidt + + * gst-libs/gst/rtp/gstrtppayloads.c: + Fix silly search-replace oversight. + 2007-10-09 Wim Taymans Patch by: Laurent Glayal diff --git a/gst-libs/gst/rtp/gstrtppayloads.c b/gst-libs/gst/rtp/gstrtppayloads.c index cf09329..3b6d851 100644 --- a/gst-libs/gst/rtp/gstrtppayloads.c +++ b/gst-libs/gst/rtp/gstrtppayloads.c @@ -99,7 +99,7 @@ static const GstRTPPayloadInfo info[] = { {G_MAXUINT8, "audio", "EVRCB0", 8000, "1", 0}, /* [RFC4788] */ {G_MAXUINT8, "audio", "EVRCB1", 8000, "1", 0}, /* [RFC4788] */ {G_MAXUINT8, "audio", "G7221", 16000, "1", 0}, /* [RFC3047] */ - {G_MAXUINT8, "audio", "G726G_MAXUINT86", 8000, "1", 0}, /* [RFC3551][RFC4856] */ + {G_MAXUINT8, "audio", "G726-16", 8000, "1", 0}, /* [RFC3551][RFC4856] */ {G_MAXUINT8, "audio", "G726-24", 8000, "1", 0}, /* [RFC3551][RFC4856] */ {G_MAXUINT8, "audio", "G726-32", 8000, "1", 0}, /* [RFC3551][RFC4856] */ {G_MAXUINT8, "audio", "G726-40", 8000, "1", 0}, /* [RFC3551][RFC4856] */ -- 2.7.4