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 163340 - [PATCH] [ffdec_mjpeg] ffdec_mjpeg doesn't work anymore
[PATCH] [ffdec_mjpeg] ffdec_mjpeg doesn't work anymore
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal normal
: 0.8.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-01-08 15:38 UTC by Luca Ognibene
Modified: 2005-01-09 01:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to disable parsing of JPEG files (984 bytes, patch)
2005-01-08 15:40 UTC, Luca Ognibene
none Details | Review

Description Luca Ognibene 2005-01-08 15:38:56 UTC
A simple pipeline like:
gst-launch filesrc location="insect_2.jpg" blocksize=9999999 !
image/jpeg,framerate=1.0 ! ffdec_mjpeg ! ffcolorspace ! ximagesink
doesn't display anythig. I've patched gstffmpegdec.c to make it works again.
Comment 1 Luca Ognibene 2005-01-08 15:40:12 UTC
Created attachment 35665 [details] [review]
patch to disable parsing of JPEG files
Comment 2 Ronald Bultje 2005-01-09 01:30:19 UTC
applied, thanks.