msdk: use mfxU32 instead of uint32_t
authorTong Wu <tong1.wu@intel.com>
Fri, 1 Apr 2022 07:35:17 +0000 (15:35 +0800)
committerSeungha Yang <seungha@centricular.com>
Mon, 4 Apr 2022 20:28:25 +0000 (20:28 +0000)
commit4e97cc24a75973bec84ce046c734a924a7001361
treed76414cab94a885275dccbef2d7d011debbd783d
parent5020a6e83a0db3879ea3dfb5a7d76e4612568c2f
msdk: use mfxU32 instead of uint32_t

Msdk should use mfx variables defined in mfxdefs.h. Replace uint32_t
with mfxU32.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2091>
subprojects/gst-plugins-bad/sys/msdk/msdk.c