[Bug 768266] vaapi: Replace vappiminiobject with gst(mini)object
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Oct 13 03:56:39 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=768266
--- Comment #32 from Hyunjun Ko <zzoon at igalia.com> ---
Created attachment 337551
--> https://bugzilla.gnome.org/attachment.cgi?id=337551&action=edit
vaapiobject: change vaapiobject to be inherited from GstMiniObject
For performance, use GstMiniObject not GstObject.
To use GstMiniObject for GstVaapiObject,
1. Cut the relation with GstVaapiMiniObject and inherit from GstMiniObject
2. Keep it up using object_class to support for subclassing
3. Make children of GstVaapiObject to be GBoxed type to give type name to each
object.
--
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