# 配置 Qualcomm GStreamer 插件

Source: [https://docs.qualcomm.com/doc/80-70022-50SC/topic/qim-sdk-plugins.html](https://docs.qualcomm.com/doc/80-70022-50SC/topic/qim-sdk-plugins.html)

Qualcomm GStreamer 插件可控制多媒体软件的各个方面。这些插件和示例应用程序可在 [gst-plugins-qti-oss](https://git.codelinaro.org/clo/le/platform/vendor/qcom-opensource/gst-plugins-qti-oss/-/tree/imsdk.lnx.2.0.0.r2-rel?ref_type=heads) 文件夹中找到。

插件被划分成 good、bad 和 ugly 三类：Qualcomm GStreamer 插件被归类为 **Good** 插件。

下表列出了这些插件被归为 good、bad 和 ugly 的属性：

Table : Good、Bad、Ugly 的 GSt 插件

| GSt 插件类别 | 属性 |
| :--- | :--- |
| Good | <ul class="ul" id="qim-sdk-plugins__ul_nch_rrv_tcc"><br>                                <li class="li">优质代码</li><br><br>                                <li class="li">经过充分测试且正确的功能</li><br><br>                                <li class="li">首选许可证（GNU 较宽松通用公共许可证 (LGPL)）</li><br><br>                            </ul> |
| Bad | <ul class="ul" id="qim-sdk-plugins__ul_qxq_wrv_tcc"><br>                                <li class="li">代码接近优质</li><br><br>                                <li class="li">缺少代码审查</li><br><br>                                <li class="li">测试和文档不完整 </li><br><br>                            </ul> |
| Ugly | <ul class="ul" id="qim-sdk-plugins__ul_sdd_dsv_tcc"><br>                                <li class="li">优质代码</li><br><br>                                <li class="li">经过充分测试且功能正确</li><br><br>                                <li class="li">分发有问题，可能引发专利问题</li><br><br>                            </ul> |

如需了解更多信息，请参阅 [GStreamer plugins splitup](https://gstreamer.freedesktop.org/documentation/additional/splitup.html?gi-language=c)。

- **[配置显示器、摄像头、编码和解码插件](https://docs.qualcomm.com/doc/80-70022-50SC/topic/display-plugins.html)**  

借助这些插件，您可以对视频流执行采集、合成、分割、转换、解码、编码以及预览操作。
- **[配置音频插件](https://docs.qualcomm.com/doc/80-70022-50SC/topic/audio-plugins.html)**  

音频插件支持采集和播放音频流。
- **[配置 ML 插件](https://docs.qualcomm.com/doc/80-70022-50SC/topic/inferencing-plugins.html)**  

ML 插件可实现机器学习模型的预处理、推理和后处理。

**Parent Topic:** [Qualcomm GStreamer 架构和插件](https://docs.qualcomm.com/doc/80-70022-50SC/topic/gst-plugin-architecture.html)

Last Published: Nov 05, 2025

[Previous Topic
GStreamer 插件架构](https://docs.qualcomm.com/bundle/publicresource/80-70022-50SC/topics/architecture.md) [Next Topic
配置显示器、摄像头、编码和解码插件](https://docs.qualcomm.com/bundle/publicresource/80-70022-50SC/topics/display-plugins.md)