GNOME Bugzilla – Bug 741187
[regression] ProRes files show up pink
Last modified: 2014-12-06 20:06:11 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.
gst-launch-1.0 videotestsrc ! video/x-raw, format=I422_10LE ! videoconvert ! xvimagesink reproduces too
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 :)
Probably related to Wim's videoconvert changes :)
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