summaryrefslogtreecommitdiffstats
path: root/gst/mpegvideoparse
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2007-10-08 17:46:45 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2007-10-08 17:46:45 +0000
commit1fe4050c0a299016b82bfdb70dd46d414a53a082 (patch)
treeadd3d2b8eac11170e06f70ef172f9f6bb066bf29 /gst/mpegvideoparse
parent4865b3bf146fe7392aed1a9e2df2efcb63d19ead (diff)
downloadgst-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 'gst/mpegvideoparse')
-rw-r--r--gst/mpegvideoparse/mpegvideoparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mpegvideoparse/mpegvideoparse.c b/gst/mpegvideoparse/mpegvideoparse.c
index ffce53ba..0d700afd 100644
--- a/gst/mpegvideoparse/mpegvideoparse.c
+++ b/gst/mpegvideoparse/mpegvideoparse.c
@@ -380,7 +380,7 @@ gst_mpegvideoparse_chain (GstPad * pad, GstBuffer * buf)
MpegVideoParse *mpegvideoparse;
GstFlowReturn res;
gboolean have_discont;
- gint64 next_offset = GST_BUFFER_OFFSET_NONE;
+ guint64 next_offset = GST_BUFFER_OFFSET_NONE;
g_return_val_if_fail (pad != NULL, GST_FLOW_ERROR);
g_return_val_if_fail (buf != NULL, GST_FLOW_ERROR);