[gstreamer-bugs] [Bug 361095] New: Fixes compiling with forte: warning clean up (part 3)

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Oct 10 02:06:40 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=361095

  GStreamer | gst-plugins-base | Ver: HEAD CVS

           Summary: Fixes compiling with forte: warning clean up (part 3)
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: josep at fluendo.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


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:


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list