GNOME Bugzilla – Bug 302147
[PATCH] support YUVJ(420|422|444)P colorspace format in ffmpegdec
Last modified: 2005-05-02 09:13:03 UTC
gst-launch-0.8 filesrc location="file.jpeg" blocksize=999999999 ! image/jpeg,framerate=20.0 ! ffdec_mjpeg ! ffmpegcolorspace ! xvimagesink With current cvs ffdec_mjpeg calls gst_ffmpeg_pixfmt_to_caps with a PixelFormat of PIX_FMT_YUVJ422P and this function returns NULL so the link with ffmpegcolorspace fails. This patch add support for these colorspace formats.
Created attachment 45736 [details] [review] add support for jpeg colorspace
applied, thanks.