gstreamer/gst/audioparsers
Sebastian Dröge 323dc466d0 mpegaudioparse: Fix compilation with gcc 7
gstmpegaudioparse.c: In function ‘gst_mpeg_audio_parse_reset’:
gstmpegaudioparse.c:209:3: error: ‘memset’ used with length equal to number of elements without multiplication by element size [-Werror=memset-elt-size]
   memset (mp3parse->xing_seek_table_inverse, 0, 256);
   ^~~~~~
gstmpegaudioparse.c: In function ‘gst_mpeg_audio_parse_handle_first_frame’:
gstmpegaudioparse.c:951:7: error: ‘memset’ used with length equal to number of elements without multiplication by element size [-Werror=memset-elt-size]
       memset (mp3parse->xing_seek_table_inverse, 0, 256);
       ^~~~~~
2017-02-27 21:01:23 +02:00
..
gstaacparse.c aacparse: Make sure we have enough data in the codec_data to be able to parse it 2016-12-01 13:38:52 +02:00
gstaacparse.h aacparse: improve channel/rate handling 2016-09-06 15:09:21 +01:00
gstac3parse.c good: use new gst_element_class_add_static_pad_template() 2016-03-24 14:32:20 +02:00
gstac3parse.h ac3parse: Post AUDIO_CODEC tag 2013-12-16 10:03:05 +01:00
gstamrparse.c Update Edgard Lima's email 2017-02-27 00:34:19 +00:00
gstamrparse.h docs: remove outdated doc strings 2015-07-07 17:12:02 +02:00
gstdcaparse.c good: use new gst_element_class_add_static_pad_template() 2016-03-24 14:32:20 +02:00
gstdcaparse.h dcaparse: Post AUDIO_CODEC tag 2013-12-16 10:03:05 +01:00
gstflacparse.c flacparse: fix header rewriting being ignored 2016-11-10 12:51:08 +00:00
gstflacparse.h flacparse: fix header rewriting being ignored 2016-11-10 12:51:08 +00:00
gstmpegaudioparse.c mpegaudioparse: Fix compilation with gcc 7 2017-02-27 21:01:23 +02:00
gstmpegaudioparse.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstsbcparse.c good: use new gst_element_class_add_static_pad_template() 2016-03-24 14:32:20 +02:00
gstsbcparse.h sbcparse: Post AUDIO_CODEC tag 2013-12-16 10:03:06 +01:00
gstwavpackparse.c good: use new gst_element_class_add_static_pad_template() 2016-03-24 14:32:20 +02:00
gstwavpackparse.h wavpackparse: Post AUDIO_CODEC tag 2013-12-16 10:03:06 +01:00
Makefile.am aacparse: allow conversion from ADTS to raw AAC 2013-07-26 09:44:11 +01:00
meson.build Add support for Meson as alternative/parallel build system 2016-08-20 11:21:12 +01:00
plugin.c audioparsers: add SBC audio parser 2013-01-15 17:45:30 +00:00