[Bug 768266] vaapi: Replace vappiminiobject with gst(mini)object
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jul 13 09:52:48 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=768266
Wim Taymans <wim.taymans at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wim.taymans at gmail.com
--- Comment #6 from Wim Taymans <wim.taymans at gmail.com> ---
FWIW, the GstMiniObject does not use GType to to allocation, you're supposed to
allocate some memory (usually with the slice allocator) and then do
gst_mini_object_init() on it to set some values and destroy functions. It
doesn't do memset or locks or anything like that.
--
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