Re: [PATCH v4 1/5] dcc: Check to see if the client supports multiple codecs (v2)

2024-02-29 Thread Frediano Ziglio
Il giorno mer 28 feb 2024 alle ore 08:41 Vivek Kasireddy ha scritto: > > We need to determine if the client is new enough to support multiple > codecs -- which might include any of the Gstreamer based ones. > > v2: (suggestions and fixups from Frediano) > - Add is_gl_client() method to DisplayChan

[PATCH v4 1/5] dcc: Check to see if the client supports multiple codecs (v2)

2024-02-28 Thread Vivek Kasireddy
We need to determine if the client is new enough to support multiple codecs -- which might include any of the Gstreamer based ones. v2: (suggestions and fixups from Frediano) - Add is_gl_client() method to DisplayChannelClient instead of a dcc_is_gl_client() function. - Avoid the usage of XXX_CA