gstreamer/sys/vdpau/gstvdp
Carl-Anton Ingmarsson bd20e5d077 vdpau: fixup GstFlowReturn handling
Previously the different decoders would discard errounous GstFlowReturns coming
from downstream. Now we properly return these further upstream so that we
properly error out on eg. negotiation problems.
2011-03-27 19:51:31 +02:00
..
gstvdp.c vdpau: add GstVdpDecoder base class 2010-06-26 21:27:32 +02:00
gstvdp.h vdpau: base vdpaumpegdec on GstBaseVideoDecoder 2010-06-23 21:51:53 +02:00
gstvdpbuffer.c vdpau: add GstVdpBufferPool base class 2010-07-30 11:33:13 +02:00
gstvdpbuffer.h vdpau: add GstVdpBufferPool base class 2010-07-30 11:33:13 +02:00
gstvdpbufferpool.c vdpau: add GstVdpBufferPool base class 2010-07-30 11:33:13 +02:00
gstvdpbufferpool.h vdpau: add GstVdpBufferPool base class 2010-07-30 11:33:13 +02:00
gstvdpdecoder.c vdpau: fixup GstFlowReturn handling 2011-03-27 19:51:31 +02:00
gstvdpdecoder.h vdpau: cleanup GstVdpDecoder opening of it's GstVdpDevice 2010-07-30 11:31:59 +02:00
gstvdpdevice.c vdpau: fix destruction of GstVdpDevice when it failed to open 2010-08-06 12:14:30 +02:00
gstvdpdevice.h vdpau: fix destruction of GstVdpDevice when it failed to open 2010-08-06 12:14:30 +02:00
gstvdpoutputbuffer.c vdpau: add GstVdpOutputBufferPool 2010-07-30 11:33:13 +02:00
gstvdpoutputbuffer.h vdpau: add GstVdpOutputBufferPool 2010-07-30 11:33:13 +02:00
gstvdpoutputbufferpool.c vdpau: add GstVdpOutputBufferPool 2010-07-30 11:33:13 +02:00
gstvdpoutputbufferpool.h vdpau: add GstVdpOutputBufferPool 2010-07-30 11:33:13 +02:00
gstvdpoutputsrcpad.c vdpau: GstVdpOutputSrcPad use gst_pad_alloc when outputting video/x-raw-rgb 2010-07-30 14:07:22 +02:00
gstvdpoutputsrcpad.h vdpauvideopostprocess: use GstVdp[Video|Output]BufferPool to cache our buffers 2010-07-30 11:33:13 +02:00
gstvdputils.c vdpau: rename gst_vdp_video_buffer_parse_yuv_caps and move it to gstvdputils.h 2010-07-30 14:44:09 +02:00
gstvdputils.h vdpau: rename gst_vdp_video_buffer_parse_yuv_caps and move it to gstvdputils.h 2010-07-30 14:44:09 +02:00
gstvdpvideobuffer.c vdpau: init debug category in gst_vdp_video_buffer_get_type 2010-08-02 18:25:43 +02:00
gstvdpvideobuffer.h vdpau: rename gst_vdp_video_buffer_parse_yuv_caps and move it to gstvdputils.h 2010-07-30 14:44:09 +02:00
gstvdpvideobufferpool.c vdpau: add GstVdpVideoBufferPool 2010-07-30 11:33:13 +02:00
gstvdpvideobufferpool.h vdpau: add GstVdpVideoBufferPool 2010-07-30 11:33:13 +02:00
gstvdpvideosrcpad.c vdpau: use gst_vdp_yuv_to_video_caps in GstVdpVideoSrcPad to transform set caps 2010-07-30 14:47:43 +02:00
gstvdpvideosrcpad.h vdpau: cleanup GstVdpDecoder opening of it's GstVdpDevice 2010-07-30 11:31:59 +02:00
Makefile.am vdpau: add GstVdpOutputBufferPool 2010-07-30 11:33:13 +02:00