After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 655246 - Flickering on Widgets after QT GStreamer has been invoked
Flickering on Widgets after QT GStreamer has been invoked
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: qt-gstreamer
0.10.1
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-07-25 09:45 UTC by nidhinkr
Modified: 2011-08-10 15:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description nidhinkr 2011-07-25 09:45:39 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
Comment 1 George Kiagiadakis 2011-08-10 15:13:03 UTC
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