GNOME Bugzilla – Bug 779045
regression: vaapijpegenc can't input YUY2
Last modified: 2017-02-22 20:05:00 UTC
YUY2 input for vaapijpeg2enc broke between 1.11.0 and 1.11.1, starting with the commit: > 9bda7a6 vaapiencode: get surface formats in get_caps() Test pipeline: videotestsrc ! video/x-raw,format=YUY2 ! vaapijpegenc ! fakesink Haven't investigated much, but it could be an issue with the behavior of the intel-vaapi-driver.
Hey Scott, I guess this is a dup of #775490. It should be fixed on master. Can you verify it?
(In reply to Víctor Manuel Jáquez Leal from comment #1) > Hey Scott, > > I guess this is a dup of #775490. It should be fixed on master. Can you > verify it? Hi Victor, no I'm seeing the problem on master right now.
I filed this issue to intel driver. https://github.com/01org/intel-vaapi-driver/pull/61
(In reply to Hyunjun Ko from comment #3) > I filed this issue to intel driver. > https://github.com/01org/intel-vaapi-driver/pull/61 Yes, I suspected the problem would be in the driver. Thanks for the patch.