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 598517 - [jpegdec] Regression supporting 4:2:2 jpeg videos
[jpegdec] Regression supporting 4:2:2 jpeg videos
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal major
: 0.10.17
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-10-15 07:15 UTC by Edward Hervey
Modified: 2009-10-16 12:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GST_DEBUG=2,jpeg*:5 gst-launch-0.10 playbin2 uri=file:///home/bilboed/Desktop/videos/dscn3081.mov (6.89 KB, text/plain)
2009-10-15 07:15 UTC, Edward Hervey
Details

Description Edward Hervey 2009-10-15 07:15:11 UTC
Created attachment 145486 [details]
GST_DEBUG=2,jpeg*:5 gst-launch-0.10 playbin2 uri=file:///home/bilboed/Desktop/videos/dscn3081.mov

I have some video files from a Nikon Coolpix 5900 which no longer play with the
recent fix for bug #597351.

Attached is a GST_DEBUG=2,jpeg*:5 log of the failure
Comment 1 Tim-Philipp Müller 2009-10-15 08:28:55 UTC
Already noticed, will look into it.
Comment 2 Tim-Philipp Müller 2009-10-16 12:50:32 UTC
This should fix it:

commit 0c92e70f6c454abe9c0146f8c732cc8a9494daa9
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Fri Oct 16 02:47:38 2009 +0100

    jpegdec: fix regression with certain formats
    
    Fix regression introduced by previous commit (#598517).

Sorry about that.