[Bug 738568] New: videotestsrc: assertion failed error

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 15 02:06:23 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=738568
  GStreamer | gst-plugins-base | unspecified

           Summary: videotestsrc: assertion failed error
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: vineeth.tm at samsung.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


In Videotestsrc,
timestamp_offset is being declared as an int64 variable, for which the min
value of G_MININT64 is -9223372036854775808,
if we launch videotestsrc with this value, 
"videotestsrc timestamp-offset=-9223372036854775808 ! ximagesink"
it gives an assertion error
GStreamer:ERROR:gstpoll.c:1242:gst_poll_wait: assertion failed: ("Value of time
" "timeout" " is out of timespec's range" && ((timeout) / GST_SECOND) <
G_MAXLONG)

Ideally timestamp_offset, should be of type GstClockTime, which is uint64.
Made the changes according to the same and adjusted the max value of
timestamp_offset, based on the timespec's calculation.


Please review the fix.

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