gstreamer/gst/audioparsers
Mart Raudsepp ab6e49e9cc audioparsers: add back segment clipping to parsers that have lost it
The pre_push_frame default clipping behaviour was introduced in 2010
with commit 30be03004e and modified with commit 4163969a24 in 2011,
when most parsers didn't implement a pre_push_frame yet. Not having it
meant that clipping was done by default. Those that did implement a
pre_push_frame (flacparse and mpegaudioparse) at the time, had the flag
adjusted as part of the 2011 refactor work.

All other parsers got a pre_push_frame vfunc implementation only in
2013, but seem to have forgot to keep the clipping behaviour, as
was done automatically when a pre_push_frame implementation doesn't
exist for the parser. aacparse lost it with commit 91d4abcea in
July 2013; the others in Dec 2013 as part of AUDIO_CODEC tag posting
in commits 6f89b430e, d2ab5199b, 29f2cae12, 753d3c23a and 292780574.
2019-06-24 14:40:58 +03:00
..
gstaacparse.c audioparsers: add back segment clipping to parsers that have lost it 2019-06-24 14:40:58 +03:00
gstaacparse.h aacparse: improve channel/rate handling 2016-09-06 15:09:21 +01:00
gstac3parse.c audioparsers: add back segment clipping to parsers that have lost it 2019-06-24 14:40:58 +03:00
gstac3parse.h ac3parse: Post AUDIO_CODEC tag 2013-12-16 10:03:05 +01:00
gstamrparse.c audioparsers: add back segment clipping to parsers that have lost it 2019-06-24 14:40:58 +03:00
gstamrparse.h docs: remove outdated doc strings 2015-07-07 17:12:02 +02:00
gstdcaparse.c audioparsers: add back segment clipping to parsers that have lost it 2019-06-24 14:40:58 +03:00
gstdcaparse.h dcaparse: Post AUDIO_CODEC tag 2013-12-16 10:03:05 +01:00
gstflacparse.c docs: Port all docstring to gtk-doc markdown 2019-05-13 10:24:40 -04:00
gstflacparse.h Revert "flacparse: fix header rewriting being ignored" 2017-12-07 11:17:32 +00:00
gstmpegaudioparse.c docs: Port all docstring to gtk-doc markdown 2019-05-13 10:24:40 -04:00
gstmpegaudioparse.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstsbcparse.c audioparsers: add back segment clipping to parsers that have lost it 2019-06-24 14:40:58 +03:00
gstsbcparse.h sbcparse: Fix up values for allocation enumeration. 2017-03-02 11:29:25 -05:00
gstwavpackparse.c audioparsers: add back segment clipping to parsers that have lost it 2019-06-24 14:40:58 +03:00
gstwavpackparse.h wavpackparse: Post AUDIO_CODEC tag 2013-12-16 10:03:06 +01:00
Makefile.am Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
meson.build doc: Port documentation to hotdoc 2019-05-13 11:34:56 -04:00
plugin.c audioparsers: add SBC audio parser 2013-01-15 17:45:30 +00:00