Is gstreamer thread heavy?

Jan Alexander Steffens jan.steffens at gmail.com
Tue Jun 14 21:44:55 UTC 2016


In the simplest case, the pipeline will spawn one thread.

The more usual case (playbin) has one thread reading in the data, one
thread per decoder and one thread per output device. In your case, three
threads.

On Tue, Jun 14, 2016 at 9:11 PM test app <testacct9111 at gmail.com> wrote:

> i am new to gst. I heard it needs very high number of threads. For a
> simple playback pipeline with .mp4 with video only decode, how many threads
> does it roughly require? in general, appreciate your expert insight into
> thread heaviness of gstreamer.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160614/0a3faabe/attachment.html>


More information about the gstreamer-devel mailing list