[Bug 738838] videobox: critical error when element properties set as max/min

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 20 03:54:26 PDT 2014


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |slomo at coaxion.net
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.5.1

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-10-20 10:54:18 UTC ---
commit 1131db8c1f6b096dfa9737e2fb3cc7f904104b1b
Author: Vineeth T M <vineeth.tm at samsung.com>
Date:   Mon Oct 20 11:57:38 2014 +0530

    videobox: critical error when element properties set as max/min

    left, right, top, bottom can be set from range of -2147483648 to 2147483647
    when i launch the videobox element with that values, it gives a critical
error

    (gst-check-1.0:29869): GStreamer-CRITICAL **: gst_value_set_int_range_step:
assertion 'start < end' failed
    This happens because min cannot be equal to max.

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

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