<div dir="ltr"><div><div><div>Hi Arun<br><br></div>I want multiple sink because I want to playback a video using decklink card and also display it locally. <br><br></div>Regards<br></div>Adeel Arshad <br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 25, 2016 at 11:34 AM, Arun Raghavan <span dir="ltr"><<a href="mailto:arun@arunraghavan.net" target="_blank">arun@arunraghavan.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
On Mon, 25 Jul 2016, at 10:29 AM, adeel wrote:<br>
> Hi Arun,<br>
><br>
> Thanks for your reply. I tried the pipeline you suggested and use the<br>
> filter<br>
> mpeg2dec as the application I am developing mostly use mpeg2 or which<br>
> filter<br>
> I can use which handle most of the video formats.<br>
<br>
playbin, will use uridecodebin under the hood and plug in a decoder. The<br>
filter part was for the interlacing bits that you had in the pipeline<br>
you posted.<br>
<br>
> I am getting following error when running the pipeline.<br>
> failed to configure the video sink.<br>
><br>
> Secondly, How can I use multiple video sink. Is the following syntax<br>
> correct<br>
><br>
> video-sink = 'autovideosink ! decklinkvideosink mode=3'<br>
<br>
What do you want it to do there? playbin takes a single video-sink<br>
property, but if you want to push the same video to two sinks, you could<br>
provide it a bin with a tee connected to the various sinks.<br>
<br>
-- Arun<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>