vdpau: add new GstVdpauVideoYUV element
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Sat, 4 Apr 2009 18:53:35 +0000 (20:53 +0200)
committerJan Schmidt <thaytan@noraisin.net>
Sat, 20 Jun 2009 14:21:24 +0000 (15:21 +0100)
commit85158b07eabb0d8fe7e4f29b06ea447a54505ad8
tree223d435c6c162a489c976f1e84281b30ed5c82a8
parent5e73b7272bb210427763b8d2effc68280d9493a0
vdpau: add new GstVdpauVideoYUV element

GstVdpauDecoder now pushes GstVdpauVideoBuffers instead of doing
VdpSurface -> YUV conversion. To get YUV data you now put in a GstVdpauVideoYUV
element which takes GstVdpauVideoBuffers and outputs YUV data.
sys/vdpau/Makefile.am
sys/vdpau/gstvdpaudecoder.c
sys/vdpau/gstvdpaudecoder.h
sys/vdpau/gstvdpaumpegdecoder.c
sys/vdpau/gstvdpaumpegdecoder.h
sys/vdpau/gstvdpauvideobuffer.c [new file with mode: 0644]
sys/vdpau/gstvdpauvideobuffer.h [new file with mode: 0644]
sys/vdpau/gstvdpauvideoyuv.c [new file with mode: 0644]
sys/vdpau/gstvdpauvideoyuv.h [new file with mode: 0644]