Hi,<div><br></div><div>If my X11 settings are 32 bpp then an annoying thing is that running &quot;gst-launch-0.10 videotestsrc ! &quot;video/x-raw-rgb, bpp=16, depth=16&quot; ! ximagesink&quot; 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-&gt;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>&quot;videotestsrc0 : Could not negotiate format&quot; </div><div>and I think it should be:</div><div>&quot;ximagesink0 : Could not negotiate format&quot;</div><div><br></div><div>
Any comment ?</div><div><br></div><div>Sincerely</div><div>Julien</div><div> </div>