mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
added _gst_buffer_pool_initialize
Original commit message from CVS: added _gst_buffer_pool_initialize
This commit is contained in:
parent
921392eee7
commit
5023598cb3
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue