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 573850 - Use Glib's byte order in gstgsmdec
Use Glib's byte order in gstgsmdec
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal normal
: 0.10.11
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-03 01:08 UTC by LRN
Modified: 2009-03-04 10:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use G_BYTE_ORDER (548 bytes, patch)
2009-03-03 01:08 UTC, LRN
committed Details | Review

Description LRN 2009-03-03 01:08:14 UTC
gstgsmdec relies on BYTE_ORDER, which is not available on Windows.
Comment 1 LRN 2009-03-03 01:08:31 UTC
Created attachment 129907 [details] [review]
Use G_BYTE_ORDER
Comment 2 Wim Taymans 2009-03-04 10:11:25 UTC
commit b5d4c2a7bf82145e63c4cb964dd368a26a4ee7af
Author: LRN <lrn1986@gmail.com>
Date:   Wed Mar 4 11:07:52 2009 +0100

    gsmdec: Use G_BYTE_ORDER to fix Windows compile
    
    gstgsmdec relies on BYTE_ORDER, which is not available on Windows. Use
    G_BYTE_ORDER instead.
    Fixes #573850.