vdpau: fixup GstFlowReturn handling
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Sun, 27 Mar 2011 17:47:43 +0000 (19:47 +0200)
committerCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Sun, 27 Mar 2011 17:51:31 +0000 (19:51 +0200)
commitbd20e5d0774fcaac8b40d68ca588629e3e4c133e
treed17eb0b14f1883e241de0369fc515c0bdf3b535f
parent5d61545a823ce72942ce8c4ec662eb01241c88af
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.
sys/vdpau/basevideodecoder/gstbasevideodecoder.c
sys/vdpau/basevideodecoder/gstbasevideodecoder.h
sys/vdpau/gstvdp/gstvdpdecoder.c
sys/vdpau/gstvdpvideopostprocess.c
sys/vdpau/h264/gsth264dpb.c
sys/vdpau/h264/gsth264dpb.h
sys/vdpau/h264/gstvdph264dec.c
sys/vdpau/mpeg/gstvdpmpegdec.c
sys/vdpau/mpeg4/gstvdpmpeg4dec.c