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:
parent
0f3c871859
commit
c96877779a
@ -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>
|
||||
|
@ -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] */
|
||||
|
Loading…
x
Reference in New Issue
Block a user