gstreamer/gst-libs/gst/audio
Wim Taymans 9fccefe949 gst/: Fix passthrough in ffmpegcolorspace.
Original commit message from CVS:
* gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
(gst_audiofilter_chain):
* gst-libs/gst/audio/gstaudiosink.c:
(gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
(audioringbuffer_thread_func), (gst_audioringbuffer_init),
(gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
(gst_audioringbuffer_play), (gst_audioringbuffer_stop),
(gst_audioringbuffer_delay), (gst_audiosink_class_init),
(gst_audiosink_create_ringbuffer):
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
(gst_audio_convert_caps_remove_format_info),
(gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
(gst_audio_convert_fixate), (gst_audio_convert_channels):
* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
(gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
(gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
Fix passthrough in ffmpegcolorspace.
Fix memset in audiosink on wrong memory.
2005-05-17 10:47:02 +00:00
..
.gitignore ignore more 2005-01-17 12:45:48 +00:00
audio.c Surround sound support. 2004-11-25 20:36:29 +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 Make ringbuffer faster and more simple by removing the locks in the playback thread. 2005-04-28 16:15:42 +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 Make ringbuffer faster and more simple by removing the locks in the playback thread. 2005-04-28 16:15:42 +00:00
gstaudioclock.h Make ringbuffer faster and more simple by removing the locks in the playback thread. 2005-04-28 16:15:42 +00:00
gstaudiofilter.c Port from GstData to GstMiniObject. 2005-05-16 15:35:52 +00:00
gstaudiofilter.h *.h: Revert indenting 2004-03-15 16:32:55 +00:00
gstaudiofiltertemplate.c configure.ac: Remove idct and resample libs 2005-04-25 00:23:06 +00:00
gstaudiosink.c gst/: Fix passthrough in ffmpegcolorspace. 2005-05-17 10:47:02 +00:00
gstaudiosink.h An attempt at a set of audio base classes together with some design docs. 2005-04-20 10:19:54 +00:00
gstbaseaudiosink.c Make the base audiosink return an error when there is no audiobuffer negotiated. 2005-05-06 16:18:24 +00:00
gstbaseaudiosink.h Make the base audiosink return an error when there is no audiobuffer negotiated. 2005-05-06 16:18:24 +00:00
gstringbuffer.c Make the base audiosink return an error when there is no audiobuffer negotiated. 2005-05-06 16:18:24 +00:00
gstringbuffer.h Make the base audiosink return an error when there is no audiobuffer negotiated. 2005-05-06 16:18:24 +00:00
make_filter gconf/Makefile.am: Fix for non-GNU make 2004-04-19 22:51:57 +00:00
Makefile.am configure.ac: Disable libvisual 2005-05-09 11:55:12 +00:00
multichannel.c Surround sound support. 2004-11-25 20:36:29 +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 More work on the audiosink, mostly debugging and a race in shutdown. 2005-05-05 09:37:46 +00:00