Re: [SailfishDevel] How to use C Extension with Sailfish

2015-05-25 Thread Kaj-Michael Lang
On su, 2015-05-24 at 23:38 +0200, barrac...@fastmail.com wrote: > Wouldn't importing already compiled C unauthorized on Harbour? > Ultimately I'd like to submit my app. You upload binary packages to harbour so that shouldn't be a problem, afaik. -- Kaj-Michael Lang ___

Re: [SailfishDevel] could we support_hw_overlay_from_gst-droid?

2015-05-25 Thread Tone Kastlunger
Thanks for the answer, so actually the stream just needs to be composed, and not rendered. How could the client app control this composition? On Mon, May 25, 2015 at 10:28 AM, Gunnar Sletta wrote: > > > On 25 May 2015, at 08:59, Tone Kastlunger > wrote: > > > > Gunnar > > > > >You’re greatly cu

Re: [SailfishDevel] could we support_hw_overlay_from_gst-droid?

2015-05-25 Thread Gunnar Sletta
> On 25 May 2015, at 08:59, Tone Kastlunger wrote: > > Gunnar > > >You’re greatly cutting down the rendering required per frame by putting the > >video to an overlay. Just putting it to a window which is composed in > >lipstick is an improvement. Right now we get the texture, then blend it in

Re: [SailfishDevel] 回复:Re: could we support_hw_overlay_from_gst-droid?

2015-05-25 Thread Tone Kastlunger
Gunnar >You’re greatly cutting down the rendering required per frame by putting the video to an overlay. Just putting it to a window which is composed in lipstick is an improvement. Right now we get the texture, then blend it into the window >surface through the scene graph, then send the result t