gstreamer/gst/audioparsers
Oleksij Rempel (Alexey Fisher) 4f98b4ec85 ac3parse: remove unused variable
remove unused variable to fix compile error:
make -C audioparsers
make[3]: Betrete Verzeichnis '/home/lex/tmp/gst-plugins-good/gst/audioparsers'
  CC     libgstaudioparsers_la-gstaacparse.lo
gstaacparse.c: In function 'gst_aac_parse_read_loas_audio_specific_config':
gstaacparse.c:446:12: error: variable 'sbr' set but not used [-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors

Signed-off-by: Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net>
2011-12-21 13:16:44 +00:00
..
gstaacparse.c ac3parse: remove unused variable 2011-12-21 13:16:44 +00:00
gstaacparse.h aacparse: parse LOAS variant 2011-12-19 11:39:44 +00:00
gstac3parse.c ac3parse: let bsid 9 and 10 through 2011-12-20 19:29:42 +00:00
gstac3parse.h ac3parse: Support switching alignment on-the-fly 2011-07-27 20:43:56 +05:30
gstamrparse.c various: fix pad template leaks 2011-11-28 13:30:27 +00:00
gstamrparse.h aacparse, amrparse: gst_fooparse_xyz -> gst_foo_parse_xyz to match GstFooParse 2011-04-08 18:07:17 +01:00
gstdcaparse.c various: fix pad template leaks 2011-11-28 13:30:27 +00:00
gstdcaparse.h audioparsers: port to new GstBaseParse in core 2011-04-08 18:07:17 +01:00
gstflacparse.c flacparse: ensure we only check for sample/block mixup at start 2011-12-04 12:50:57 +00:00
gstflacparse.h flacparse: ensure we only check for sample/block mixup at start 2011-12-04 12:50:57 +00:00
gstmpegaudioparse.c various: fix pad template leaks 2011-11-28 13:30:27 +00:00
gstmpegaudioparse.h audioparsers: port to new GstBaseParse in core 2011-04-08 18:07:17 +01:00
Makefile.am audioparsers: hook up to build 2011-04-08 18:07:17 +01:00
plugin.c aacparse, amrparse: gst_fooparse_xyz -> gst_foo_parse_xyz to match GstFooParse 2011-04-08 18:07:17 +01:00