<div dir="ltr">Thanks a lot, it's working now!</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 24, 2016 at 4:14 PM, stproj [via GStreamer-devel] <span dir="ltr"><<a href="/user/SendEmail.jtp?type=node&node=4680207&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>></span> wrote:<br><blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' style="border-left:2px solid #cccccc;padding:0 1em" class="m_-802605615322628817quote m_-802605615322628817dark-border-color"><div class="m_-802605615322628817quote m_-802605615322628817light-border-color">
<div class="m_-802605615322628817quote-author" style="font-weight:bold">walkingdude wrote</div>
<div class="m_-802605615322628817quote-message">Hi,
<br>I want to grab an output from a blackmagic device and pump it to two v4l2 loopback devices at the same time. I can't get tee's syntax correct, can you guys please help? I am new to gstreamer.
<br><br>What I got so far:
<br>gst-launch-0.10 decklinksrc mode=11 connection=1 ! tee name=t t. ! v4l2sink sync=false device=/dev/video1 t. ! v4l2sink sync=false device=/dev/video2
</div>
</div></blockquote>
<br>Greetings can u please try using with queue elements? I have modified your pipeline as follows.
<br><br><br>gst-launch-0.10 decklinksrc mode=11 connection=1 ! tee name=t t. ! queue ! v4l2sink sync=false device=/dev/video1 t. ! queue ! v4l2sink sync=false device=/dev/video2
<br><br><br><br>Quotes from the core reference manual: 'One needs to use separate queue elements (or a multiqueue) in each branch to provide separate threads for each branch. Otherwise a blocked dataflow in one branch would stall the other branches.'
<br><br><a href="https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/gstreamer-plugins-tee.html" rel="nofollow" link="external" target="_blank">https://gstreamer.freedesktop.<wbr>org/data/doc/gstreamer/head/<wbr>gstreamer-plugins/html/<wbr>gstreamer-plugins-tee.html</a><br><br>
<br>
<br>
<hr noshade size="1" color="#cccccc">
<div style="color:#444;font:12px tahoma,geneva,helvetica,arial,sans-serif">
<div style="font-weight:bold">If you reply to this email, your message will be added to the discussion below:</div>
<a href="http://gstreamer-devel.966125.n4.nabble.com/Need-some-help-with-tee-tp4680194p4680198.html" target="_blank" rel="nofollow" link="external">http://gstreamer-devel.966125.<wbr>n4.nabble.com/Need-some-help-<wbr>with-tee-tp4680194p4680198.<wbr>html</a>
</div>
<div style="color:#666;font:11px tahoma,geneva,helvetica,arial,sans-serif;margin-top:.4em;line-height:1.5em">
To unsubscribe from Need some help with tee, <a href="" target="_blank" rel="nofollow" link="external">click here</a>.<br>
<a href="http://gstreamer-devel.966125.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" rel="nofollow" style="font:9px serif" target="_blank" link="external">NAML</a>
</div></blockquote></div><br></div>
<br/><hr align="left" width="300" />
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Need-some-help-with-tee-tp4680194p4680207.html">Re: Need some help with tee</a><br/>
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>