# GSt API

Source: [https://docs.qualcomm.com/doc/80-70015-50SC/topic/gst-apis.html](https://docs.qualcomm.com/doc/80-70015-50SC/topic/gst-apis.html)

这些 API 提供了在 Qualcomm IM SDK 中使用硬件加速所需的自定义类和层，并为 ML 启用基于张量的方法/工作流。

下表列出了所有支持的 API：

| API | 说明 |
| --- | --- |
| **视频 API** | **视频 API** |
| [GstImageBufferPool API](https://docs.qualcomm.com/doc/80-70015-50SC/topic/video-apis.html#video-apis__section_zct_gmg_tcc) | 用于配置原始视频缓冲区的特殊 GstBufferPool 子类。 |
| [GstGlesVideoConverter API](https://docs.qualcomm.com/doc/80-70015-50SC/topic/video-apis.html#video-apis__section_gyv_lmg_tcc) | 通过基于 OpenGL ES 的 IB2C 库使用 GPU 来提供以下功能： <ul class="ul" id="gst-apis__ul_d22_bkg_tcc"><br>                                <li class="li">硬件加速的图像处理</li><br><br>                                <li class="li">转换</li><br><br>                                <li class="li">色彩转换操作</li><br><br>                            </ul> |
| **机器学习 API** | **机器学习 API** |
| [GstMLType](https://docs.qualcomm.com/doc/80-70015-50SC/topic/machine-learning-apis.html#machine-learning-apis__section_amx_cng_tcc) | 获取有关 GStreamer ML 数据类型的信息。 |
| [GstMLInfo](https://docs.qualcomm.com/doc/80-70015-50SC/topic/machine-learning-apis.html#machine-learning-apis__section_qqy_3ng_tcc) | 表示描述机器学习属性的信息结构。 |
| [GstMLTensorMeta](https://docs.qualcomm.com/doc/80-70015-50SC/topic/machine-learning-apis.html#machine-learning-apis__section_ols_n4g_tcc) | 为不同的张量类型定义元数据 API。 |
| [GstMLFrame](https://docs.qualcomm.com/doc/80-70015-50SC/topic/machine-learning-apis.html#machine-learning-apis__section_n5v_bpg_tcc) | 包含指向张量的映射指针以及有关张量的所需信息。 |
| [GstMLBufferPool](https://docs.qualcomm.com/doc/80-70015-50SC/topic/machine-learning-apis.html#machine-learning-apis__section_kjd_spg_tcc) | 用于配置 ML 张量缓冲区的特殊 GstBufferPool 子类。 |

- **[视频 API](https://docs.qualcomm.com/doc/80-70015-50SC/topic/video-apis.html)**  

使用视频 API 配置视频缓冲区和视频转换器。
- **[机器学习 API](https://docs.qualcomm.com/doc/80-70015-50SC/topic/machine-learning-apis.html)**  

配置 tensor-specific 的要求和机器学习属性。

**Parent Topic:** [GStreamer 工具](https://docs.qualcomm.com/doc/80-70015-50SC/topic/im-sdk-base-uitilities.html)

Last Published: Nov 11, 2025

[Previous Topic
GStreamer 工具](https://docs.qualcomm.com/bundle/publicresource/80-70015-50SC/topics/im-sdk-base-uitilities.md) [Next Topic
视频 API](https://docs.qualcomm.com/bundle/publicresource/80-70015-50SC/topics/video-apis.md)