diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-07-09 16:02:50 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-07-09 16:28:22 +0200 |
commit | f362f643ac583e14f729963988b81ebc45916122 (patch) | |
tree | d892d259e80eeddca69b8961e8cc815009114ee3 /gst/Makefile.am | |
parent | 6e7c469b4845a34c0ed4445e5ccb5c8c5b05ccc8 (diff) |
memory: Make GstAllocator a GstObject
Make GstAllocator a GstObject instead of a GstMiniObject, like bufferpool.
Make a new gstallocator.c file. Make a GstAllocator subclass for the default
allocator.
Diffstat (limited to 'gst/Makefile.am')
-rw-r--r-- | gst/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/Makefile.am b/gst/Makefile.am index 542f45dea..b6bb66489 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -48,6 +48,7 @@ EXTRA_libgstreamer_@GST_API_VERSION@_la_SOURCES = \ libgstreamer_@GST_API_VERSION@_la_SOURCES = \ gst.c \ gstobject.c \ + gstallocator.c \ gstbin.c \ gstbuffer.c \ gstbufferlist.c \ @@ -142,6 +143,7 @@ gst_headers = \ gst.h \ glib-compat.h \ gstobject.h \ + gstallocator.h \ gstbin.h \ gstbuffer.h \ gstbufferlist.h \ |