gstreamer/ext/alsa
Andy Wingo 276f6fe559 ext/: ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek) (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain) ext...
Original commit message from CVS:
2005-05-09  Andy Wingo  <wingo@pobox.com>

* ext/alsa/gstalsasink.h:
* ext/gnomevfs/gstgnomevfssrc.c:
(gst_gnomevfssrc_get_icy_metadata):
* ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
(gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
* ext/theora/theoradec.c (theora_dec_src_query)
(theora_dec_src_event, theora_dec_sink_event)
(theora_handle_comment_packet, theora_handle_data_packet):
* ext/theora/theoraenc.c (theora_enc_chain):
* ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
(vorbis_dec_sink_event, vorbis_handle_comment_packet):
* gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
* gst/typefind/gsttypefindfunctions.c (mp3_type_find)
(qt_type_find):
* gst/videotestsrc/videotestsrc.c (paint_setup_I420)
(paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
(paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
(paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
(paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
(paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
(paint_setup_xBGR8888, paint_setup_RGBx8888)
(paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
(paint_setup_RGB565, paint_setup_xRGB1555):
* gst/videotestsrc/videotestsrc.h:
* sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
* sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
(gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
GCC4 fixes.

* ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
gst_pad_query_position. Fixes oggdemux.
2005-05-09 07:03:13 +00:00
..
gstalsa.c ext/alsa/: Implement alsasink with simple open/write/close API. 2005-04-28 16:19:06 +00:00
gstalsa.h ext/alsa/gstalsa.*: Add HW probing for period_count/size and buffer_size MIX/MAX 2005-01-10 04:09:43 +00:00
gstalsaclock.c ext/alsa/gstalsaclock.c: Sanity check, don't wait endlessly since the clock might not actually run at this point (whi... 2005-01-17 12:45:27 +00:00
gstalsaclock.h *.h: Revert indenting 2004-03-15 16:32:55 +00:00
gstalsamixer.c ext/alsa/gstalsamixer.c: Update flags when requested. 2005-01-11 15:11:26 +00:00
gstalsamixer.h ext/alsa/: Add enumerations (as GstMixerOptions). Make correct distinction between input/output tracks. Add capture/p... 2004-05-27 03:36:17 +00:00
gstalsamixeroptions.c ext/alsa/: Add enumerations (as GstMixerOptions). Make correct distinction between input/output tracks. Add capture/p... 2004-05-27 03:36:17 +00:00
gstalsamixeroptions.h ext/alsa/: Add enumerations (as GstMixerOptions). Make correct distinction between input/output tracks. Add capture/p... 2004-05-27 03:36:17 +00:00
gstalsamixertrack.c ALSA mixer track label internationalization (#154054). 2004-10-25 15:58:35 +00:00
gstalsamixertrack.h ALSA mixer track label internationalization (#154054). 2004-10-25 15:58:35 +00:00
gstalsaplugin.c ext/alsa/: Implement alsasink with simple open/write/close API. 2005-04-28 16:19:06 +00:00
gstalsasink.c fix build so you can make dist and create rpms 2005-05-05 15:06:40 +00:00
gstalsasink.h ext/: ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek) (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain) ext... 2005-05-09 07:03:13 +00:00
gstalsasrc.c don't assert in state change 2004-07-09 10:56:51 +00:00
gstalsasrc.h ext/alsa/: Make the xrun code timestamp and offset the buffers correctly. moved the clock to the base class, use alsa... 2004-06-17 14:10:21 +00:00
Makefile.am ext/alsa/: Implement alsasink with simple open/write/close API. 2005-04-28 16:19:06 +00:00