gstreamer/docs/libs
Tim-Philipp Müller 8d1122013b audiodecoder: add _finish_subframe() method
This allows us to output audio samples without discarding
any input frames, which is useful for some formats/codecs
(e.g. the MonkeysAudio decoder implementation in ffmpeg
which will might return e.g. 16 output buffers for an
input buffer for certain files).

In the past decoder implementations just concatenated
the returned audio buffers until a full frame had been
decoded, but that's no longer possible to do efficiently
when the decoder returns audio samples in non-interleaved
layout.

Allowing subframes to be output before the entire input
frame is decoded can also be useful to decrease startup
latency/delay.

https://gitlab.freedesktop.org/gstreamer/gst-libav/issues/49
2019-03-05 19:49:13 +00:00
..
.gitignore gitignore: remove bogus *.sgml wildcard - these files are tracked in git 2009-05-19 17:50:24 +01:00
compiling.sgml gst: Update versioning 2012-04-04 14:55:15 +02:00
gst-plugins-base-libs-docs.sgml video: build GstVideoAggregator which was moved from -bad 2018-12-28 12:16:12 +01:00
gst-plugins-base-libs-overrides.txt first stab at documenting elements 2005-08-05 17:13:10 +00:00
gst-plugins-base-libs-sections.txt audiodecoder: add _finish_subframe() method 2019-03-05 19:49:13 +00:00
gst-plugins-base-libs.types video: build GstVideoAggregator which was moved from -bad 2018-12-28 12:16:12 +01:00
Makefile.am gl/build: don't pass OpenGL headers to GIR 2018-09-18 11:13:27 +10:00
meson.build meson: Add feature options for all plugins 2018-07-27 18:42:11 +05:30