gstreamer/tests/examples/memory
Wim Taymans a2027b5e9b allocator: remove user_data from alloc vmethod
Remove the user_data from the alloc vmethod. Subclasses that implement a new
alloc function can also implement their own vmethod to pass extra arguments. We
can then also require that custom allocators implement an alloc function so that
gst_allocator_alloc() always works.
2012-07-27 12:17:29 +02:00
..
.gitignore tests: add memory example 2012-07-05 16:17:20 +02:00
Makefile.am memory: add more examples 2012-07-05 18:07:52 +02:00
memory_test.c memory: Make GstAllocator a GstObject 2012-07-09 16:28:22 +02:00
my-memory.c allocator: remove user_data from alloc vmethod 2012-07-27 12:17:29 +02:00
my-memory.h memory: Make GstAllocator a GstObject 2012-07-09 16:28:22 +02:00
my-vidmem.c allocator: remove user_data from alloc vmethod 2012-07-27 12:17:29 +02:00
my-vidmem.h memory: add more examples 2012-07-05 18:07:52 +02:00