Qt gstreamer problem

Posted by ZolaKt on Stack Overflow See other posts from Stack Overflow or by ZolaKt
Published on 2010-04-29T18:45:48Z Indexed on 2010/04/29 18:47 UTC
Read the original article Hit count: 188

Filed under:
|

Ptterb can you post your full code please?

I copied your code.
Added fvidscale_cap to pipeline, with:

self.player.add(self.source, self.scaler, self.fvidscale_cap, self.sink)
gst.element_link_many(self.source,self.scaler, self.fvidscale_cap, self.sink)

From the main program I create a new QWidget, and pass its winId() to Vid constructor.
The widget start loading, but crashes.

The output says:
should be playing
Segmentation fault

© Stack Overflow or respective owner

Related posts about gstreamer

Related posts about python