memory: cleanups and improve docs
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 8 Jun 2011 09:03:50 +0000 (11:03 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 8 Jun 2011 09:03:50 +0000 (11:03 +0200)
commitf6dc8eba3441e850690c858bc5c707a6506c73b9
treec335f5dc616d3b4131b01d186e45d2f0c249ee15
parent9886c712cd6b272bf4e9830db7f9c773f81e0f59
memory: cleanups and improve docs

Make the fallback copy use the same memory allocator as the original object.
Improve some docs.
Require an alloc function when registering an allocator.
Remove gst_memory_allocator_get_default() and merge the feature in
gst_memory_allocator_find()
Fix locks on the hashtable.
Remove defined but not-implemented gst_memory_span() method.
gst/gstmemory.c
gst/gstmemory.h
gst/gstquery.c