After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 322851 - basesrc: add fill virtual method
basesrc: add fill virtual method
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: 0.11.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-30 16:09 UTC by Wim Taymans
Modified: 2011-07-08 12:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Wim Taymans 2005-11-30 16:09:00 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.
Comment 1 Jan Schmidt 2006-01-25 20:58:36 UTC
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.
Comment 2 Sebastian Dröge (slomo) 2011-05-17 08:29:55 UTC
So... what should happen with this bug now? Is this still a good idea with the bufferpools?
Comment 3 Tobias Mueller 2011-07-08 12:11:15 UTC
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?
Comment 4 Wim Taymans 2011-07-08 12:16:36 UTC
It's implemented in 0.11 now