GstVideoConvert:videoconvert0: Internal GStreamer error: code not implemented. Please file a bug
Tim Müller
tim at centricular.com
Tue Mar 8 20:35:01 UTC 2016
On Tue, 2016-03-08 at 21:24 +0100, Peter Maersk-Moller wrote:
Hi Peter,
>
> 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?
>
> gst-launch-1.0 -v filesrc location=./CS-1024x576.bgra do-timestamp=1
> !\
> video/x-raw,format=BGRA,width=1024,height=576,framerate=0/1 !\
> videoconvert !\
> video/x-raw,format=RGBA,width=1024,height=576,framerate=0/1 !\
> fakesink 2>&1 |less
I think you want a (properly-configued) videoparse element here between
filesrc and videoconvert and not a capsfilter, otherwise videoconvert
will receive a buffer in the wrong size. The error message should
probably be fixed if that's the case.
Cheers
-Tim
--
Tim Müller, Centricular Ltd - http://www.centricular.com
More information about the gstreamer-devel
mailing list