[gstreamer-bugs] [Bug 420326] New: Base payloader class has wrong property types and ranges

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Mar 19 15:27:26 PDT 2007


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=420326

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

           Summary: Base payloader class has wrong property types and ranges
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: philippe.kalaf at collabora.co.uk
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


* Timestamp offset is an int with a max of G_MAXINT32, it should be a gint64
with a max of G_MAXUINT32 (because it can be set to -1).

* Seqnum offset is an int16 with a max of G_MAXINT, it should be a gint32 with
a max of G_UINT16 (because it can be set to -1).

* Seqnum has a max of G_MAXINT, it should be G_MAXUINT16.

patch attached


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




More information about the Gstreamer-bugs mailing list