Re: [PATCH v4 5/5] video-stream: Don't stop a stream associated with gl_draw (v2)

2024-02-29 Thread Frediano Ziglio
Il giorno mer 28 feb 2024 alle ore 08:41 Vivek Kasireddy ha scritto: > > We do not want to stop a stream associated with gl_draw as a result > of timeout because we may not get another opportunity to create a > new stream if the current one gets stopped. However, when the > stream does get stopped

Re: [PATCH v4 4/5] gstreamer-encoder: Add an encoder function that takes dmabuf fd as input (v2)

2024-02-29 Thread Frediano Ziglio
Il giorno mer 28 feb 2024 alle ore 08:41 Vivek Kasireddy ha scritto: > > This patch adds a new function to enable the creation of Gst memory with > the dmabuf fd as the source by using a dmabuf allocator. And, it also > adds a mechanism to register and invoke any callbacks once the Gst memory > ob

Re: [PATCH v4 2/5] dcc: Create a stream associated with gl_draw for non-gl clients (v3)

2024-02-29 Thread Frediano Ziglio
Il giorno mer 28 feb 2024 alle ore 08:41 Vivek Kasireddy ha scritto: > > For non-gl/remote clients, if there is no stream associated with > the DisplayChannel, then we create a new stream. Otherwise, we > just update the current stream's timestamp. > > v2: (suggestions and fixups from Frediano) >

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