summaryrefslogtreecommitdiff
path: root/gst/mpegtsmux/gstbasetsmuxaac.c
Commit message (Collapse)AuthorAgeFilesLines
* mpegtsmux, mpegpsmux: remove GPL from choice of licenses and add SPDX ↵Tim-Philipp Müller2021-09-221-19/+3
| | | | | | | | | | | | | license identifiers Some people need to avoid inclusion of GPL code for their use cases and thus get easily spooked by GPL license headers. This code is actually licensed under different licenses, only one of which is GPL, and it's already possible to just upgrade from LGPL to GPL anyway so having the GPL listed explicitly as one of the choices doesn't really add anything. So remove GPL from the list and also add SPDX license identifiers while we're at it. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2539>
* mpegtsmux: Fix handling of MPEG-2 AACJan Schmidt2020-07-081-17/+124
| | | | | | | | | The audio/mpeg,mpegversion=2 caps in GStreamer refer to MPEG-2 AAC (ISO 13818-7), not to the extended MP3 (ISO 13818-3), which is audio/mpeg,mpegversion=1,mpegaudioversion=2/3 Fix the caps, and add handling for MPEG-2 AAC in both ADTS and raw form, adding ADTS headers for the latter.
* mpegtsmux: Remove white spaceSeungha Yang2019-07-041-6/+6
|
* mpegtsmux: aggregator portMathieu Duponchelle2019-05-191-3/+3
|
* mpegtsmux: spring cleanup, no functional changeMathieu Duponchelle2019-05-191-0/+156