From 66f8c31371132f1c49583f6de8c81b5c4ad4264e Mon Sep 17 00:00:00 2001 From: dingqingpo Date: Wed, 24 May 2023 10:58:24 +0800 Subject: [PATCH] =?UTF-8?q?Histreamer=E9=83=A8=E4=BB=B6=E5=90=8D=E6=95=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dingqingpo Change-Id: If209b9f725fe5d45c0b9b1f6d21bebee2403c072 --- ...ing-bes2600w-on-minisystem-display-demo.md | 20 +++++++++---------- ...ing-bes2600w-on-minisystem-display-demo.md | 20 +++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) 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 c92f86c100..b80a13d2b9 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 f5d3d8ece5..ab2288c40e 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栈大小设置 | #### 公共基础库子系统适配 -- GitLab