summaryrefslogtreecommitdiff
path: root/gst/gstbuffer.h
AgeCommit message (Expand)AuthorFilesLines
2009-09-01buffer: whitespace fixesWim Taymans1-49/+49
2009-03-12docs: Improve some docsWim Taymans1-0/+2
2009-02-22Convert unref/copy functions of GstMiniObject subclasses to static inline fun...Ali Sabil1-4/+19
2009-02-19GstBufferFlags: Add "Since: 0.10.23" for the newly added flagsEdward Hervey1-0/+3
2009-02-19GstBufferFlags: Add 3 new media-specific buffer flags.Edward Hervey1-1/+6
2008-11-18gst/gstbuffer.h: Document the free_func.Wim Taymans1-2/+4
2008-10-08gst/gstghostpad.c (gst_ghost_pad_construct): If we got a template via g_objec...Andy Wingo1-2/+2
2008-10-07gst/: Add 'Since' bits to gtk-doc chunks for new API.Tim-Philipp Müller1-0/+2
2008-10-06gst/gstbuffer.h (GST_BUFFER_FREE_FUNC): New API, a free function that will be...Andy Wingo1-1/+14
2007-11-02gst/: Move declaration of private _gst_foo_initialize() functions into our pr...Tim-Philipp Müller1-3/+0
2007-10-15gst/gstbuffer.h: Define GST_BUFFER_FLAG_GAP more strictly to enable optimizat...Stefan Kost1-3/+4
2007-08-07gst/gstbuffer.h: Remove comma from last element in enum to avoid compile erro...Wim Taymans1-1/+1
2007-04-26API: add gst_buffer_try_new_and_alloc() plus unit test (#431940).Tim-Philipp Müller1-3/+5
2007-03-09Add metadata copy functions. Fixes #393099.Wim Taymans1-0/+33
2006-10-18gst/gstbuffer.h: Add an explicit cast to GstBuffer** to keep old code that ad...Tim-Philipp Müller1-1/+1
2006-10-17gst/gstbuffer.h: Fix gst_buffer_replace() macro to avoid gst_mini_object_repl...Tim-Philipp Müller1-1/+6
2006-08-23word refcounting more precisely for gst_value_*_bufferThomas Vander Stichele1-7/+5
2006-06-12gst/gstbuffer.h: Avoid unneeded type checking.Wim Taymans1-9/+18
2006-06-06width respectationizingThomas Vander Stichele1-3/+5
2006-05-10gst/: Make gtk-doc generate docs for our inlined gst_buffer_ref(), gst_event_...Tim-Philipp Müller1-1/+6
2006-05-05gst/: Add note about refcounting and miniobject/buffer writeability to docs. ...Wim Taymans1-0/+8
2006-03-21gst/: gst_[buffer|event|message]_ref() macros are replaced by a static inline...Edward Hervey1-1/+8
2006-03-15gst/gstbuffer.h: Documentation fix.Jan Schmidt1-1/+1
2006-03-07Small documentation fixes.Wim Taymans1-3/+4
2006-01-17Replace gst_buffer_(make|is)_metadata_writable patch now that the release is ...Jan Schmidt1-1/+9
2006-01-16Back out patch until after the release.Jan Schmidt1-9/+1
2006-01-16gst/gstbuffer.*: Add gst_buffer_(is|make)_metadata_writable as analogues of g...Jan Schmidt1-1/+9
2005-11-20Doc fixes.Wim Taymans1-1/+0
2005-11-19gst/gstbuffer.h (GST_BUFFER_FLAG_ORIGINAL): Removed. Fixes #320097.Andy Wingo1-6/+5
2005-11-10check/gst/gstghostpad.c: Added check for bug #317341Wim Taymans1-2/+2
2005-11-09gst/gstbuffer.*: Uber-spiffy-spiffify some more.Wim Taymans1-9/+26
2005-10-31gst/gstbuffer.h: Small doc fix.Wim Taymans1-1/+1
2005-10-28Work around gtkdoc deficiencies, document a macro differently.Michael Smith1-2/+2
2005-10-28Improve GstBuffer documentation. It's now 100% Spiffier.Michael Smith1-50/+66
2005-10-20gst/: Another 1% more coverage.Wim Taymans1-0/+24
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost1-7/+8
2005-09-11various doc fixesThomas Vander Stichele1-35/+3
2005-08-26whitespace, doc and debug fixing/additionsThomas Vander Stichele1-4/+4
2005-08-25fix docs by fixing enum typedefThomas Vander Stichele1-1/+1
2005-08-23inlined more doc comments, added missing comments and fixed comments fixed typosStefan Kost1-1/+192
2005-07-27Some docs updatesWim Taymans1-11/+11
2005-06-22gst/gstbuffer.h: Added convenience macros for setting buffers in GValue.Wim Taymans1-0/+4
2005-06-19some more docs cleanupThomas Vander Stichele1-2/+0
2005-06-08white space fixesThomas Vander Stichele1-2/+2
2005-05-30gst/gstbuffer.*: Avoid typechecking in places where not needed.Wim Taymans1-0/+2
2005-05-19gst/: Make subbufer unref the parent in finalize. some more debugging info.Wim Taymans1-3/+0
2005-05-16check/Makefile.am: remove GstData checksDavid Schleef1-54/+40
2005-05-05gst/: Fix name lookup in GstBin.Wim Taymans1-0/+2
2005-03-08Docs updates, clean up some headers.Wim Taymans1-5/+3
2005-03-07First THREADED backport attempt, focusing on adding locks and making sure the...Wim Taymans1-14/+22