gstreamer/sys/vdpau/mpeg
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
..
gstvdpmpegdec.c Fix 'ignoring return value of function declared with const attribute' 2012-03-10 19:22:07 -03:00
gstvdpmpegdec.h vdpau: add GstVdpDecoder base class 2010-06-26 21:27:32 +02:00
gstvdpmpegframe.c vdpau: remove gst_base_video_decoder_get_current_frame 2010-09-05 13:52:40 +02:00
gstvdpmpegframe.h vdpau: remove gst_base_video_decoder_get_current_frame 2010-09-05 13:52:40 +02:00
mpegutil.c vdpaumpegdec: rename zigzag matrix 2010-07-14 11:19:49 +02:00
mpegutil.h vdpau: base vdpaumpegdec on GstBaseVideoDecoder 2010-06-23 21:51:53 +02:00