add default bufferpool, clean up some code, add bufferpool testing to fakesrc
[platform/upstream/gstreamer.git] / gst / Makefile.am
index 8573a52..1f3003c 100644 (file)
@@ -55,6 +55,7 @@ libgstreamer_la_SOURCES =             \
        $(GST_AUTOPLUG_SRC)     \
        gstbin.c                \
        gstbuffer.c             \
+       gstbufferpool-default.c \
        gstcaps.c               \
        gstclock.c              \
        gstcpu.c                \
@@ -165,10 +166,11 @@ libgstreamerinclude_HEADERS =             \
        gstversion.h            \
        gstxml.h
 
-noinst_HEADERS =       \
-       gst_private.h   \
-       gstarch.h       \
-       cothreads.h
+noinst_HEADERS =               \
+       gst_private.h           \
+       gstarch.h               \
+       cothreads.h             \
+       gstbufferpool-default.h
 
 libgstreamer_la_CFLAGS = -D_GNU_SOURCE -DGST_CONFIG_DIR=\""$(GST_CONFIG_DIR)"\" \
        $(LIBGST_CFLAGS) \