[gstreamer-bugs] [Bug 545501] Unable to get the parent of a GstSubBuffer
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Dec 25 20:11:36 PST 2009
https://bugzilla.gnome.org/show_bug.cgi?id=545501
GStreamer | gstreamer (core) | git
--- Comment #10 from Wim Taymans <wim.taymans at gmail.com> 2009-12-25 23:54:42 UTC ---
Commited this as part of a greater secret plan. Now we need to settle on some
API to get back to the parent buffer type (and likely also the offset/size
relative to it)
commit 67bd9529d0eaa169a2361fde91f4948ebaedbb98
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Wed Dec 2 19:47:46 2009 +0100
buffer: remove subbuffer subclass
Move the parent buffer pointer into the GstBuffer struct so that we can
remove the subbuffer class and type. This is interesting because it allows
us to
more naturally implement methods to get the real type and parent
of a subbuffer (See #545501).
It should also be slightly faster because there is no extra object
hierarchy to
initialize and free.
--
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