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
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
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)
>
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