<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi.<br>
I'm trying the following pipeline with gst-launch and newest
GStreamer's CVS code:<br>
<br>
$ <b>gst-launch -m -v&nbsp; videotestsrc ! video/x-raw-rgb,framerate=1/2 !
videocrop left=50 right=50 top=50 bottom=50 ! ximagesink</b><br>
<br>
and when trying to resize the ximagesink's window then gst-launch stops.<br>
Part of the output messages is:<br>
<br>
<blockquote>ERROR: from element /pipeline0/ximagesink0: Failed to
create output image buffer of 220x140 pixels<br>
Additional debug info:<br>
ximagesink.c(1611): gst_ximagesink_show_frame ():
/pipeline0/ximagesink0:<br>
XServer allocated buffer size did not match input buffer<br>
Execution ended after 16000490534 ns.<br>
</blockquote>
<br>
With archived CVS code from 28 Jul 2008 all working OK.<br>
<br>
Best regards:<br>
Vladimir Petrov<br>
MM Solutions<br>
<br>
</body>
</html>