]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout_display.h
Allowed vout display events to be issued from anywhere.
[vlc] / include / vlc_vout_display.h
index 0f8a7a536ecab6306b16c01e352f8fdaa1cdfff7..5ac63e9b3eec2c398c82e5238b97a128eebb9228 100644 (file)
@@ -207,8 +207,10 @@ struct vout_display_owner_t {
      * be overwritten nor used directly (use the vout_display_SendEvent*
      * wrapper.
      *
-     * You can send it at any time i.e. from any vout_display_t functions
-     * (TODO add support from a private thread).
+     * You can send it at any time i.e. from any vout_display_t functions or
+     * from another thread.
+     * Becarefull, it does not ensure correct serialization if it is used
+     * from multiple threads.
      */
     void            (*event)(vout_display_t *, int, va_list);