You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.
this will close at i965_release_buffer_handle in intel VA driver.
If the system try to open a new fd, it will return the Line 477 closed fd. And then it close by Line 129 again. This will make resource closed and make program has problem.
The text was updated successfully, but these errors were encountered:
The below two functions try to close same file descriptor twice.
gstreamer-media-SDK/gst-libs/mfx/x11/gstmfxwindow_x11.c
Line 477 in 1be01b2
It will call close at write_vec in xcb_conn.c
gstreamer-media-SDK/gst-libs/mfx/gstmfxprimebufferproxy.c
Line 129 in 1be01b2
this will close at i965_release_buffer_handle in intel VA driver.
If the system try to open a new fd, it will return the Line 477 closed fd. And then it close by Line 129 again. This will make resource closed and make program has problem.
The text was updated successfully, but these errors were encountered: