创建一个新的 gstelement 对象 tee

发布于 2024-10-15 14:06:05 字数 200 浏览 1 评论 0原文

我创建了一个新的 GstElement tee 对象。代码如下:

GstElement *teeElement = gst_element_factory_make ("tee", "camera_tee");

但是,GstElement 根本没有创建。这可能是什么原因。

为此必须包含哪些库和/或头文件。

问候, 视界

I have created a new object of GstElement tee. The code is below here:

GstElement *teeElement = gst_element_factory_make ("tee", "camera_tee");

But, GstElement is not created at all. What can be the reason for this.

What library and/or header file has to be included for the purpose.

Regards,
iSight

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

友谊不毕业 2024-10-22 14:06:06

我必须使用 gst_init 初始化 gstreammer。

I have to initialize gstreammer using gst_init.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文