[Bug 767022] New: glimagesink + Python + Qt4 does not work as expected
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon May 30 13:41:07 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=767022
Bug ID: 767022
Summary: glimagesink + Python + Qt4 does not work as expected
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: havard.graff at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
CC: gstreamer at pexip.com
GNOME version: ---
Created attachment 328729
--> https://bugzilla.gnome.org/attachment.cgi?id=328729&action=edit
Failing case
I have a simple Python application using Qt where I want to embed a glimagesink
in a QGraphicsView running on Linux using the x-backend for Gl.
Now, it works 100% of the time if I:
1. Set the glimagesink to READY
2. Set the window handle
3. Set the glimagesink to PLAYING
But if I do:
1. Leave the glimagesink at NULL
2. Set the window handle
3. set the glimagesink to PLAYING
The content don't get embedded, but instead it creates a free-floating window.
Speaking to ystreet00 about it on #gstreamer he said it smells like a bug, so
attached is two logs of gl*:6, one from the working and one from the failing
case.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list