[Bug 745337] New: video: RGB15/16 pack/unpack unit test failure on big endian systems
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat Feb 28 08:27:16 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=745337
Bug ID: 745337
Summary: video: RGB15/16 pack/unpack unit test failure on big
endian systems
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: minor
Priority: Normal
Component: gst-plugins-base
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: t.i.m at zen.co.uk
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
The test_video_pack_unpack2 check fails on big-endian machines for
RGB16/BGR16/RGB15/BGR15 formats.
Result for RGB16:
outpixel
00000000: ff 00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00 00
00000010: ff 00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00 00
00000020: ff 00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00 00
00000030: ff 00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00 00
00000040: ff 00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00 00
00000050: ff 00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00 00
00000060: ff 00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00 00
00000070: ff 00 00 00 ff 00 00 00 ff 00 00 00 ff 00 00 00
pixels
00000000: ff 00 00 00 ff 00 00 01 ff 00 00 02 ff 00 00 03
00000010: ff 00 00 04 ff 00 00 05 ff 00 00 06 ff 00 00 07
00000020: ff 00 00 08 ff 00 00 09 ff 00 00 0a ff 00 00 0b
00000030: ff 00 00 0c ff 00 00 0d ff 00 00 0e ff 00 00 0f
00000040: ff 00 00 10 ff 00 00 11 ff 00 00 12 ff 00 00 13
00000050: ff 00 00 14 ff 00 00 15 ff 00 00 16 ff 00 00 17
00000060: ff 00 00 18 ff 00 00 19 ff 00 00 1a ff 00 00 1b
00000070: ff 00 00 1c ff 00 00 1d ff 00 00 1e ff 00 00 1f
--
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