gstreamer/sys/vdpau/h264
Thibault Saunier 20669d461a Fix 'ignoring return value of function declared with const attribute'
This always happens with GstByteReader/Writer and friends when
not taking into account returned boolean of the _read/_write functions
(which is actually wrong).

Make use of the *_unchecked variant as much as possible, or take the
returned value into account.
2012-03-10 19:22:07 -03:00
..
gsth264dpb.c vdpau: fix some variable-set-but-unused compiler warnings 2011-07-14 23:45:52 +01:00
gsth264dpb.h vdpau: fixup GstFlowReturn handling 2011-03-27 19:51:31 +02:00
gsth264frame.c vdpau: remove old glib compatibility code 2011-06-04 14:09:30 -07:00
gsth264frame.h vdpauh264dec: rename GstVdpH264Frame to GstH264Frame 2010-06-28 11:11:52 +02:00
gsth264parser.c vdpau: fix some variable-set-but-unused compiler warnings 2011-07-14 23:45:52 +01:00
gsth264parser.h vdpauh264dec: improve further 2010-06-23 21:51:53 +02:00
gstnalreader.c vdpauh264dec: fix initalization of GstNalReader cache 2010-06-24 22:07:45 +02:00
gstnalreader.h vdpauh264dec: fix initalization of GstNalReader cache 2010-06-24 22:07:45 +02:00
gstvdph264dec.c Fix 'ignoring return value of function declared with const attribute' 2012-03-10 19:22:07 -03:00
gstvdph264dec.h vdpau: add GstVdpDecoder base class 2010-06-26 21:27:32 +02:00