pipeline on multiple threads

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

pipeline on multiple threads

Seiji I.
Hi all,

Can I run the pipeline separately on multiple threads ?


Seiji



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: pipeline on multiple threads

Mathieu Duponchelle
Some elements wrap libraries that can operate on multiple threads,
eg see the "threads" properties on many video encoders. Other elements
will spawn threads themselves, usually through GstTask, see for example
GstAggregator subclasses. The queue element will also spawn a thread,
you can use it and set it up to queue a single buffer for the purpose of
decoupling various parts of the pipeline threading-wise.

On 4/10/20 1:42 AM, Seiji I. wrote:

> Hi all,
>
> Can I run the pipeline separately on multiple threads ?
>
>
> Seiji
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel