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 579069 - rtp h263pay build fixes
rtp h263pay build fixes
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other opensolaris
: Normal normal
: 0.10.15
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-15 16:37 UTC by James Andrewartha
Modified: 2009-04-15 17:26 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28


Attachments
rtp build fixes (1.61 KB, patch)
2009-04-15 16:37 UTC, James Andrewartha
committed Details | Review

Description James Andrewartha 2009-04-15 16:37:23 UTC
A few build fixes - first, some semicolons were missing from the big-endian structs in gstrtph263pay.h. Second, a GST_DEBUG call was missing a format specifier - I've added what matches the one above.
Comment 1 James Andrewartha 2009-04-15 16:37:54 UTC
Created attachment 132713 [details] [review]
rtp build fixes
Comment 2 Wim Taymans 2009-04-15 17:26:50 UTC
commit ac48c2d211f6bb016f3fe7e4b6fb332f9c5e1132
Author: James Andrewartha <trs80 at ucc.gu.uwa.edu.au>
Date:   Wed Apr 15 19:24:49 2009 +0200

    rtph263pay: fix compilation on big-endian
    
    Some semicolons were missing from the big-endian structs in gstrtph263pay.h.
    A GST_DEBUG call was missing a format specifier.
    
    Fixes #579069