Re: audio conference

Nicolas Dufresne via gstreamer-devel <[email protected]> Mon, 29 Jul 2024 16:09:37 -0400
Newsgroups gmane.comp.video.gstreamer.devel
Message-ID <[email protected]>
Hi,

Le lundi 29 juillet 2024 à 11:34 +0530, Pradeep Acharya via gstreamer-devel a
écrit :
> Hi 
> Thanks for the response . As far as I understood, the sink pad of the audio
> mixer (which is the aggregator pad ) itself creates one thread to consume the
> input buffer. So, I assume the mixer input needs modification to share
> threads. 

No, the aggregator contributes only one thread to the pipeline (its a src pad
thread). Instead, each sink pads implement a queue. This is why its possible to
drive multiple aggregator sink pads from a single thread.

> Is there any thread sharing plugin written in c rather than in rust.

The thread share feature depends on Rust libraries, so no.

Nicolas