gstreamer/gst/videoparsers
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
..
dirac_parse.c diracparse: Constify some arrays 2011-09-07 11:29:36 +02:00
dirac_parse.h videoparsers: Add dirac parser 2011-02-17 14:43:35 -08:00
gstdiracparse.c various: fix pad template ref leaks 2011-11-28 13:08:27 +00:00
gstdiracparse.h diracparse: make diracparse work correctly 2011-07-04 16:49:00 -07:00
gsth263parse.c Fix 'ignoring return value of function declared with const attribute' 2012-03-10 19:22:07 -03:00
gsth263parse.h videoparsers: port to baseparse, which is now in libgstbase in core 2011-04-09 00:24:03 +01:00
gsth264parse.c Fix 'ignoring return value of function declared with const attribute' 2012-03-10 19:22:07 -03:00
gsth264parse.h h264parse: unobfuscate frame parsing code 2012-02-10 14:52:03 +01:00
gstmpeg4videoparse.c mpeg4videoparse: handle force key unit events 2011-12-18 18:37:08 +01:00
gstmpeg4videoparse.h mpeg4videoparse: handle force key unit events 2011-12-18 18:37:08 +01:00
gstmpegvideoparse.c mpegvideoparse: Fix level code 2012-03-02 11:07:47 +01:00
gstmpegvideoparse.h mpegvideoparse: add support for progressive frames 2011-11-10 19:58:13 -03:00
h263parse.c videoparsers: Fix set-but-unused warnings 2011-07-12 17:59:56 -04:00
h263parse.h videoparsers: port to baseparse, which is now in libgstbase in core 2011-04-09 00:24:03 +01:00
Makefile.am Android, Fix wrong dinamic linking attempt 2012-01-13 15:57:33 -03:00
plugin.c mpeg4videoparse: Move to the videoparsers plugin 2011-11-28 21:25:34 -03:00