Hi,<div><br></div><div>If my X11 settings are 32 bpp then an annoying thing is that running "gst-launch-0.10 videotestsrc ! "video/x-raw-rgb, bpp=16, depth=16" ! ximagesink" gives me an error from videotestsrc but I think the error should come from ximagesink.</div>
<div><br></div><div>In ximagesink::gst_ximagesink_getcaps, the xcontext->caps is setup to bpp=32 and depth=24, so I think at this point it should check that this is not compatible with the required caps from my capfilter.</div>
<div><br></div><div>The error is:</div><div>"videotestsrc0 : Could not negotiate format" </div><div>and I think it should be:</div><div>"ximagesink0 : Could not negotiate format"</div><div><br></div><div>
Any comment ?</div><div><br></div><div>Sincerely</div><div>Julien</div><div> </div>