audio conference

Nicolas Dufresne nicolas at ndufresne.ca
Mon Jul 29 20:09:37 UTC 2024


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20240729/10ccdecd/attachment.htm>


More information about the gstreamer-devel mailing list