X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_vout_display.h;h=5ac63e9b3eec2c398c82e5238b97a128eebb9228;hb=5bea1844a5f468cde1c3004d17e8596997932809;hp=0f8a7a536ecab6306b16c01e352f8fdaa1cdfff7;hpb=03a5ec2b92bb997dabba8061f22bf855eb696843;p=vlc diff --git a/include/vlc_vout_display.h b/include/vlc_vout_display.h index 0f8a7a536e..5ac63e9b3e 100644 --- a/include/vlc_vout_display.h +++ b/include/vlc_vout_display.h @@ -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);