Skip to content
Snippets Groups Projects

Add missing "x11/vaapi" to the s-r-s-i report

Merged Ludovico de Nittis requested to merge wip/denittis/print_x11_vaapi into master
2 files
+ 17
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -1576,6 +1576,13 @@ GList * srt_system_info_check_all_graphics (SrtSystemInfo *self,
SRT_RENDERING_INTERFACE_VDPAU,
NULL);
abi->cached_combined_issues |=
srt_system_info_check_graphics (self,
multiarch_tuple,
SRT_WINDOW_SYSTEM_X11,
SRT_RENDERING_INTERFACE_VAAPI,
NULL);
abi->graphics_cache_available = TRUE;
list = g_list_sort (g_hash_table_get_values (abi->cached_graphics_results),
Loading