<div dir="ltr"><div>Hi.<br><br></div>Trying to convert a single raw image from BGRA to RGBA using the pipeline pipeline provides the error message in the subject and displayed below. Am I missing the point?<br><br><div style="margin-left:40px">gst-launch-1.0 -v filesrc location=./CS-1024x576.bgra do-timestamp=1 !\<br>  video/x-raw,format=BGRA,width=1024,height=576,framerate=0/1 !\<br>  videoconvert !\<br>  video/x-raw,format=RGBA,width=1024,height=576,framerate=0/1 !\<br>  fakesink 2>&1 |less<br></div><br>Setting pipeline to PAUSED ...<br>Pipeline is PREROLLING ...<br>/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = "video/x-raw\,\ format\=\(string\)BGRA\,\ width\=\(int\)1024\,\ height\=\(int\)576\,\ framerate\=\(fraction\)0/1"<br>/GstPipeline:pipeline0/GstVideoConvert:videoconvert0.GstPad:src: caps = "video/x-raw\,\ width\=\(int\)1024\,\ height\=\(int\)576\,\ framerate\=\(fraction\)0/1\,\ format\=\(string\)RGBA"<br>/GstPipeline:pipeline0/GstCapsFilter:capsfilter1.GstPad:src: caps = "video/x-raw\,\ width\=\(int\)1024\,\ height\=\(int\)576\,\ framerate\=\(fraction\)0/1\,\ format\=\(string\)RGBA"<br>/GstPipeline:pipeline0/GstFakeSink:fakesink0.GstPad:sink: caps = "video/x-raw\,\ width\=\(int\)1024\,\ height\=\(int\)576\,\ framerate\=\(fraction\)0/1\,\ format\=\(string\)RGBA"<br>/GstPipeline:pipeline0/GstCapsFilter:capsfilter1.GstPad:sink: caps = "video/x-raw\,\ width\=\(int\)1024\,\ height\=\(int\)576\,\ framerate\=\(fraction\)0/1\,\ format\=\(string\)RGBA"<br>/GstPipeline:pipeline0/GstVideoConvert:videoconvert0.GstPad:sink: caps = "video/x-raw\,\ format\=\(string\)BGRA\,\ width\=\(int\)1024\,\ height\=\(int\)576\,\ framerate\=\(fraction\)0/1"<br>WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert0: Internal GStreamer error: code not implemented.  Please file a bug at <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer">http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer</a>.<br>Additional debug info:<br>gstvideofilter.c(292): GstFlowReturn gst_video_filter_transform(GstBaseTransform *, GstBuffer *, GstBuffer *) (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert0:<br>invalid video buffer received<br>Pipeline is PREROLLED ...<br>Setting pipeline to PLAYING ...<br>New clock: GstSystemClock<br>WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert0: Internal GStreamer error: code not implemented.  Please file a bug at <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer">http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer</a>.<br>Additional debug info:<br>gstvideofilter.c(292): GstFlowReturn gst_video_filter_transform(GstBaseTransform *, GstBuffer *, GstBuffer *) (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert0:<br>invalid video buffer received<br>WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert0: Internal GStreamer error: code not implemented.  Please file a bug at <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer">http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer</a>.<br>Additional debug info:<br>gstvideofilter.c(292): GstFlowReturn gst_video_filter_transform(GstBaseTransform *, GstBuffer *, GstBuffer *) (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert0:<br><br></div>