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 572392 - G_BIG_ENDIAN and G_LITTLE_ENDIAN have the wrong values in the doc
G_BIG_ENDIAN and G_LITTLE_ENDIAN have the wrong values in the doc
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
0.10.x
Other All
: Normal minor
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-02-19 09:58 UTC by THEBAULT Damien
Modified: 2009-06-27 14:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description THEBAULT Damien 2009-02-19 09:58:33 UTC
Documentation 
Section: 12.3. List of Defined Types
G_BIG_ENDIAN (1234) or G_LITTLE_ENDIAN (4321)

Correct version:
G_BIG_ENDIAN (4321) or G_LITTLE_ENDIAN (1234)

Other information:
In /usr/include/glib-2.0/glib/gtypes.h:
#define G_LITTLE_ENDIAN 1234
#define G_BIG_ENDIAN    4321
Comment 1 Tim-Philipp Müller 2009-02-19 11:30:23 UTC
Fixed in git now, I hope I got them all:

docs: fix constants for G_LITTLE_ENDIAN and G_BIG_ENDIAN

We got the constants for G_LITTLE_ENDIAN and G_BIG_ENDIAN the wrong way around in some docs (fixes: #572392). Also mention G_BYTE_ORDER in the audio types section.

http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=acb98b09389d150d6515dfc83541cf69baa6a0cf