<div dir="ltr">Hi,<br><br>On Sat, Jul 8, 2017 at 8:34 AM, ttran <<a href="mailto:tam.tran@nteligen.com">tam.tran@nteligen.com</a>> wrote:<br>[...]<br>> for example, let say I have a something like this:<br>><br>>      src ! avdec_h264 ! x264enc ! sink<br>><br>> what I like to do is have each of those elements run as separate processes<br>> that communicates through ipc or unix sockets.<br><br>Do they have to be in separate processes and use IPC?<br>Do threads work for you?<br><br>    src ! avdec_h264 ! queue ! x264enc ! sink<br><br>queue will create another thread.<br><br><a href="https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/gstreamer-plugins-queue.html">https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/gstreamer-plugins-queue.html</a><br>-- <br>              yashi</div>