Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-20 | vdpau: add new GstVdpauYUVVideo element | Carl-Anton Ingmarsson | 1 | -0/+1 | |
the GstVdpauYUVVideo element takes raw YUV video and outputs GstVdpauVideoBuffers | |||||
2009-06-20 | vdpau: VideoYUV unref buffer in chain so that we don't leak them MpegDecoder ↵ | Carl-Anton Ingmarsson | 1 | -2/+4 | |
parse sequence headers | |||||
2009-06-20 | vdpau: move plugin definition to a new gstvdpau.c file fix up debug categories | Carl-Anton Ingmarsson | 1 | -1/+1 | |
2009-06-20 | vdpau: add new GstVdpauVideoYUV element | Carl-Anton Ingmarsson | 1 | -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. |