summaryrefslogtreecommitdiff
path: root/gst/gstminiobject.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-16Merge branch 'master' into 0.11Sebastian Dröge1-1/+1
2011-04-14gst: Add some more gobject-introspection annotationsSebastian Dröge1-1/+1
2011-04-06buffer: make memory writable in _peekWim Taymans1-2/+2
2011-04-06miniobject: fix debugWim Taymans1-1/+1
2011-03-28memory: more work on implementing buffer memoryWim Taymans1-2/+1
2011-03-04miniobject: remove FIXMEWim Taymans1-14/+0
2011-02-23miniobject: clear flags in initWim Taymans1-0/+1
2011-02-23fix compilationWim Taymans1-2/+1
2011-02-23miniobject: more boxed type fixingWim Taymans1-0/+2
2011-02-23miniobject: make queries a boxed typeWim Taymans1-1/+1
2011-02-23miniobject: work on making caps a boxed typeWim Taymans1-400/+61
2010-12-26Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers"Tim-Philipp Müller1-1/+1
2010-12-22miniobject: add gobject-introspection annotationTim-Philipp Müller1-1/+1
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-11/+13
2010-12-03micro-optim: if (x) is cheaper than if (x > 0) for unsigned integersEdward Hervey1-1/+1
2010-10-11miniobject: avoid duplicate type check when freeing miniobjectTim-Philipp Müller1-1/+4
2010-10-11miniobject: Directly increate mini_object in mini_object_free()Edward Hervey1-1/+5
2010-10-11miniobject: Remove confusing DEBUG_REFCOUNT defineEdward Hervey1-11/+1
2010-08-06gst: make _get_type() in gst/* thread safeShixin Zeng1-6/+7
2010-06-05info: add new TRACE log level and move refcounting there from LOG levelTim-Philipp Müller1-4/+3
2010-05-18miniobject: cleanup type registration a littleWim Taymans1-5/+3
2010-03-11gstreamer: remove unneeded castsEdward Hervey1-2/+1
2010-03-10Fixes for -Wwrite-stringsBenjamin Otte1-2/+2
2010-01-18miniobject: The GValue collection function can not assume that the destinatio...Sebastian Dröge1-3/+8
2009-12-24miniobject: avoid unneeded castsWim Taymans1-2/+2
2009-11-25docs: fix xrefs in docsStefan Kost1-1/+1
2009-11-13miniobject: avoid race when recycling buffersOle André Vadla Ravnås1-7/+13
2009-07-06logging: log object type in messageStefan Kost1-3/+4
2009-06-29logging: add a performace log categoryStefan Kost1-0/+1
2009-06-24miniobjects: Don't chain up to empty finalize method.Edward Hervey1-0/+8
2008-05-03gst/gstminiobject.c: Fix 'Since:' version in gst_value_dup_mini_object() docs...Tim-Philipp Müller1-1/+1
2008-03-22API: Add GST_IS_PARAM_SPEC_MINI_OBJECT, GST_PARAM_SPEC_MINI_OBJECTSebastian Dröge1-11/+20
2008-03-03gst/gstminiobject.c: Import gst_private.h before any other header that might ...Edward Hervey1-1/+1
2008-02-19gst/gstminiobject.c: Add FIXME for 0.11 to make GstMiniObjectClass::copy() a ...Sebastian Dröge1-0/+14
2008-02-01gst/gstminiobject.c: When replacing a miniobject, do a quick equality check f...Wim Taymans1-3/+8
2008-01-14gst/gstminiobject.c: Spelling fixes for the API docs.Stefan Kost1-3/+3
2007-11-28gst/gstminiobject.c: Some cleanup and checking against invalid function param...Sebastian Dröge1-7/+35
2007-06-27gst/gstminiobject.c: Remove 3 do-nothing methods.Stefan Kost1-0/+8
2006-12-09gst/gst.c: Ignore EINTR when reading from the child registry pipe.Jan Schmidt1-1/+4
2006-07-24gst/gstminiobject.c: update docsThomas Vander Stichele1-3/+4
2006-06-12gst/: Use _CAST macros to avoid unneeded type checking.Wim Taymans1-3/+10
2006-05-05gst/: Add note about refcounting and miniobject/buffer writeability to docs. ...Wim Taymans1-0/+7
2006-04-28gst/gstminiobject.c: Taking a NULL miniobject is valid, fix the case where we...Wim Taymans1-1/+4
2006-03-21Series of fixes for dereferenced pointers that gcc 4.1 complains about.Edward Hervey1-4/+8
2006-02-28gst/gstbin.c: Help the compiler a bit with type registration.Wim Taymans1-1/+1
2006-01-16gst/gstminiobject.c: Spelling fix in docs.Jan Schmidt1-1/+1
2005-12-15gst/gstminiobject.c: Fix lcopy for mini objects, the mini object needs to be ...Tim-Philipp Müller1-1/+6
2005-12-07gst/gstbuffer.c: Small docs update.Wim Taymans1-5/+3
2005-11-24Doc fixes.Wim Taymans1-0/+2
2005-11-11gst/gstbuffer.c: Copy more flags.Wim Taymans1-2/+2