gstreamer/gst-libs/gst/audio
Wim Taymans 09ca2ec93b gst-libs/gst/audio/: Add flushing mode to the ringbuffer so that it in all cases does not try to handle more audio. T...
Original commit message from CVS:
* gst-libs/gst/audio/gstbaseaudiosink.c:
(gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
(gst_base_audio_sink_render):
* gst-libs/gst/audio/gstringbuffer.c:
(gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
(gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
(gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
(gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
(gst_ring_buffer_read):
* gst-libs/gst/audio/gstringbuffer.h:
Add flushing mode to the ringbuffer so that it in all cases does
not try to handle more audio. This makes sure it does not try to
block anymore when flushing and fixes a livelock.
2005-10-31 10:30:41 +00:00
..
.gitignore ignore more 2005-01-17 12:45:48 +00:00
audio.c Bye bye buffer-frames. 2005-10-19 17:02:46 +00:00
audio.def add more plugins to the build add some definitions needed by plugins fixes for build problems 2004-07-26 22:09:59 +00:00
audio.h Bye bye buffer-frames. 2005-10-19 17:02:46 +00:00
audio.vcproj more working plugins 2004-07-27 21:41:30 +00:00
audiofilter.vcproj more working plugins 2004-07-27 21:41:30 +00:00
gstaudioclock.c gst-libs/gst/audio/: Make sure the audio clock always returns an increasing value. 2005-07-20 09:08:05 +00:00
gstaudioclock.h gst-libs/gst/: Add padding (you will need to rebuild gst-plugins-base, gst-plugins and all applications afterwards!) 2005-08-09 17:29:40 +00:00
gstaudiofilter.c Fixes for changes in registry API. 2005-09-15 06:59:36 +00:00
gstaudiofilter.h gst-libs/gst/: Add padding (you will need to rebuild gst-plugins-base, gst-plugins and all applications afterwards!) 2005-08-09 17:29:40 +00:00
gstaudiofiltertemplate.c restructure configure.ac, use correct libtool LDFLAGS, fix up defines 2005-10-16 13:54:44 +00:00
gstaudiosink.c gst-libs/gst/audio/gstaudiosink.c: Only actually wait for the thread to be stopped if it's running. 2005-10-08 12:02:08 +00:00
gstaudiosink.h gst-libs/gst/: Add padding (you will need to rebuild gst-plugins-base, gst-plugins and all applications afterwards!) 2005-08-09 17:29:40 +00:00
gstaudiosrc.c Updates for two-arg init from GST_BOILERPLATE_FULL. 2005-08-28 17:52:45 +00:00
gstaudiosrc.h gst-libs/gst/audio/gstaudiosrc.*: Implement open_device and close_device in the ring buffer, like gstaudiosink. 2005-08-22 15:11:31 +00:00
gstbaseaudiosink.c gst-libs/gst/audio/: Add flushing mode to the ringbuffer so that it in all cases does not try to handle more audio. T... 2005-10-31 10:30:41 +00:00
gstbaseaudiosink.h Fix sync again. Moved sample alignment to basesink. 2005-09-24 13:06:03 +00:00
gstbaseaudiosrc.c gst-libs/gst/audio/: Cleanups. 2005-10-11 18:32:01 +00:00
gstbaseaudiosrc.h gst-libs/gst/audio/: Fixed gstbaseaudiosrc adding ring buffer sync to it. 2005-10-06 15:15:04 +00:00
gstringbuffer.c gst-libs/gst/audio/: Add flushing mode to the ringbuffer so that it in all cases does not try to handle more audio. T... 2005-10-31 10:30:41 +00:00
gstringbuffer.h gst-libs/gst/audio/: Add flushing mode to the ringbuffer so that it in all cases does not try to handle more audio. T... 2005-10-31 10:30:41 +00:00
make_filter gconf/Makefile.am: Fix for non-GNU make 2004-04-19 22:51:57 +00:00
Makefile.am restructure configure.ac, use correct libtool LDFLAGS, fix up defines 2005-10-16 13:54:44 +00:00
multichannel.c Fixes for API changes in core. 2005-07-20 17:16:54 +00:00
multichannel.h Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they work when included from C++ code 2005-02-09 22:31:05 +00:00
testchannels.c Plugin port to 0.9, ogg/theora playback should work in the seek example now. 2005-03-31 09:43:49 +00:00
TODO gst-libs/gst/audio/: Make sure the audio clock always returns an increasing value. 2005-07-20 09:08:05 +00:00