开发者

Is there any Graph Builder for GStreamer?

Is there any G开发者_JAVA技巧raph Builder for GStreamer? So to say you build graph you get code


There is gst-editor. But last time I checked it was really buggy and badly maintained.

If you want to design a pipeline quickly you can use the gst-launch tool. The gst-launch description can then be imported in your code using the gst_parse_launch call.


gst-editor seems to be something like what you are looking for. It doesn't appear to support generating C++ code, but what it does support is saving XML that can be loaded into your program in the same way that libglade allows you to load Glade GUIs. It looks very intuitive and low-nonsense, judging by the screen shots.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜