summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiobject.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-19libs: use g_clear_object() wherever applicable.Javier Jardón1-4/+1
2012-07-19libs: use generic g_cclosure_marshal_VOID__VOID().Javier Jardón1-2/+1
2012-01-30Add header for system-dependent definitions.Gwenole Beauchesne1-1/+1
2012-01-16legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne1-1/+1
2011-06-14Update copyright notice.Gwenole Beauchesne1-1/+1
2010-09-20Relicense gst-libs/ code to LGPL v2.1+.gb1-10/+11
2010-04-01Move GST_VAAPI_DISPLAY_VADISPLAY() and GST_VAAPI_DISPLAY_{LOCK,UNLOCK}() to g...gb1-1/+1
2010-03-26Add gst_vaapi_object_{,un}lock_display() helpers.gb1-0/+32
2010-03-24All GstVaapiID are initialized to GST_VAAPI_ID_NONE by default.gb1-5/+4
2010-03-24Include gstvaapicompat.h in source files only, not headers.gb1-0/+1
2010-03-24Move GValue specific stuff to a dedicated file.gb1-0/+1
2010-03-24Cosmetics (vertical alignment).gb1-2/+2
2010-03-24Fix return value on error.gb1-1/+1
2010-03-24Move "id" down to the GstVaapiObject base.gb1-0/+41
2010-03-24Move private definitions and accessors to gstvaapiobject_priv.h.gb1-10/+1
2010-03-24Fix short descriptions.gb1-0/+5
2010-03-23Add "destroy" signal.gb1-1/+43
2010-03-23Make GstVaapi{Surface,Image,Subpicture} derive from a GstVaapiObject.gb1-0/+147