[gstreamer-bugs] [Bug 619500] It is not possible to "recycle" buffers without subclassing GstBuffer object

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Sep 1 08:17:22 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=619500
  GStreamer | gstreamer (core) | 0.10.29

--- Comment #7 from Sebastian Dröge <slomo at circular-chaos.org> 2010-09-01 15:17:16 UTC ---
(In reply to comment #6)

> @@ +148,2 @@
>    /*< private >*/
> +  GSList *wrefs;
> 
> irks, this is the only pointer we have left. May be we need to use that for
> GstMiniObjectPrivate and put the list there.

Yes, definitely. Use the GType instance private mechanism here and only store a
pointer to that struct. There will be more things we want to put into GstBuffer
;)

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list