gstreamer/gst-libs/gst/audio
Philippe Renon 0dc1b6049e audiosink: expose more audioringbuffer vmethods to child sinks
The newly exposed vmethods are pause, resume, stop and clear_all.
The existing reset vmethod is deprecated.

The audio sink will fallback to calling reset if pause or stop
are not provided and will fallback to calling start if
resume is not provided. There is no default clear_all
implementation.
Existing audio sinks continue to work as before.

This change is useful for sinks that need to distinguish
between a pause and a stop (currently both are handled
by a reset) and is needed for https://bugzilla.gnome.org/show_bug.cgi?id=788362

https://bugzilla.gnome.org/show_bug.cgi?id=788361
2019-09-27 05:34:57 +00:00
..
.gitignore Update .gitignore 2012-08-08 09:06:30 +01:00
audio-buffer.c audio-buffer: fix typo in assignment that causes buggy behavior 2018-07-24 15:09:25 +03:00
audio-buffer.h libs: audio: Implement GstAudioBuffer & GstAudioMeta 2018-07-03 14:06:43 +03:00
audio-channel-mixer.c libs: audio-channel-mixer: add support for non-interleaved audio buffers 2018-07-11 16:26:13 +03:00
audio-channel-mixer.h audio: GST_EXPORT -> GST_AUDIO_API 2018-03-13 10:36:56 +00:00
audio-channels.c libs: Fix various Since markers 2019-04-23 12:28:26 +00:00
audio-channels.h Pass the code through codespell 2019-08-30 13:05:36 +00:00
audio-converter.c Pass the code through codespell 2019-08-30 13:05:36 +00:00
audio-converter.h doc: Fix some gtk-doc comments 2019-05-13 11:34:08 -04:00
audio-format.c audio: const gpointer is not the same as gconstpointer/const void * 2018-11-05 08:16:16 +00:00
audio-format.h Pass the code through codespell 2019-08-30 13:05:36 +00:00
audio-info.c audio: fix some GIR annotations 2018-04-23 19:33:19 +02:00
audio-info.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 20:31:09 -04:00
audio-prelude.h libs: fix API export/import and 'inconsistent linkage' on MSVC 2018-09-24 08:45:34 +01:00
audio-quantize.c gst-libs: include config.h in all source files 2018-08-13 09:23:34 +01:00
audio-quantize.h audio: GST_EXPORT -> GST_AUDIO_API 2018-03-13 10:36:56 +00:00
audio-resampler-macros.h audioresample: Separate out CFLAGS used for SSE* code 2016-09-29 18:37:08 +05:30
audio-resampler-neon.h audio-resampler: Update NEON to handle remainders not multiples of 4 2019-09-02 23:25:39 -04:00
audio-resampler-private.h audioresample: Separate out CFLAGS used for SSE* code 2016-09-29 18:37:08 +05:30
audio-resampler-x86-sse.c audioresample: Separate out CFLAGS used for SSE* code 2016-09-29 18:37:08 +05:30
audio-resampler-x86-sse.h audioresample: Separate out CFLAGS used for SSE* code 2016-09-29 18:37:08 +05:30
audio-resampler-x86-sse2.c audioresample: Separate out CFLAGS used for SSE* code 2016-09-29 18:37:08 +05:30
audio-resampler-x86-sse2.h audioresample: Separate out CFLAGS used for SSE* code 2016-09-29 18:37:08 +05:30
audio-resampler-x86-sse41.c audio-resampler: Fix integer overflow in clamping code 2017-01-30 12:35:04 +02:00
audio-resampler-x86-sse41.h audioresample: Separate out CFLAGS used for SSE* code 2016-09-29 18:37:08 +05:30
audio-resampler-x86.h audiorsample: Fix build on 32-bit x86 2016-09-29 19:45:16 +05:30
audio-resampler.c Pass the code through codespell 2019-08-30 13:05:36 +00:00
audio-resampler.h Pass the code through codespell 2019-08-30 13:05:36 +00:00
audio.c libs: audio: add a new gst_audio_buffer_truncate() function 2018-07-12 12:08:10 +03:00
audio.h audio: use right export decorator 2018-08-26 11:16:10 +02:00
dbesi0.c audio-converter: add resampler 2016-03-28 13:13:59 +02:00
gstaudioaggregator.c Pass the code through codespell 2019-08-30 13:05:36 +00:00
gstaudioaggregator.h {audio,video}aggregator: define autoptr cleanup functions 2019-08-28 14:52:22 +00:00
gstaudiobasesink.c Pass the code through codespell 2019-08-30 13:05:36 +00:00
gstaudiobasesink.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 20:31:09 -04:00
gstaudiobasesrc.c Pass the code through codespell 2019-08-30 13:05:36 +00:00
gstaudiobasesrc.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 20:31:09 -04:00
gstaudiocdsrc.c audio: Update for g_type_class_add_private() deprecation in recent GLib 2018-06-23 21:49:48 +02:00
gstaudiocdsrc.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 20:31:09 -04:00
gstaudioclock.c audioclock: Sink the reference in the constructor 2017-05-17 10:40:52 +03:00
gstaudioclock.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 20:31:09 -04:00
gstaudiodecoder.c Pass the code through codespell 2019-08-30 13:05:36 +00:00
gstaudiodecoder.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 20:31:09 -04:00
gstaudioencoder.c Pass the code through codespell 2019-08-30 13:05:36 +00:00
gstaudioencoder.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 20:31:09 -04:00
gstaudiofilter.c docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
gstaudiofilter.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 20:31:09 -04:00
gstaudioiec61937.c docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
gstaudioiec61937.h audio: GST_EXPORT -> GST_AUDIO_API 2018-03-13 10:36:56 +00:00
gstaudiometa.c audiometa: fix g-i warning 2019-03-23 20:08:56 +00:00
gstaudiometa.h audiometa: fix docs typo 2019-01-06 00:48:56 +00:00
gstaudiopack-dist.c Update disted backup ORC files 2018-02-15 07:14:20 +01:00
gstaudiopack-dist.h audio: update ORC dist files 2015-11-06 17:54:21 +01:00
gstaudiopack.orc gstaudiopack.orc: pack_u32be_swap: actually swap 2018-02-15 01:32:54 +01:00
gstaudioringbuffer.c audiosink: expose more audioringbuffer vmethods to child sinks 2019-09-27 05:34:57 +00:00
gstaudioringbuffer.h audiosink: expose more audioringbuffer vmethods to child sinks 2019-09-27 05:34:57 +00:00
gstaudiosink.c audiosink: expose more audioringbuffer vmethods to child sinks 2019-09-27 05:34:57 +00:00
gstaudiosink.h audiosink: expose more audioringbuffer vmethods to child sinks 2019-09-27 05:34:57 +00:00
gstaudiosrc.c Pass the code through codespell 2019-08-30 13:05:36 +00:00
gstaudiosrc.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 20:31:09 -04:00
gstaudiostreamalign.c Pass the code through codespell 2019-08-30 13:05:36 +00:00
gstaudiostreamalign.h audiostreamalign: Mark the whole type as new in 1.14 2018-03-15 09:58:11 +02:00
gstaudioutilsprivate.c audio: Use LoadPackagedLibrary when building for UWP 2019-09-24 15:17:39 +00:00
gstaudioutilsprivate.h gstaudioutilsprivate: Fix warnings while setting thread priority 2018-09-24 19:44:28 +05:30
Makefile.am libs: fix API export/import and 'inconsistent linkage' on MSVC 2018-09-24 08:45:34 +01:00
meson.build meson: Add variables for gir files 2019-05-13 10:19:22 -04:00
streamvolume.c docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
streamvolume.h audio: GST_EXPORT -> GST_AUDIO_API 2018-03-13 10:36:56 +00:00
TODO gst-libs/gst/audio/TODO: Update TODO 2006-02-17 10:15:52 +00:00