I need a Pixbuf with mutable content. This means that it needs to be updated quite fast in order to display frames with a reasonable speed.
In the python binding there is the get_pixels
method. Is it unclear to me if I can use it to update the data in the pixbuf or not and if it returns the original data stored in memory of a copy of them.
Any suggestion?