[vlc-devel] [PATCH] vout: add an OpenGL ES 2.0 vout display module for Android.
Rémi Denis-Courmont
remi at remlab.net
Tue Jan 7 18:35:27 CET 2014
Le mardi 7 janvier 2014, 18:24:05 Felix Abecassis a écrit :
> Do you mean the window module (e.g. android/nativewindow.c) should
> call vout_display_SendEvent*?
That won't work out of the box. There is a need for vout_window_Send*() for
proper support of EGL and of Qt5. We can no longer assume that the video
display plugin knows the windowing system, nor that the video window plugin is
for a unique fixed windowing system.
> I'm confused since I thought it was done the other way around: events
> are sent from from the vout display to the vout window from the
> Control function.
Uh? Obviously events generated by the windowing system from outside VLC are
sent by the windowing system *to* the display plugin or window plugin, and
from the plugin to the core, not the other way around. I don't see how that
would make any sense.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list