summaryrefslogtreecommitdiff
path: root/gst/gstdata.h
AgeCommit message (Collapse)AuthorFilesLines
2003-04-16*_is_writeable => *_is_writable (spelling)Benjamin Otte1-1/+1
Original commit message from CVS: *_is_writeable => *_is_writable (spelling)
2003-04-15change *_is_readonly to *_is_writeable. Hope the name stays now...Benjamin Otte1-1/+1
Original commit message from CVS: change *_is_readonly to *_is_writeable. Hope the name stays now...
2003-04-15remove left over GST_DATA_IS_READONLYBenjamin Otte1-2/+0
Original commit message from CVS: remove left over GST_DATA_IS_READONLY
2003-04-15API change: rename (currently unused function) ↵Benjamin Otte1-1/+1
gst_(data|buffer)_needs_copy_on_write to gst_(data|buffer)_is_readonly... Original commit message from CVS: API change: rename (currently unused function) gst_(data|buffer)_needs_copy_on_write to gst_(data|buffer)_is_readonly - we don't want to confuse even core developers
2002-12-31- copy kernel headers (waiting for libatomic..)Wim Taymans1-2/+1
Original commit message from CVS: - copy kernel headers (waiting for libatomic..) - Make sure the atomic stuff is never seen by the app - inline atomic stuff for core only, expose non-inlined version to apps. hoping this one works... please test
2002-11-19Added gst_data_needs_copy_on_write()David Schleef1-0/+1
Original commit message from CVS: Added gst_data_needs_copy_on_write()
2002-10-24fixing ANSI C compliance issuesThomas Vander Stichele1-1/+1
Original commit message from CVS: fixing ANSI C compliance issues
2002-07-25Also handle READONLY buffers in the copy_on_write functionWim Taymans1-1/+1
Original commit message from CVS: Also handle READONLY buffers in the copy_on_write function
2002-07-13- Documentation updates, renamed some _ methods because gtkdoc didn't want ↵Wim Taymans1-4/+4
to generate docs for them. Original commit message from CVS: - Documentation updates, renamed some _ methods because gtkdoc didn't want to generate docs for them. - Add some more events for future use.
2002-07-08- Removed bufferpool code and move that to gstbuffer.cWim Taymans1-10/+64
Original commit message from CVS: - Removed bufferpool code and move that to gstbuffer.c - implemented refcounting on GstData - implemented new buffer code based on Company's work in the EVENTS2 branch - added boxed types for GstData/GstEvent/GstBuffer/GstBufferPool - added refcounting to bufferpools and events - use lockfree allocation for buffers - simplified the clock, use lockfree allocation - use GQueue in GstQueue for faster access to the tail element - update core plugins to the new event API
2001-10-17merge from EVENTS1 on 20011016Erik Walthinsen1-0/+46
Original commit message from CVS: merge from EVENTS1 on 20011016