[Gstreamer-bugs] [Bug 112621] Changed - lots of plugins get RGB caps wrong

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Fri May 9 15:36:32 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=112621

Changed by ds at schleef.org.

--- shadow/112621	Fri May  9 17:48:04 2003
+++ shadow/112621.tmp.15317	Fri May  9 18:36:32 2003
@@ -118,6 +118,14 @@
 Dave, you're saying a lot of plugins currently have to use #ifdefs to
 convert masks depending on byte order. That sounds weird, it'd mean
 that the libs we depend on don't actually make proper use of RGB data
 depending on endianness, which seems more like an issue with them than
 with us, unless this is for a specific purpose. I don't see this
 happening a lot, actually.
+
+------- Additional Comments From ds at schleef.org  2003-05-09 18:36 -------
+24-bit and 32-bit RGB formats are typically byte-oriented, not
+word-oriented.  There is no inherint endianness in the data as there
+is with 16-bit or 15-bit, there is merely arrangement.
+
+The reason there aren't many #ifdefs currently is because nothing
+really works on big-endian machines.





More information about the Gstreamer-bugs mailing list