gpt4 book ai didi

c - gstreamer 需要 g_main_loop_run 而 gtk 需要 gtk_main()

转载 作者:太空宇宙 更新时间:2023-11-04 07:18:59 31 4
gpt4 key购买 nike

我正在尝试用 C 语言编写一个使用 gstreamer 的 GTK+ 应用程序。

GTK+ 需要 gtk_main() 来执行。

gstreamer 需要 g_main_loop_run() 来执行。

它们都停止了执行流程。

我该怎么做才能让 gtk_main() 也包含我为 gstreamer 创建的 GMainLoop

谢谢

最佳答案

不要创建 GMainLoopgtk_main() 会在内部创建一个已经足以满足任何使用事件/信号的基于 glib 的库.

参见 this question which quotes the gtk_main() source

关于c - gstreamer 需要 g_main_loop_run 而 gtk 需要 gtk_main(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22620473/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com