Summary: |
Intel vaapi driver should not print warnings on stdout |
Product: |
libva
|
Reporter: |
Michael Müller <michael> |
Component: |
intel | Assignee: |
haihao <haihao.xiang> |
Status: |
RESOLVED
FIXED
|
QA Contact: |
Sean V Kelley <seanvk> |
Severity: |
normal
|
|
|
Priority: |
medium
|
|
|
Version: |
unspecified | |
|
Hardware: |
Other | |
|
OS: |
All | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
libva-intel-driver: Do not print warnings on stdout
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 114011 [details] libva-intel-driver: Do not print warnings on stdout Hello, I am currently writing a DXVA2 -> VAAPI wrapper for Wine and noticed that some programs crash with the intel driver while they work flawless with the vdpau wrapper. After some investigation I found out that the intel vaapi driver printed a warning to stdout while the program was using stdin/stdout to communicate with its parent process. The driver simply injected debug messages into this communication. The driver should not use stdout as this pipe is used by a lot of programs to exchange data and should instead print debug messages to stderr. I attached a patch to fix this problem. Regards, Michael Müller