GNOME Bugzilla – Bug 322851
basesrc: add fill virtual method
Last modified: 2011-07-08 12:21:15 UTC
basesrc currently has a create virtual method to create and fill a buffer with data. Proposal is to separate the create and fill procedures, this would allow us to make a default create implementation that uses bufferalloc and call the fill function of the subclass. Subclasses would be more simple as they don't have to bufferalloc themselves.
This never happened in 0.9, and probably can't be done now in 0.10. Punt the bug until 0.11, or just stick it in a TODO-FOR-0.11 file and close the bug, I guess.
So... what should happen with this bug now? Is this still a good idea with the bufferpools?
Well. If this is an issue worth implementing, then setting it to NEW would be appropriate. If not, then probably closing as WONTFIX seems appropriate. What are the feelings regarding this issue?
It's implemented in 0.11 now