我最近开始使用python 3,但是当我试图导入"pygst“gstreamer模块时,我得到了一个错误:
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygst4.7.3] on lin
我正在尝试在python中使用'glimagesink‘元素。该元素(内部为GObject )具有client-draw-callback属性,该属性应(至少在C++中)包含一个函数(bool func(uint t, uint w, uint h))指针。我尝试过element.set_property('client-draw-callback', myfunc),并使用ctype创建函数指针,但每次都显示为TypeError: could not convert argument to correct param type
我可以找到任何关于在python中使用g
我是GObject,GStreamer,GI等的新手.我的mac跑得很高.gst-launch-1.0 filesrc location=test.mp3 ! decodebin ! audioconvert ! autoaudiosink它正在返回以下错误<Gst.Message object at 0x10ebb59a8 (GstMessage at 0x7fde5688b740)>
<flags GST_MESSAGE_ERROR of type Gs