GstVaapiObject: initialize the derived object data with init() hook.
[platform/upstream/gstreamer-vaapi.git] / gst-libs / gst / vaapi / gstvaapiobject.c
2014-07-03 Sreerenj BalachandranGstVaapiObject: initialize the derived object data...
2013-11-22 Gwenole Beauchesnelegal: update copyright notice dates.
2013-11-22 Gwenole Beauchesnelegal: add per-file authorship information.
2013-05-23 Gwenole Beauchesnelibs: drop GST_VAAPI_IS_xxx() helper macros.
2013-05-07 Gwenole Beauchesnelibs: simplify GstVaapiID definitions.
2013-05-07 Gwenole Beauchesnelibs: use GstVaapiMiniObject for display objects.
2013-05-07 Gwenole BeauchesnePort GstVaapiObject to GstVaapiMiniObject.
2013-01-29 Gwenole Beauchesnelegal: add Intel copyright on modified files.
2012-09-07 Gwenole Beauchesnelibs: fix build in strict ISO C mode.
2012-07-19 Javier Jardónlibs: use g_clear_object() wherever applicable.
2012-07-19 Javier Jardónlibs: use generic g_cclosure_marshal_VOID__VOID().
2012-01-30 Gwenole BeauchesneAdd header for system-dependent definitions.
2012-01-16 Gwenole Beauchesnelegal: fix copyright notices to include "Copyright...
2011-06-14 Gwenole BeauchesneUpdate copyright notice.
2010-09-20 gbRelicense gst-libs/ code to LGPL v2.1+.
2010-04-01 gbMove GST_VAAPI_DISPLAY_VADISPLAY() and GST_VAAPI_DISPLA...
2010-03-26 gbAdd gst_vaapi_object_{,un}lock_display() helpers.
2010-03-24 gbAll GstVaapiID are initialized to GST_VAAPI_ID_NONE...
2010-03-24 gbInclude gstvaapicompat.h in source files only, not...
2010-03-24 gbMove GValue specific stuff to a dedicated file.
2010-03-24 gbCosmetics (vertical alignment).
2010-03-24 gbFix return value on error.
2010-03-24 gbMove "id" down to the GstVaapiObject base.
2010-03-24 gbMove private definitions and accessors to gstvaapiobjec...
2010-03-24 gbFix short descriptions.
2010-03-23 gbAdd "destroy" signal.
2010-03-23 gbMake GstVaapi{Surface,Image,Subpicture} derive from...