GStreamer error “assertion 'GST_IS_ELEMENT (src)' failed” when linking elements

后端 未结 2 535
时光说笑
时光说笑 2020-12-21 12:01

I\'m working on a GStreamer-based program using Python and the GObject introspection bindings. I\'m trying to build this pipeline:

videomixer name=mix ! auto         


        
2条回答
  •  北海茫月
    2020-12-21 12:32

    If the element is not added with the pipeline, then this error will occur. Ensure that the problematic element is added with the pipeline.

提交回复
热议问题