<div dir="ltr"><div>Hi there,</div><div><br></div><div>While doing a stream duplication using 'tee', if I set a videocrop element after one of the branches, and output to xvimagesink, it shows a fixed green video in  window.</div><div>gst-launch reports:</div><div>** (gst-launch-1.0:12042): CRITICAL **: 14:03:22.618: gst_video_frame_copy: assertion 'dinfo->width == sinfo->width && dinfo->height == sinfo->height' failed</div><div><br></div><div>I've traced this back to an issue in bugzilla, from long ago, with the test line:</div><div>gst-launch-1.0 videotestsrc ! videocrop top=100 ! tee ! xvimagesink</div><div>which reproduces the behaviour. </div><div><br></div><div>The rather strange thing is that I used before a rather similar pipeline, but outputting to v4l2loopback, and it works:</div><div><br></div><div>gst-launch-1.0 -m -v v4l2src device=/dev/video0 ! video/x-raw,width=1280,height=720,framerate=10/1 ! videoflip method=clockwise ! tee name=t \<br>    t. ! queue ! videocrop left=40 right=40 top=400 bottom=400 ! video/x-raw,width=640,height=480 ! v4l2sink device=/dev/video2 \<br>    t. ! queue ! v4l2sink device=/dev/video3 <br></div><div><br></div><div>(video2 and video3 being v4l2loopback devices).<br></div><div>I'm on Ubuntu 20 with gst-launch-1.0 version 1.16.2, GStreamer 1.16.2<br></div><div><br></div><div>Has this been fixed in later versions? Is it due to the xvimagesink (vaapisink also shows a black frame)?</div><div><br></div><div><br></div></div>