summaryrefslogtreecommitdiffstats
path: root/sys/vdpau/gstvdpaudevice.h
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2009-04-07 20:46:49 +0200
committerJan Schmidt <thaytan@noraisin.net>2009-06-20 15:21:25 +0100
commitf8e0c0bcc11735e14636c7ea45fd23253e6cef99 (patch)
tree668ab333521cc81cb766c42c1bd42d3e2464fe3b /sys/vdpau/gstvdpaudevice.h
parent74485f6fa28ac3413ca5533f7bee695ab7670b47 (diff)
downloadgst-plugins-bad-f8e0c0bcc11735e14636c7ea45fd23253e6cef99.tar.gz
gst-plugins-bad-f8e0c0bcc11735e14636c7ea45fd23253e6cef99.tar.bz2
gst-plugins-bad-f8e0c0bcc11735e14636c7ea45fd23253e6cef99.zip
vdpau: add new GstVdpauYUVVideo element
the GstVdpauYUVVideo element takes raw YUV video and outputs GstVdpauVideoBuffers
Diffstat (limited to 'sys/vdpau/gstvdpaudevice.h')
-rw-r--r--sys/vdpau/gstvdpaudevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vdpau/gstvdpaudevice.h b/sys/vdpau/gstvdpaudevice.h
index 0a5cb5e7..a4d147c4 100644
--- a/sys/vdpau/gstvdpaudevice.h
+++ b/sys/vdpau/gstvdpaudevice.h
@@ -61,6 +61,7 @@ struct _GstVdpauDevice
VdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities *vdp_video_surface_query_ycbcr_capabilities;
VdpVideoSurfaceGetParameters *vdp_video_surface_get_parameters;
VdpVideoSurfaceGetBitsYCbCr *vdp_video_surface_get_bits_ycbcr;
+ VdpVideoSurfacePutBitsYCbCr *vdp_video_surface_put_bits_ycbcr;
VdpDecoderCreate *vdp_decoder_create;
VdpDecoderDestroy *vdp_decoder_destroy;