gst-libs/gst/rtp/gstrtppayloads.c: Fix silly search-replace oversight.
authorJan Schmidt <thaytan@mad.scientist.com>
Wed, 10 Oct 2007 09:37:09 +0000 (09:37 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Wed, 10 Oct 2007 09:37:09 +0000 (09:37 +0000)
Original commit message from CVS:
* gst-libs/gst/rtp/gstrtppayloads.c:
Fix silly search-replace oversight.

ChangeLog
gst-libs/gst/rtp/gstrtppayloads.c

index e9a0eb1..13e0af7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
+
+       * gst-libs/gst/rtp/gstrtppayloads.c:
+       Fix silly search-replace oversight.
+
 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
 
        Patch by: Laurent Glayal <spglegle at yahoo dot fr>
index cf09329..3b6d851 100644 (file)
@@ -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] */