[gstreamer-bugs] [Bug 302147] New: [PATCH] support YUVJ(420|422|444)P colorspace format in ffmpegdec

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Wed Apr 27 02:55:16 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=302147
 GStreamer | gst-ffmpeg | Ver: HEAD CVS

           Summary: [PATCH] support YUVJ(420|422|444)P colorspace format in
                    ffmpegdec
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-ffmpeg
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: luogni at tin.it
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


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.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list