Skip to content

libs: pixmap: Fix a pixmap creation crash.

He Junyan requested to merge He_Junyan/gstreamer-vaapi:fix_pixmap_error into master

We use GST_VAAPI_OBJECT_NATIVE_DISPLAY with wrong parameter for x11 pixmap creation, which causes crash if we run the internal test case of:

test-decode --pixmap

Merge request reports