<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 12/10/2011 06:29 PM, Pris Matic wrote:
<blockquote
cite="mid:CAPOvtuDhv8SOPZ4Orw6L1d1JCe8YmMxpvNq=qO5bDgEWBrgLWw@mail.gmail.com"
type="cite">Hiya,<br>
<br>
Is it possible to use multiple playbin2s with a single output bin
(ie using an adder to mix the inputs for example)? The issue I ran
into trying this was that playbin2 takes a bin as an argument for
its 'audio-sink' or 'video-sink' property, so even if you specify
multiple ghost pad sinks for the bin (one for each adder sink) ,
you can't explicitly tell the individual playbins to connect to
the individual ghost pads. Someone on the IRC channel recommended
using uridecodebin, and while this is a great idea, I lose out on
gapless playback, which I wanted to include.<br>
</blockquote>
I am not sure I undestand what you actually want to do, but also for
other reasons you can't use two playbins as the outputsink can't be
in two different pipelines at the same time. You should really
create a toplevel pipeline, add two uridecodebins and your shared
output bins. You will need to copy the code that implements x-fade
from playbin2. Sometimes writing code means writing code :/<br>
<br>
Stefan<br>
<blockquote
cite="mid:CAPOvtuDhv8SOPZ4Orw6L1d1JCe8YmMxpvNq=qO5bDgEWBrgLWw@mail.gmail.com"
type="cite">
<br>
Regards,<br>
<br>
-Pris<br>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>