Gapless playback

Arun Raghavan arun at arunraghavan.net
Mon Jul 25 06:56:16 UTC 2016


On Mon, 25 Jul 2016, at 12:16 PM, Adeel Arshad wrote:
> Hi Arun
> 
> I want multiple sink because I want to playback a video using decklink
> card
> and also display it locally.

To do this on the command line, you would set the property on playbin
with something like:

  video-sink='tee name=t t. ! queue ! autovideosink t. ! queue !
  decklinkvideosink'

In code, you would create a bin with the tee, queues and sinks, and set
that on the 'video-sink' property of playbin.

-- Arun


More information about the gstreamer-devel mailing list