<div dir="ltr"><div>Hi Eric, <br>             I had the same problem on gst 0.10. My pipeline had a videomixer with 2 inputs (an mkv file and a png with alpha).<br></div><div>My solution was to fix all the mixer's input caps to  "video/x-raw-rgb, alpha=255".<br>
<br></div><div><br></div><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/11/25 Eric Trousset <span dir="ltr"><<a href="mailto:etrousset@awox.com" target="_blank">etrousset@awox.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
<br>
> -----Original Message-----<br>
> From: Sebastian Dröge [mailto:<a href="mailto:sebastian@centricular.com">sebastian@centricular.com</a>]<br>
> Sent: vendredi 22 novembre 2013 20:52<br>
> To: Discussion of the development of and with GStreamer<br>
> Subject: Re: Using videomixer and alpha channel<br>
><br>
> On Mi, 2013-11-20 at 12:10 +0100, Eric Trousset wrote:<br>
> > Hi,<br>
> ><br>
> > I am using, videomixer to mixer to streams, but it seems the alpha channel<br>
> is not used for the mixing, eg, part of the image with a 0 alpha aren't<br>
> transparent...<br>
> ><br>
> > Is there a way to enable alpha transparency in the video mixer?<br>
<br>
><br>
> Are you making sure that the video input to videomixer is still having the<br>
> alpha channel, i.e. there's no videoconvert element in front of it that<br>
> converts it to something without alpha channel?<br>
><br>
> The blending code in videomixer should use the alpha channel already.<br>
<br>
</div>Yes I had a videoconvert element. So I removed it but still, it seems the pixel alpha is not taken into account. I can see the checker background only if I set the pad's "alpha" property to some value.<br>

<div class="im"><br>
><br>
> > Also, I am using imagefreeze to display a still image. Is there a way to make<br>
> this element to ask the source for a new image at some point?<br>
><br>
> There isn't, but it could be implemented with some custom event. Or maybe<br>
> all this should just handle the request-keyunit event. Nothing is<br>
> implemented yet for that.<br>
<br>
<br>
</div>That would be a great feature :)<br>
<div class="im"><br>
<br>
><br>
> --<br>
> Sebastian Dröge <<a href="mailto:sebastian@centricular.com">sebastian@centricular.com</a>> Centricular Ltd -<br>
> <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a> Expertise, Straight from the Source<br>
</div>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">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>
</blockquote></div><br></div>