diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2007-10-08 17:46:45 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2007-10-08 17:46:45 +0000 |
commit | 1fe4050c0a299016b82bfdb70dd46d414a53a082 (patch) | |
tree | add3d2b8eac11170e06f70ef172f9f6bb066bf29 /ChangeLog | |
parent | 4865b3bf146fe7392aed1a9e2df2efcb63d19ead (diff) | |
download | gst-plugins-bad-1fe4050c0a299016b82bfdb70dd46d414a53a082.tar.gz gst-plugins-bad-1fe4050c0a299016b82bfdb70dd46d414a53a082.tar.bz2 gst-plugins-bad-1fe4050c0a299016b82bfdb70dd46d414a53a082.zip |
gst/: Fix compiler warnings shown by Forte.
Original commit message from CVS:
* gst/librfb/rfbbuffer.c: (rfb_buffer_new_and_alloc):
* gst/librfb/rfbbuffer.h:
* gst/librfb/rfbdecoder.c: (rfb_socket_get_buffer):
* gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_chain):
* gst/nsf/nes6502.c: (nes6502_execute):
* gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
* gst/real/gstrealvideodec.c: (open_library):
* gst/real/gstrealvideodec.h:
* gst/rtpmanager/gstrtpsession.c: (create_recv_rtp_sink),
(create_recv_rtcp_sink), (create_send_rtp_sink):
Fix compiler warnings shown by Forte.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2007-10-08 Jan Schmidt <Jan.Schmidt@sun.com> + + * gst/librfb/rfbbuffer.c: (rfb_buffer_new_and_alloc): + * gst/librfb/rfbbuffer.h: + * gst/librfb/rfbdecoder.c: (rfb_socket_get_buffer): + * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_chain): + * gst/nsf/nes6502.c: (nes6502_execute): + * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps): + * gst/real/gstrealvideodec.c: (open_library): + * gst/real/gstrealvideodec.h: + * gst/rtpmanager/gstrtpsession.c: (create_recv_rtp_sink), + (create_recv_rtcp_sink), (create_send_rtp_sink): + Fix compiler warnings shown by Forte. + 2007-10-08 Wim Taymans <wim.taymans@gmail.com> * gst/rtpmanager/gstrtpbin.c: (get_pt_map), |