projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
921392e
)
added _gst_buffer_pool_initialize
author
Steve Baker
<steve@stevebaker.org>
Sun, 17 Jun 2001 14:35:09 +0000
(14:35 +0000)
committer
Steve 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
patch
|
blob
|
history
diff --git
a/gst/gstbufferpool.h
b/gst/gstbufferpool.h
index 0fdf1001a05654d7081fc68e7a03e187745923de..1b7fa472926d056deb2867e9b0055b6c4f19ed05 100644
(file)
--- a/
gst/gstbufferpool.h
+++ b/
gst/gstbufferpool.h
@@
-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);