Re: [Development] QSGVideoNode issue on Qt 5.2

2014-03-31 Thread Gunnar Sletta
Hi Jim, Could you be forgetting to QSGNode::markDirty() the node when you change it, by any chance? cheers, Gunnar On 31 Mar 2014, at 18:15, Jim Hodapp wrote: > I am developing a child implementation of QSGVideoNode that gets fed data via > EGL texture streaming from a hardware decoder. Thi

[Development] QSGVideoNode issue on Qt 5.2

2014-03-31 Thread Jim Hodapp
I am developing a child implementation of QSGVideoNode that gets fed data via EGL texture streaming from a hardware decoder. This has been working perfectly well on Qt 5.0, but trying the exact same code does not work correctly on Qt 5.2. On 5.2, I only see anything get rendered when I create some