[Bug 786246] qmlglsink: Add itemInitialized signal

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Aug 14 08:28:04 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=786246

Matthew Waters (ystreet00) <ystreet00 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ystreet00 at gmail.com

--- Comment #4 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
(In reply to Sebastian Dröge (slomo) from comment #2)
> Is there no existing signal for this already that we could re-use? Seems
> like a common thing to want to get notified about.

I don't think so.  Performing these acrobatics is not something every
QQuickItem will need to do.

There is the windowChanged() signal that the item already uses internally to do
this exact setup depending on if the scene graph is initialized.
https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/ext/qt/qtitem.cc#n351

Requiring every user to implement similar logic isn't that user-friendly so an
extra signal is a good idea.

-- 
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