On Fri Sep 6 02:26:20 2024 +0000, Ziqing Hui wrote:
I've found that the preferred_format(which is current_caps now) is different from the actual output format in Proton for Steam game "Marlow Briggs and the Mask of Death" (249680). We are setting RGB24 using wg_parser_stream_enable() in stream_props_GetMediaType(), and this game do finally output RGB24. However, the preferred_format is RGB32.
I know in theory, the preferred_format/current_caps which is obtained from GST_EVENT_CAPS was expected to be the actual output format. However, in practice, sometimes the actual output format is different from it.