gstreamer/gst-libs/gst/audio
David Schleef d90ee5bfa3 Port from GstData to GstMiniObject.
Original commit message from CVS:
Port from GstData to GstMiniObject.
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
* ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
(gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
(gst_ogg_mux_collected):
* ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
* ext/theora/theoradec.c: (theora_handle_comment_packet),
(theora_handle_data_packet):
* ext/theora/theoraenc.c: (theora_buffer_from_packet),
(theora_set_header_on_caps), (theora_enc_chain):
* ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
(vorbis_handle_comment_packet):
* ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
* ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
* gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
* gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_get_buffer):
* gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
* gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
(mute_stream), (silence_stream):
* gst/playback/gstplaybin.c: (gst_play_bin_class_init):
* gst/volume/gstvolume.c: (volume_transform):
* sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
(gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
(gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
(gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
(gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
(gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
(gst_ximagesink_buffer_alloc):
* sys/ximage/ximagesink.h:
2005-05-16 15:35:52 +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 Make the base audiosink return an error when there is no audiobuffer negotiated. 2005-05-06 16:18:24 +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