Comment 4 for bug 1236874

Revision history for this message
Ricardo Salveti (rsalveti) wrote :

This is a known issue, and it happens because the software rendering path is not working correctly atm. It plays the file fine because it works when doing hw rendering (via a native window, zero copy).

To make it work with software rendering, it needs to deal with the buffers internally so we can copy that over to the next element in the pipeline. Jim is working on a fix.