GNOME Bugzilla – Bug 361095
Fixes compiling with forte: warning clean up (part 3)
Last modified: 2006-10-10 12:49:47 UTC
Please describe the problem: ext/gnomevfs/gstgnomevfssink.c: changed guint for GstURIType when needed. ext/gnomevfs/gstgnomevfssrc.c: changed guint for GstURIType when needed. ext/pango/gsttextoverlay.c: wrong properties filled with right constants. gst/audioconvert/audioconvert.c: integer overflow caused SIGNED constant. gst/audioresample/resample.c: cast for a pointer to function. gst/ffmpegcolorspace/imgconvert.c: integer overflow caused SIGNED constant. gst/ffmpegcolorspace/imgconvert_template.h: integer overflow caused SIGNED constant. gst/playback/gstdecodebin.c: guint var initialized with a wrong value(-1) and gpointer casts on signal management. gst/playback/gstplaybasebin.c: gpointer casts on signal management. gst/playback/gststreaminfo.c: gpointer casts on signal management. gst/subparse/gstssaparse.c: values don't fit on type. gst/tcp/gstmultifdsink.c: change -1 for GST_CLOCK_TIME_NONE on GstClockTime initialized vars. gst/tcp/gsttcp.c: aritmethics on a void pointer. gst/videorate/gstvideorate.c: wrong returning type on a function. gst-libs/gst/audio/gstaudiofiltertemplate.c: gpointer casts needed. gst-libs/gst/cdda/gstcddabasesrc.c: changed guint for GstURIType when needed and wrong var types. tests/examples/seek/scrubby.c: change -1 for GST_CLOCK_TIME_NONE on GstClockTime initialized vars. Steps to reproduce: Compile it Actual results: Expected results: Does this happen every time? Other information:
Created attachment 74390 [details] [review] [patch] Fixes the bugs
thx, committed.