[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 08:44:51 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 in7y118 at public.uni-hamburg.de.

--- shadow/112621	Fri May  9 06:15:00 2003
+++ shadow/112621.tmp.31419	Fri May  9 11:44:50 2003
@@ -49,6 +49,17 @@
 actually an obvious improvement?
 
 Also, note that with your approach, casting a 32-bit RGB buffer to
 guint32 and then applying the mask no longer works on little-endian
 machines, for obvious reasons. This is a clear disadvantage, in my
 opinion...
+
+------- Additional Comments From in7y118 at public.uni-hamburg.de  2003-05-09 11:44 -------
+Could someone fill me in on how this works?
+
+If I have a 1 pixel video buffer and I do "pixel = *((guint32) data)"
+I assume I can do "redpart = pixel & gst_caps_get_int(caps,
+"red_mask")" at any time with any RGB video on any machine.
+
+Is this true or not before/after the patch?
+
+





More information about the Gstreamer-bugs mailing list