[gstreamer-bugs] [Bug 306292] [PATCH] move some xshm code from ximagesrc.c to ximageutil.c and add xshm support to ximagesrc

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Thu Jun 9 10:49:03 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=306292
 GStreamer | gst-plugins | Ver: HEAD CVS





------- Additional Comments From Ronald Bultje  2005-06-09 17:49 -------
Old: /pipeline0/ximagesrc0.src: caps = video/x-raw-rgb, bpp=(int)32,
endianess=(int)4321, red_mask=(int)65280, green_mask=(int)16711680,
blue_mask=(int)-16777216, width=(int)1680, height=(int)1050,
framerate=(double)1, depth=(int)24, endianness=(int)4321

New: 

/pipeline0/ximagesrc0.src: caps = video/x-raw-rgb, bpp=(int)32,
endianess=(int)4321, red_mask=(int)16711680, green_mask=(int)65280,
blue_mask=(int)255, width=(int)1680, height=(int)1050, framerate=(double)1,
depth=(int)24, endianness=(int)4321

So the mask swapped from xRGB to BGRx or the other way around. Please fix that
before applying.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list