# GStreamer 工具

Source: [https://docs.qualcomm.com/doc/80-70015-50SC/topic/im-sdk-base-uitilities.html](https://docs.qualcomm.com/doc/80-70015-50SC/topic/im-sdk-base-uitilities.html)

GStreamer 工具使您能够编译自己的插件或 GStreamer 程序。

GStreamer 框架库提供了实现定制插件解决方案所需的大多数类。这些插件具有基于 CPU 的实现，并且不使用特定于 Qualcomm 的硬件。

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

这些 API 提供了在 Qualcomm IM SDK 中使用硬件加速所需的自定义类和层，并为 ML 启用基于张量的方法/工作流。
- **[GSt 调试工具](https://docs.qualcomm.com/doc/80-70015-50SC/topic/imsdk_debug_gst.html)**  

GST\_DEBUG 是一种调试技术，其中指定一个数字来设置适当的日志级别。
- **[GStD](https://docs.qualcomm.com/doc/80-70015-50SC/topic/gstreamer-daemon.html)**  

GStreamer 后台程序 (GStD) 是一个使用进程间通信协议 (IPC) 控制音频视频流的框架。

Last Published: Nov 11, 2025

[Previous Topic
创建用户自己的 QIM 插件](https://docs.qualcomm.com/bundle/publicresource/80-70015-50SC/topics/create-your-own-qim-plugin.md) [Next Topic
GSt API](https://docs.qualcomm.com/bundle/publicresource/80-70015-50SC/topics/gst-apis.md)