<div dir="ltr"><div>Implement such element is too much work for me, I'll stick with the tee solution.</div><div><br></div><div>Do you see any problem in create up to 4~10 low-resolution decoding pipelines in one application, each one with potentially few video sinks?</div>


<div class="gmail_extra"><div><div dir="ltr"><div><br></div><div>abraços,</div>Pedro Lacerda<br></div></div>
<br><br><div class="gmail_quote">2014/1/12 Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


<div><div>On So, 2014-01-12 at 05:28 -0200, Pedro Lacerda wrote:<br>
> I'm building an application that enable user manage RTP streams and change<br>
> their destinations interactively, for visual feedback I want the same video<br>
> be displayed on multiple windows.<br>
><br>
> Ideally I simply watch for 'prepare-window-handle' events and<br>
> set_window_handle() for multiple handlers but seems that each video sink<br>
> can only draw to one window. My workaround is link a tee to multiple<br>
> autovideosink/xvimagesink elements.<br>
><br>
> Certainly you can provide better solutions, which they are?<br>
<br>
</div></div>The only other solution I see here is to implement a custom multi-window<br>
sink that uses a specific video rendering API. And then ideally does not<br>
e.g. require uploading the frames multiple times to the GPU but only<br>
once for all windows together.<br>
<span><font color="#888888"><br>
--<br>
Sebastian Dröge, Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
Expertise, Straight from the Source<br>
</font></span><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div></div>