intel / gstreamer-media-SDK

GNU Lesser General Public License v2.1
90 stars 53 forks source link

Fixed frame info corruption issue and Fatal IO error 9 issue. #134

Closed SiewHoon closed 5 years ago

SiewHoon commented 5 years ago

First issue: Fixed frame info corruption issue during decoder reinitialized with with G_SLICE=always-malloc MALLOCPERTURB=3 environment variable turn on.

Second issue: Replace the xcb_dri3_pixmap_from_buffer to xcb_dri3_pixmap_from_buffer_checked. To ensure there are no error happen xcb_dri3_pixmap_from_buffer causing the Fatal IO error 9.