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.
This commit is contained in:
Jan Schmidt 2007-10-10 09:37:09 +00:00
parent 0f3c871859
commit c96877779a
2 changed files with 6 additions and 1 deletions

View file

@ -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>

View 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] */