[gstreamer-bugs] [Bug 451249] Integer type mismatch in gstrtspsrc.c

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jun 27 04:36:45 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=451249

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

Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim at fluendo.com
  Attachment #90664|none                        |rejected
               Flag|                            |
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.7




------- Comment #3 from Wim Taymans  2007-06-27 11:36 UTC -------
The real valid range for clock-base is 32 bits unsigned, we declared it as
uint64 internally to be able to mark an uninitialised value with -1. 

following patch explicitly casts the value on the stack as to not cause runtime
problems due to different sizes.

        * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
        Cast stack args to the proper types. Fixes #451249.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=451249.




More information about the Gstreamer-bugs mailing list