GNOME Bugzilla – Bug 655246
Flickering on Widgets after QT GStreamer has been invoked
Last modified: 2011-08-10 15:13:03 UTC
I am developing a QT application. Application contains a number of screens. I have implemented a video player in one of the screen. I am using QT gstreamer for rendering the video. I can navigate from one page to another without any flickering. But once I take the video player page, there is a flickering issue is coming in every other pages. This is the page hierarchy in video player page, Window, Vertical layout GStream Video object. After playing the video, I have stopped the video before going to another page. If I don't add the gstreamer video object to the vertical layout, it will render in a seperate window, since it is a widget.In that case when I navigate to another pages the flickering is not there. So my question is what I need to do for cleaning a gstreamer video object when we remove it from a parent. Nidhin KR
Hi, I am not sure I understand exactly your problem, but I am pretty sure this is not a QtGStreamer bug. Sounds more like a buggy video driver or like you are doing something wrong with your widget handling. Please take this question to the mailing list <gstreamer-devel@lists.freedesktop.org> (if you haven't done that already) and try to make yourself more clear. Thanks