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 779045 - regression: vaapijpegenc can't input YUY2
regression: vaapijpegenc can't input YUY2
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: gstreamer-vaapi
1.11.1
Other Linux
: Normal blocker
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-02-22 01:15 UTC by Scott D Phillips
Modified: 2017-02-22 20:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Scott D Phillips 2017-02-22 01:15:49 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.
Comment 1 Víctor Manuel Jáquez Leal 2017-02-22 04:34:18 UTC
Hey Scott,

I guess this is a dup of #775490. It should be fixed on master. Can you verify it?
Comment 2 Scott D Phillips 2017-02-22 04:44:23 UTC
(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.
Comment 3 Hyunjun Ko 2017-02-22 10:50:52 UTC
I filed this issue to intel driver.
https://github.com/01org/intel-vaapi-driver/pull/61
Comment 4 Scott D Phillips 2017-02-22 16:42:31 UTC
(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.