diff --git a/en/device-dev/porting/porting-bes2600w-on-minisystem-display-demo.md b/en/device-dev/porting/porting-bes2600w-on-minisystem-display-demo.md index c92f86c100993cbd0fc346562a5c4558f6206c2f..b80a13d2b99edff2652a84f075fd2d5f56b70769 100644 --- a/en/device-dev/porting/porting-bes2600w-on-minisystem-display-demo.md +++ b/en/device-dev/porting/porting-bes2600w-on-minisystem-display-demo.md @@ -1229,10 +1229,10 @@ To adapt the multimedia subsystem, you need to add the `histreamer` component in { "component": "histreamer", "features": [ - "multimedia_histreamer_enable_plugin_hdi_adapter = true", - "multimedia_histreamer_enable_plugin_minimp3_adapter = true", - "multimedia_histreamer_enable_plugin_ffmpeg_adapter = false", - "config_ohos_multimedia_histreamer_stack_size = 65536" + "histreamer_enable_plugin_hdi_adapter = true", + "histreamer_enable_plugin_minimp3_adapter = true", + "histreamer_enable_plugin_ffmpeg_adapter = false", + "config_ohos_histreamer_stack_size = 65536" ] } ] @@ -1241,12 +1241,12 @@ To adapt the multimedia subsystem, you need to add the `histreamer` component in The configuration items of the `histreamer` component are described as follows: -| Item | Description | -| --------------------------------------------------- | ------------------------------- | -| multimedia_histreamer_enable_plugin_hdi_adapter | Whether to enable histreamer to connect to the HDMI interface.| -| multimedia_histreamer_enable_plugin_minimp3_adapter | Whether to enable the plug-in to adapt to miniMP3. | -| multimedia_histreamer_enable_plugin_ffmpeg_adapter | Whether to enable the plug-in to adapt to FFmpeg. | -| config_ohos_multimedia_histreamer_stack_size | Size of the histreamer stack. | +| Item | Description | +| ---------------------------------------- | ------------------------------------------------------------- | +| histreamer_enable_plugin_hdi_adapter | Whether to enable histreamer to connect to the HDMI interface.| +| histreamer_enable_plugin_minimp3_adapter | Whether to enable the plug-in to adapt to miniMP3. | +| histreamer_enable_plugin_ffmpeg_adapter | Whether to enable the plug-in to adapt to FFmpeg. | +| config_ohos_histreamer_stack_size | Size of the histreamer stack. | #### utils Subsystem Adaptation diff --git a/zh-cn/device-dev/porting/porting-bes2600w-on-minisystem-display-demo.md b/zh-cn/device-dev/porting/porting-bes2600w-on-minisystem-display-demo.md index f5d3d8ece567e727088479f5355b2a4ab8de1298..ab2288c40e8f8c4da1982fc4c4f795d78ac2865c 100644 --- a/zh-cn/device-dev/porting/porting-bes2600w-on-minisystem-display-demo.md +++ b/zh-cn/device-dev/porting/porting-bes2600w-on-minisystem-display-demo.md @@ -1230,10 +1230,10 @@ HiviewRegisterHilogProc(HilogProc_Impl); { "component": "histreamer", "features": [ - "multimedia_histreamer_enable_plugin_hdi_adapter = true", - "multimedia_histreamer_enable_plugin_minimp3_adapter = true", - "multimedia_histreamer_enable_plugin_ffmpeg_adapter = false", - "config_ohos_multimedia_histreamer_stack_size = 65536" + "histreamer_enable_plugin_hdi_adapter = true", + "histreamer_enable_plugin_minimp3_adapter = true", + "histreamer_enable_plugin_ffmpeg_adapter = false", + "config_ohos_histreamer_stack_size = 65536" ] } ] @@ -1242,12 +1242,12 @@ HiviewRegisterHilogProc(HilogProc_Impl); `histreamer`部件配置项说明如下: -| 配置项 | 说明 | -| --------------------------------------------------- | ------------------------------- | -| multimedia_histreamer_enable_plugin_hdi_adapter | 是否使能histreamer对接到hdi接口 | -| multimedia_histreamer_enable_plugin_minimp3_adapter | 是否使能插件适配minimp3 | -| multimedia_histreamer_enable_plugin_ffmpeg_adapter | 是否使能插件适配FFmpeg | -| config_ohos_multimedia_histreamer_stack_size | histreamer栈大小设置 | +| 配置项 | 说明 | +| ---------------------------------------- | ------------------------------- | +| histreamer_enable_plugin_hdi_adapter | 是否使能histreamer对接到hdi接口 | +| histreamer_enable_plugin_minimp3_adapter | 是否使能插件适配minimp3 | +| histreamer_enable_plugin_ffmpeg_adapter | 是否使能插件适配FFmpeg | +| config_ohos_histreamer_stack_size | histreamer栈大小设置 | #### 公共基础库子系统适配