[Bug 678181] Compilation error when using GST_TIME_TO_TIMEVAL()...

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jun 18 06:15:28 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=678181
  GStreamer | gstreamer (core) | git

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
                 CC|                            |wim.taymans at gmail.com

--- Comment #4 from Wim Taymans <wim.taymans at gmail.com> 2012-06-18 13:15:22 UTC ---
+  g_assert ("Value of time " #t " is out of timeval's range" && \
+      ((GstClockTime) (t)) <                                    \
+      (((GstClockTime) (G_MAXUINT32 - 1U)) * GST_SECOND));      \

It should be G_MAXLONG - 1U, right?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list