[Bug 738568] videotestsrc: assertion failed error

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Oct 21 02:28:45 PDT 2014


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

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.5.1

--- Comment #6 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-10-21 09:28:40 UTC ---
commit c2224b805941bd77b57f24e7b86f0a5ba3113135
Author: Vineeth T M <vineeth.tm at samsung.com>
Date:   Tue Oct 21 14:43:30 2014 +0530

    videotestsrc: assertion error

    timestamp_offset is being declared as an int64 variable,
    for which the min
    value of G_MININT64 is -9223372036854775808
    Changing the minimum and maximum limit for the offset variable.

    https://bugzilla.gnome.org/show_bug.cgi?id=738568

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