Re: [Development] QT through DirectFB on Video playback

2014-03-27 Thread Poornima Belavanaki
Hi Mandeep, Thank you so much for the information. Yes, the SoC vendor has provided us the details about the planes. So, as per your explanation, what I understand is, QT widgets can be rendered as is on Video , just that the widgets we create should be transparent. Please correct me if I am wron

Re: [Development] QT through DirectFB on Video playback

2014-03-23 Thread Mandeep Sandhu
> So, as per your explanation, what I understand is, QT widgets can be > rendered as is on Video , just that the widgets we create should be > transparent. Yes. > > Please correct me if I am wrong. Ours would be a single process application. > Video playback and QT widget would be invoked through

[Development] QT through DirectFB on Video playback

2014-03-21 Thread Poornima Belavanaki
Hi , We are developing Qt apps on embedded device. We are using DirectFB as windowing system . We have cross-compiled and developed few basic QT apps, which are working. Now, we want to get the qt apps on Video window through DirectFB. Basically, want to create directfb surface using QT app on Vi

Re: [Development] QT through DirectFB on Video playback

2014-03-20 Thread Mandeep Sandhu
An embedded video SoC based DFB setup will be something like this (might vary a little for your specific board): a) 1 background plane (typically lowest z order) b) 1 or more video planes c) 1 or more OSD planes b and c z-order might be interchangeable via DFB. Qt typically would run on either t