[Bug 768266] vaapi: Replace vappiminiobject with gst(mini)object

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Aug 2 09:56:19 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=768266

--- Comment #18 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Ah, another thing to use is, instead of G_DEFINE_TYPE,
G_DEFINE_TYPE_WITH_PRIVATE or even perhaps 

G_DEFINE_TYPE_WITH_CODE (GstVaapiDisplay, gst_vaapi_display, GST_TYPE_OBJECT,
    G_ADD_PRIVATE (GstVaapiDisplay);
    GST_DEBUG_CATEGORY_INIT (GST_CAT_DEFAULT, "vaapidevice", 0, "VA-API
Device"));

If we want to have a debug category only for the GstVaapiDisplay

-- 
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