<div class="Ki" style="color:rgb(34,34,34)"><div class="Li" style="height:66px"><div class="Xh" style="height:66px"><div class="gi hi  Wh" dir="ltr">Hi Arun<div><br></div><div>My pipeline is as follow. I am using the same to playback files and its working fine.</div><div><div style="clear:both"></div></div></div></div></div></div><div style="color:rgb(34,34,34);clear:both"></div><div class="Ki" style="color:rgb(34,34,34)"><div class="Li" style="height:147px"><div class="Xh" style="height:147px"><div class="gi ji  Wh" dir="ltr"><br><div><span style="color:rgb(34,34,34)">pipeline = gst_parse_launch("playbin uri=file:///Users/</span><span style="color:rgb(34,34,34)">administrator/Desktop/MAC_</span><span style="color:rgb(34,34,34)">APPS/senate.mov video-sink = 'tee name=t t. ! queue ! autovideosink t. ! decklinkvideosink mode=3' audio-sink='decklinkaudiosink' video-filter = 'deinterlace method=greedyh ! interlace field-pattern = 2:2 top-field-first = TRUE'", &error);</span><br style="color:rgb(34,34,34)"></div><div><span style="color:rgb(34,34,34)"><br></span></div><div style="clear:both"></div></div></div></div></div><div style="color:rgb(34,34,34);clear:both"></div><div class="Ki" style="color:rgb(34,34,34)"><div class="Li" style="height:110px"><div class="Xh" style="height:110px"><div class="gi hi  Wh" dir="ltr"><div>The problem I am facing is with gapless playback. The gapless playback is working fine when the video-sink is set to autovideosink only and no deinterlacing is used but when I added decklinkvideosink and deinterlacing it play the one file perfectly and when try to play the next file it halts on last frame of the previous video but track bar showing that the video is playing. What should I do</div><div style="clear:both"></div></div></div></div></div><div style="color:rgb(34,34,34);clear:both"></div><div class="Ki" style="color:rgb(34,34,34)"><div class="Li" style="height:125px"><div class="Xh" style="height:125px"><div class="gi ji  Wh" dir="ltr"><div><span style="color:rgb(34,34,34)"><br></span></div><div><span style="color:rgb(34,34,34)">Thanking you in anticipation </span></div><div><span style="color:rgb(34,34,34)"><br></span></div><div><span style="color:rgb(34,34,34)">Regards</span></div><div><span style="color:rgb(34,34,34)">Adeel Arshad</span></div></div></div></div></div><br>On Monday, July 25, 2016, Arun Raghavan <<a href="mailto:arun@arunraghavan.net">arun@arunraghavan.net</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, 25 Jul 2016, at 12:16 PM, Adeel Arshad wrote:<br>
> Hi Arun<br>
><br>
> I want multiple sink because I want to playback a video using decklink<br>
> card<br>
> and also display it locally.<br>
<br>
To do this on the command line, you would set the property on playbin<br>
with something like:<br>
<br>
  video-sink='tee name=t t. ! queue ! autovideosink t. ! queue !<br>
  decklinkvideosink'<br>
<br>
In code, you would create a bin with the tee, queues and sinks, and set<br>
that on the 'video-sink' property of playbin.<br>
<br>
-- Arun<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'gstreamer-devel@lists.freedesktop.org')">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote>