intel / gstreamer-media-SDK

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

gst-msdk 1.3.3 version : Enable option to turn off the H265 10 bit decoder plugin. #53

Closed SiewHoon closed 6 years ago

SiewHoon commented 6 years ago

gst-msdk version: 1.3.3 (master branch). MSDK library does not support for H265 10 bit HW decoder for APL-I platform. The gst-msdk plugin added use H265 10bit SW decoder plugin. If the MSDK H265 10bit SW decoder does not exist, it will lead to H265-10bit playback crash in gst-msdk.

Currently, propose to enable alternative option to allow disable H265 10bit video decoder in gst-msdk. The user still can got option switch back to use H265 10bit SW decoder plugin (avdec_h265 plugin) from Gstreamer framework plugins in gst-play-1.0 or playbin.

SiewHoon commented 6 years ago

The default will turn off it the H265 10bit decoder support in gst-msdk.