summaryrefslogtreecommitdiff
path: root/src/gstducatibufferpool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gstducatibufferpool.h')
-rw-r--r--src/gstducatibufferpool.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gstducatibufferpool.h b/src/gstducatibufferpool.h
index cbf48e9..a8588c8 100644
--- a/src/gstducatibufferpool.h
+++ b/src/gstducatibufferpool.h
@@ -43,6 +43,7 @@ struct _GstDucatiBufferPool
/* output (padded) size including any codec padding: */
gint padded_width, padded_height;
+ guint size;
GstCaps *caps;
GMutex *lock;
@@ -51,7 +52,7 @@ struct _GstDucatiBufferPool
GstDucatiBuffer *freelist; /* list of available buffers */
};
-GstDucatiBufferPool * gst_ducati_bufferpool_new (GstElement * element, GstCaps * caps);
+GstDucatiBufferPool * gst_ducati_bufferpool_new (GstElement * element, GstCaps * caps, guint size);
void gst_ducati_bufferpool_destroy (GstDucatiBufferPool * pool);
GstDucatiBuffer * gst_ducati_bufferpool_get (GstDucatiBufferPool * self, GstBuffer * orig);