added _gst_buffer_pool_initialize
authorSteve Baker <steve@stevebaker.org>
Sun, 17 Jun 2001 14:35:09 +0000 (14:35 +0000)
committerSteve Baker <steve@stevebaker.org>
Sun, 17 Jun 2001 14:35:09 +0000 (14:35 +0000)
Original commit message from CVS:
added _gst_buffer_pool_initialize

gst/gstbufferpool.h

index 0fdf1001a05654d7081fc68e7a03e187745923de..1b7fa472926d056deb2867e9b0055b6c4f19ed05 100644 (file)
@@ -49,6 +49,8 @@ struct _GstBufferPool {
   GstBufferPoolDestroyFunction destroy_buffer;
 };
 
+void _gst_buffer_pool_initialize (void);
+
 /* creating a new buffer pool from scratch */
 GstBufferPool*         gst_buffer_pool_new                     (void);