gst/gstbuffer.h: remove gst_buffer_free, use gst_data_unref
[platform/upstream/gstreamer.git] / gst / gstdata.c
2004-02-27 Benjamin Ottegst/gstbuffer.h: remove gst_buffer_free, use gst_data_unref
2004-02-27 Johan Dahlingst/gstdata.c (gst_data_get_type): New function, register
2004-02-20 Andy Wingogst/: Debugging tweaks.
2004-02-09 Julien Mouttegst/gstdata.c: Adding a categorized debug on data_ref...
2003-06-29 Benjamin OtteGST_DEBUG reorganization containing loads of stuff:
2003-04-16 Benjamin Otte*_is_writeable => *_is_writable (spelling)
2003-04-15 Benjamin Ottechange *_is_readonly to *_is_writeable. Hope the name...
2003-04-15 Benjamin OtteAPI change: rename (currently unused function) gst_...
2002-12-31 Wim Taymans- copy kernel headers (waiting for libatomic..)
2002-12-14 Wim TaymansDocumentation updates
2002-11-28 Christian Schalleradded vishnu's doc patch
2002-11-22 Wim TaymansAdded g_return_if_fail
2002-11-19 David SchleefAdded gst_data_needs_copy_on_write()
2002-09-15 Wim TaymansSmall cleanups and leak fixes
2002-08-29 Thomas Vander Sticheleclearer code and debug info
2002-07-25 Wim TaymansAlso handle READONLY buffers in the copy_on_write function
2002-07-13 Wim Taymans- Documentation updates, renamed some _ methods because...
2002-07-08 Wim Taymans- Added a bunch of fast atomic operations on x86 with...