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 428182 - Current CVS generates compiler warnings
Current CVS generates compiler warnings
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal normal
: 0.10.6
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-10 09:44 UTC by Peter Kjellerstedt
Modified: 2007-04-10 10:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Avoid compiler warnings. (3.01 KB, patch)
2007-04-10 09:45 UTC, Peter Kjellerstedt
committed Details | Review

Description Peter Kjellerstedt 2007-04-10 09:44:50 UTC
Please describe the problem:
The current CVS generates compiler warnings for me, causing the build to abort. The attached patch should fix the problems.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Peter Kjellerstedt 2007-04-10 09:45:26 UTC
Created attachment 86092 [details] [review]
Avoid compiler warnings.
Comment 2 Wim Taymans 2007-04-10 10:01:27 UTC
        Patch by: Peter Kjellerstedt  <pkj at axis com>

        * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
        * gst/rtp/gstrtpL16depay.c:
        * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
        * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
        (gst_rtp_speex_depay_setcaps):
        * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
        (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
        * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
        Fix some compiler warnings. Fixes #428182.