[Bug 704357] regression: videocrop unit test fail after adding GRAY16_BE format

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 16 17:14:52 PDT 2013


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

--- Comment #1 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2013-07-17 00:14:45 UTC ---
The value after cropping seems good, though the test seems wrong:

   values[i] >> (8 - depth));

Where depth is 16, means we try to shift -8 (a bit number which will guaranty
having 0 on any platforms). Also, this value array seems specific to 8bit.

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