[Bug 745337] video: RGB15/16 pack/unpack unit test failure on big endian systems

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Feb 28 09:26:08 PST 2015


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

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
After the initial PACK_FRAME (&frame, pixels, 0, WIDTH) all bytes in the first
line are still 0 here, which isn't right, it should be something like

packed pixels
00000000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00000010: 01 00 01 00 01 00 01 00 01 00 01 00 01 00 01 00
00000020: 02 00 02 00 02 00 02 00 02 00 02 00 02 00 02 00
00000030: 03 00 03 00 03 00 03 00 03 00 03 00 03 00 03 00

probably byte swapped, but certainly not zeroes.

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