gstreamer/gst-libs/gst/codecparsers
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
..
gsth264parser.c Fix 'ignoring return value of function declared with const attribute' 2012-03-10 19:22:07 -03:00
gsth264parser.h codecparsers: h264: record number of emulation prevention bytes in slice_header(). 2012-03-03 15:53:46 +00:00
gstmpeg4parser.c Fix 'ignoring return value of function declared with const attribute' 2012-03-10 19:22:07 -03:00
gstmpeg4parser.h codecparsers: minor fixes 2011-11-29 09:15:11 +00:00
gstmpegvideoparser.c Fix 'ignoring return value of function declared with const attribute' 2012-03-10 19:22:07 -03:00
gstmpegvideoparser.h mpegvideoparse:Correct the skipping of vbv_delay in picture header and some typo fixes. 2011-11-14 08:32:32 -03:00
gstvc1parser.c Fix 'ignoring return value of function declared with const attribute' 2012-03-10 19:22:07 -03:00
gstvc1parser.h codecparsers: VC1: Compute par and fps in advanced profile 2011-10-17 13:17:40 +02:00
Makefile.am codecparsers: mpeg4: Implement an Mpeg4 part 2 parsing library 2011-11-28 21:25:34 -03:00
parserutils.c codecparsers: Move shared code to a parser utils file 2011-11-28 21:25:34 -03:00
parserutils.h codecparsers: Move shared code to a parser utils file 2011-11-28 21:25:34 -03:00