gstreamer/subprojects/gst-plugins-base/gst-libs/gst/audio
Nirbheek Chauhan 5d3009b7f8 audio-resampler: Fix segfault when we can't output any frames
Sometimes the resampler has enough space to store all the incoming
samples without outputting anything. When this happens,
gst_audio_resampler_get_out_frames() returns 0.

In that case, the resampler should consume samples and just return.
Otherwise, we get a segfault when gst_audio_resampler_resample() tries
to resample into a NULL 'out' pointer.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1343>
2021-11-12 16:12:27 +00:00
..
audio-buffer.c
audio-buffer.h
audio-channel-mixer.c
audio-channel-mixer.h
audio-channels.c
audio-channels.h
audio-converter.c
audio-converter.h
audio-format.c
audio-format.h
audio-info.c
audio-info.h
audio-prelude.h
audio-quantize.c
audio-quantize.h
audio-resampler-macros.h
audio-resampler-neon.h
audio-resampler-private.h
audio-resampler-x86-sse.c
audio-resampler-x86-sse.h
audio-resampler-x86-sse2.c
audio-resampler-x86-sse2.h
audio-resampler-x86-sse41.c
audio-resampler-x86-sse41.h
audio-resampler-x86.h
audio-resampler.c audio-resampler: Fix segfault when we can't output any frames 2021-11-12 16:12:27 +00:00
audio-resampler.h
audio.c
audio.h
dbesi0.c
gstaudioaggregator.c audio/video aggregator: make use of new aggregator inactive pad API 2021-10-18 22:34:11 +00:00
gstaudioaggregator.h
gstaudiobasesink.c
gstaudiobasesink.h
gstaudiobasesrc.c
gstaudiobasesrc.h
gstaudiocdsrc.c
gstaudiocdsrc.h
gstaudioclock.c
gstaudioclock.h
gstaudiodecoder.c
gstaudiodecoder.h
gstaudioencoder.c
gstaudioencoder.h
gstaudiofilter.c
gstaudiofilter.h
gstaudioiec61937.c
gstaudioiec61937.h
gstaudiometa.c
gstaudiometa.h
gstaudiopack-dist.c
gstaudiopack-dist.h
gstaudiopack.orc
gstaudioringbuffer.c
gstaudioringbuffer.h
gstaudiosink.c
gstaudiosink.h
gstaudiosrc.c
gstaudiosrc.h
gstaudiostreamalign.c
gstaudiostreamalign.h
gstaudioutilsprivate.c
gstaudioutilsprivate.h
meson.build Revert "audio: Merge simd libs into the main one" 2021-10-19 16:56:35 +00:00
streamvolume.c
streamvolume.h
TODO