开发者

creating a new gstelement object tee

开发者 https://www.devze.com 2023-02-08 05:07 出处:网络
I have created a new object of GstElement tee. The code is below here: GstElement *teeElement = gst开发者_如何转开发_element_factory_make (\"tee\", \"camera_tee\");

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


I have to initialize gstreammer using gst_init.

0

精彩评论

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

关注公众号