hi,<br>im trying to use smpte and xvimagesink using the following pipeline<br><br>gst-launch videotestsrc ! .sink1 smpte name=s ! ffmpegcolorspace ! xvimagesink videotestsrc pattern=snow ! s.sink2<br><br>but it does&#39;nt seem to work:
<br><br>[DUMP]<br><br>[snaik@snipelinux ~]$ gst-launch videotestsrc ! .sink1 smpte name=s ! ffmpegcolorspace ! xvimagesink videotestsrc pattern=snow ! s.sink2<br>Setting pipeline to PAUSED ...<br>Pipeline is PREROLLING ...
<br>ERROR: from element /pipeline0/xvimagesink0: Failed to create output image buffer of 320x240 pixels<br>Additional debug info:<br>xvimagesink.c(2039): gst_xvimagesink_show_frame (): /pipeline0/xvimagesink0:<br>XServer allocated buffer size did not match input buffer
<br>ERROR: pipeline doesn&#39;t want to preroll.<br>Setting pipeline to NULL ...<br>FREEING pipeline ...<br>[snaik@snipelinux ~]$<br><br>[END-OF-DUMP]<br><br>but the same pipeline using ximagesink work fine<br>gst-launch videotestsrc ! .sink1 smpte name=s ! ffmpegcolorspace ! ximagesink videotestsrc pattern=snow ! 
s.sink2<br><br>plz help.<br>regards<br>