how to separate decode and encode into separate processes
Yasushi SHOJI
yasushi.shoji at gmail.com
Mon Jul 10 00:49:59 UTC 2017
Hi,
On Sat, Jul 8, 2017 at 8:34 AM, ttran <tam.tran at nteligen.com> wrote:
[...]
> for example, let say I have a something like this:
>
> src ! avdec_h264 ! x264enc ! sink
>
> what I like to do is have each of those elements run as separate processes
> that communicates through ipc or unix sockets.
Do they have to be in separate processes and use IPC?
Do threads work for you?
src ! avdec_h264 ! queue ! x264enc ! sink
queue will create another thread.
https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/gstreamer-plugins-queue.html
--
yashi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170710/9ddebe18/attachment.html>
More information about the gstreamer-devel
mailing list