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 361095 - Fixes compiling with forte: warning clean up (part 3)
Fixes compiling with forte: warning clean up (part 3)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal minor
: 0.10.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-10 09:05 UTC by Josep Torra Valles
Modified: 2006-10-10 12:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[patch] Fixes the bugs (14.42 KB, patch)
2006-10-10 09:06 UTC, Josep Torra Valles
committed Details | Review

Description Josep Torra Valles 2006-10-10 09:05: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:
Comment 1 Josep Torra Valles 2006-10-10 09:06:32 UTC
Created attachment 74390 [details] [review]
[patch] Fixes the bugs
Comment 2 Zaheer Abbas Merali 2006-10-10 12:49:47 UTC
thx, committed.