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 741187 - [regression] ProRes files show up pink
[regression] ProRes files show up pink
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal blocker
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 682886
 
 
Reported: 2014-12-06 02:54 UTC by Jean-François Fortin Tam
Modified: 2014-12-06 20:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Fortin Tam 2014-12-06 02:54:04 UTC
wget http://jeff.ecchi.ca/public/PRORES%20SAMPLE%20FOR%20DANNY.mov
rename it as /tmp/foo.mov

gst-launch-1.0 uridecodebin uri=file:///tmp/foo.mov ! videoconvert ! xvimagesink

Result: pink overload.
Tested with git everything. GStreamer 1.2 is unaffected.
Comment 1 Mathieu Duponchelle 2014-12-06 15:53:14 UTC
gst-launch-1.0 videotestsrc ! video/x-raw, format=I422_10LE ! videoconvert ! xvimagesink

reproduces too
Comment 2 Mathieu Duponchelle 2014-12-06 16:26:35 UTC
git reset --hard 1.4.0 fixes this, I would bisect but it's a good test case for me to add frame structure similarity checks in validate, so that I can pass validate to bisect to automate the process :)
Comment 3 Sebastian Dröge (slomo) 2014-12-06 19:05:35 UTC
Probably related to Wim's videoconvert changes :)
Comment 4 Wim Taymans 2014-12-06 20:06:11 UTC
commit a0b8e96b77da5c6148b5d0cb16f9ccdafe901bf9
Author: Wim Taymans <wtaymans@redhat.com>
Date:   Sat Dec 6 21:02:37 2014 +0100

    video-converter: set bits and format after conversion
    
    Update the current format, bits and pstride.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=741187