- GstReserved
void*[2] GstReserved;
Undocumented in source.
- acquireBuffer
GstFlowReturn function(GstBufferPool* pool, GstBuffer** buffer, GstBufferPoolAcquireParams* params) acquireBuffer;
- allocBuffer
GstFlowReturn function(GstBufferPool* pool, GstBuffer** buffer, GstBufferPoolAcquireParams* params) allocBuffer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- flushStart
void function(GstBufferPool* pool) flushStart;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- flushStop
void function(GstBufferPool* pool) flushStop;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- freeBuffer
void function(GstBufferPool* pool, GstBuffer* buffer) freeBuffer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getOptions
char** function(GstBufferPool* pool) getOptions;
- objectClass
GstObjectClass objectClass;
- releaseBuffer
void function(GstBufferPool* pool, GstBuffer* buffer) releaseBuffer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- resetBuffer
void function(GstBufferPool* pool, GstBuffer* buffer) resetBuffer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- setConfig
int function(GstBufferPool* pool, GstStructure* config) setConfig;
- start
int function(GstBufferPool* pool) start;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- stop
int function(GstBufferPool* pool) stop;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
The GstBufferPool class.