[Bug 715138] xvimagesink 1.2 ignores resize events when used on a QWidget

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 10 05:34:49 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=715138
  GStreamer | gst-plugins-base | 1.2.1

Vincent Penquerc'h <vincent.penquerch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
                 CC|                            |vincent.penquerch at collabora
                   |                            |.co.uk
         Resolution|                            |NOTABUG

--- Comment #5 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2014-01-10 13:34:47 UTC ---
After a while looking at the gst source, I noticed part of the documentation
mentioning problems with initialization sequence when using an external window.

Copying and adapting the suggested source code to your test case fixes the
issue for me. I'll attach the fixed main.cpp for your reference. Essentially,
you've got to attach the window at the right time, and you get a bus message to
let you know when that time comes.

So I'll close this as notabug, since I don't think fixing this to allow any
timing is really possible, and the intended behavior actually works when doing
things in that order.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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