gstreamer/gst-libs/gst/audio
Wim Taymans 6eed8ca285 gst-libs/gst/audio/gstaudiosink.c: Implement a separate activate functions to start monitoring the segments or, in pu...
Original commit message from CVS:
* gst-libs/gst/audio/gstaudiosink.c:
(gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
(gst_audioringbuffer_activate), (gst_audioringbuffer_release),
(gst_audioringbuffer_stop):
Implement a separate activate functions to start monitoring the segments
or, in pull mode, pulling in data.
* gst-libs/gst/audio/gstbaseaudiosink.c:
(gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
(gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
(gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
(gst_base_audio_sink_activate_pull),
(gst_base_audio_sink_async_play),
(gst_base_audio_sink_change_state):
Implement pad and element convert query function.
Activate the ringbuffer.
Use the segment last_stop value as the offset to pull.
Use new basesink _do_preroll() method to preroll in the pulling thread.
Take appropriate locking in the pulling thread.
* gst-libs/gst/audio/gstringbuffer.h:
Update some docs.
2008-10-20 15:35:37 +00:00
..
.gitignore gst-libs/gst/audio/: Move audiofiltertemplate to gst-template. 2008-08-11 14:51:58 +00:00
audio.c gst-libs/gst/audio/audio.c: Fix doc comment syntax. 2008-08-11 07:16:30 +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 gst-libs/gst/audio/audio.h: Remove trailing comma from enum list, which causes problems with -pendantic (#550729). 2008-09-13 11:04:02 +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/gstaudioclock.*: Add method to inform the clock that the time starts from 0 again. We use this inf... 2008-05-27 16:20:17 +00:00
gstaudioclock.h gst-libs/gst/audio/gstaudioclock.*: Add method to inform the clock that the time starts from 0 again. We use this inf... 2008-05-27 16:20:17 +00:00
gstaudiofilter.c gst-libs/gst/audio/gstaudiofilter.c: Initialize the GstRingerBuffer class to get it's debug category initialized. gst... 2008-01-29 09:47:12 +00:00
gstaudiofilter.h gst-libs/gst/: Reducing number of dundocumented symbols. 2008-08-11 08:34:56 +00:00
gstaudiosink.c gst-libs/gst/audio/gstaudiosink.c: Implement a separate activate functions to start monitoring the segments or, in pu... 2008-10-20 15:35:37 +00:00
gstaudiosink.h Added docs for the audio libs. 2006-09-27 11:05:08 +00:00
gstaudiosrc.c gst-libs/gst/audio/gstaudiosrc.c: Disable a code path that is now called but causes a deadlock for some reason and is... 2008-09-04 16:25:06 +00:00
gstaudiosrc.h More docs and shuffling. What can we do with the hundreds of #defines. 2008-08-11 09:20:33 +00:00
gstbaseaudiosink.c gst-libs/gst/audio/gstaudiosink.c: Implement a separate activate functions to start monitoring the segments or, in pu... 2008-10-20 15:35:37 +00:00
gstbaseaudiosink.h gst-libs/gst/audio/gstbaseaudiosink.h: Clarify some docs. 2008-04-28 08:51:38 +00:00
gstbaseaudiosrc.c gst-libs/gst/audio/gstbaseaudiosrc.c: Fix debug statements (space between '%' and actual format). 2008-10-08 15:30:33 +00:00
gstbaseaudiosrc.h gst-libs/gst/audio/gstbaseaudiosink.h: Clarify some docs. 2008-04-28 08:51:38 +00:00
gstringbuffer.c Add methods to more accuratly control the pulling thread of a ringbuffer. 2008-10-17 13:19:05 +00:00
gstringbuffer.h gst-libs/gst/audio/gstaudiosink.c: Implement a separate activate functions to start monitoring the segments or, in pu... 2008-10-20 15:35:37 +00:00
Makefile.am gst-libs/gst/audio/Makefile.am: Don't try to build that example anymore. 2008-08-11 15:05:35 +00:00
mixerutils.c gst-libs/gst/audio/mixerutils.c: Make order in which elements are tried more determinable. 2006-02-20 16:21:14 +00:00
mixerutils.h gst-libs/gst/audio/mixerutils.h: Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be used when compiling... 2007-01-12 12:47:29 +00:00
multichannel.c gst-libs/gst/audio/: Fix include of config.h 2008-10-08 09:10:23 +00:00
multichannel.h API: Make gst_audio_check_channel_positions() public. 2008-06-03 08:48:32 +00:00
testchannels.c gst-libs/gst/audio/: Fix include of config.h 2008-10-08 09:10:23 +00:00
TODO gst-libs/gst/audio/TODO: Update TODO 2006-02-17 10:15:52 +00:00