Hi guys, I'm trying to use Gstreamer and Qt in my project. First, I can't use Phonon in my project 'cause I'll have to make a live stream, so Phonon it's not an option(at least I read that Phonon can't do this). So, I read about QtGstreamer and, ok, I'm using it, but I got stuck in another problem. My pipeline is created using "pure" Gstreamer(Gst_Element), but the VideoWidget provided by QGstreamer just "listen" PipelinePtr which is part os QtGstreamer. I tried to use the method setVideoSink of VideoWidget, but now it opens the stream in another window even when I set the QWidget parent(wich is my main window of my application). I don't know if I was clear enough, but can anyone help me?



Thanks!