After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 485322 - Payload type error
Payload type error
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.15
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-10-10 09:20 UTC by Laurent Glayal
Modified: 2010-04-13 11:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Laurent Glayal 2007-10-10 09:20:53 UTC
Mismatched string Replacement of '-1' resulted into gst-libs/gst/rtp/gstrtppayloads.c:102

{G_MAXUINT8, "audio", "G726G_MAXUINT86", 8000, "1", 0},       /* [RFC3551][RFC4856] */
 
"G726G_MAXUINT86" should be "G726-16"
Comment 1 Jan Schmidt 2007-10-10 09:30:46 UTC
Doh, I'm an idiot
Comment 2 Jan Schmidt 2007-10-10 09:37:30 UTC
Thanks, fixed in CVS:

2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>

        * gst-libs/gst/rtp/gstrtppayloads.c:
        Fix silly search-replace oversight.