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 594757 - build fails due to warning in gstbasertppayload.c
build fails due to warning in gstbasertppayload.c
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.25
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-10 16:06 UTC by Tristan Matthews
Modified: 2009-09-10 16:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tristan Matthews 2009-09-10 16:06:27 UTC
gstbasertppayload.c: In function ‘gst_basertppayload_prepare_push’:
gstbasertppayload.c:732: warning: comparison is always true due to limited range of data type


The offending line is:
    GST_LOG_OBJECT (payload,
        "Using previous timestamp %" GST_TIME_FORMAT " for RTP timestamp",
        GST_TIME_ARGS (payload->timestamp));
Comment 1 Wim Taymans 2009-09-10 16:21:56 UTC
commit e2e7ae0129a3dcb9fafa1dbe950055603359cc47
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Thu Sep 10 18:19:36 2009 +0200

    basertppay: don't print RTP timestamps as clocktime
    
    Don't try to print the RTP timestamp as a GstClockTime, it's just a guint32.
    
    Fixes #594757