summaryrefslogtreecommitdiffstats
path: root/sys/vdpau/gstvdpauvideoyuv.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-20vdpau: add new GstVdpauYUVVideo elementCarl-Anton Ingmarsson1-0/+1
the GstVdpauYUVVideo element takes raw YUV video and outputs GstVdpauVideoBuffers
2009-06-20vdpau: VideoYUV unref buffer in chain so that we don't leak them MpegDecoder ↵Carl-Anton Ingmarsson1-2/+4
parse sequence headers
2009-06-20vdpau: move plugin definition to a new gstvdpau.c file fix up debug categoriesCarl-Anton Ingmarsson1-1/+1
2009-06-20vdpau: add new GstVdpauVideoYUV elementCarl-Anton Ingmarsson1-0/+454
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.