问题描述
我很舒服与C,但需要学习图形对象
和油嘴
为的GStreamer
。我所有的净发现的是GObject的参考手册。它的好,但找教程的GObject /油嘴为主要重点是GStreamer的。
I am comfortable with C. but need to learn GObject
and Glib
for gstreamer
. All i found on net is Gobject reference manual. Its good but looking for tutorial for Gobject/Glib as the main focus is on gstreamer.
所以,请分享任何其他资源来学习油嘴和的GObject。
So pls share any other resources to learn the glib and gobject.
推荐答案
开始用巧舌如簧,它很容易在这里很好的描述:的
Start with Glib, its quite easy and well described here: Glib Reference Manual
GObject的主要是大量的样板code来实现面向对象。尝试在发现了马曼栏的例子
GObject is mostly a lot of boilerplate code to achieve object orientation. Try out the "maman bar" examples found in the GObject Reference Manual
对于我来说,GStreamer的花费最多时间去了解。该文档是好的,但有很多读()。阅读有关的基本知识后,开始尝试使用GST-推出CMDLINE管道。然后阅读有关应用程序开发的全手动,并做一些例子。试图建立自己的插件,检查出一些简单的插件,并尝试了解不同部件之前,一个简单的地方开始是identity插件
For me, GStreamer took the most time to understand. The documentation is good but there is alot to read (GStreamer docs). After reading about the basics, try starting a pipeline from the cmdline using gst-launch. Then read the full manual about application development and do some examples. Before trying to build your own plugin, check out some simple plugin and try understand the different parts, a simple place to start is the identity plugin
祝你好运!
/乔尔拉尔森
这篇关于材料学的GObject和油嘴的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!