libs: Let GST_VAAPI_RATECONTROL_MASK return unsigned int
authorWangfei <fei.w.wang@intel.com>
Mon, 5 Aug 2019 02:51:24 +0000 (10:51 +0800)
committerWangfei <fei.w.wang@intel.com>
Mon, 5 Aug 2019 02:51:24 +0000 (10:51 +0800)
commitf5c9d86f9c3df71f96da6e561f4db61b9f611398
treefd23b28a7c50148c3ea5a28f75b9ad3a1c2137f7
parent14ea838512dbc15337c5954b99c40b5baf3a4c57
libs: Let GST_VAAPI_RATECONTROL_MASK return unsigned int

The value return from GST_VAAPI_RATECONTROL_MASK will be used by
GST_VAAPI_POPCOUNT32 as its inpput. GST_VAAPI_POPCOUNT32 can only
deal with unsigned int. Otherwise there may be an error of out of
range of integer if we define few more rate-control mode.
gst-libs/gst/vaapi/gstvaapitypes.h