summaryrefslogtreecommitdiff
path: root/sys/vdpau/gstvdpsink.h
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2010-07-30 11:20:35 +0200
committerCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2010-07-30 11:33:13 +0200
commit57175ece9e629520c89112571bcea8c99b3cd581 (patch)
treecea0373c893f5138182c6e9fd53000b0d02ca09d /sys/vdpau/gstvdpsink.h
parentc0e1fba08943e6b4873d0c3e0e2ae23c768de84f (diff)
downloadgstreamer-plugins-bad-57175ece9e629520c89112571bcea8c99b3cd581.tar.gz
vdpausink: use GstVdpOutputBufferPool to alloc our buffers
This way we'll reuse our GstVdpOutputBuffers if they're of the same size and rgba-format
Diffstat (limited to 'sys/vdpau/gstvdpsink.h')
-rw-r--r--sys/vdpau/gstvdpsink.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vdpau/gstvdpsink.h b/sys/vdpau/gstvdpsink.h
index 6d1ff07df..c26b64d37 100644
--- a/sys/vdpau/gstvdpsink.h
+++ b/sys/vdpau/gstvdpsink.h
@@ -99,6 +99,7 @@ struct _VdpSink {
char *display_name;
GstVdpDevice *device;
+ GstVdpBufferPool *bpool;
GstCaps *caps;
GstVdpWindow *window;