After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 302147 - [PATCH] support YUVJ(420|422|444)P colorspace format in ffmpegdec
[PATCH] support YUVJ(420|422|444)P colorspace format in ffmpegdec
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal normal
: 0.8.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-04-27 09:55 UTC by Luca Ognibene
Modified: 2005-05-02 09:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add support for jpeg colorspace (807 bytes, patch)
2005-04-27 09:57 UTC, Luca Ognibene
none Details | Review

Description Luca Ognibene 2005-04-27 09:55:15 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.
Comment 1 Luca Ognibene 2005-04-27 09:57:06 UTC
Created attachment 45736 [details] [review]
add support for jpeg colorspace
Comment 2 Ronald Bultje 2005-05-02 09:13:03 UTC
applied, thanks.