gstreamer/ext/alsa
Wim Taymans 1d0e1586d8 ext/alsa/gstalsasink.*: Remove unused dispose function.
Original commit message from CVS:
* ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
(gst_alsasink_write), (gst_alsasink_reset):
* ext/alsa/gstalsasink.h:
Remove unused dispose function.
Rename lock to not interfere with alsasrc lock.
* ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
(gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
(gst_alsasrc_read), (gst_alsasrc_reset):
* ext/alsa/gstalsasrc.h:
Implement finalize function.
Use lock to protect alsa access.
Implement _reset.
Fine tune sw params.
2007-03-01 16:48:45 +00:00
..
gstalsa.c ext/alsa/gstalsa.c: Try to get devic-name from device string first, and from handle only as fallback (seems to yield ... 2007-02-09 09:58:28 +00:00
gstalsa.h ext/alsa/: Improve device-name detection a bit, especially in the case where the device is not actually open (#405020... 2007-02-08 15:43:26 +00:00
gstalsadeviceprobe.c Printf format fixes. 2006-10-05 15:55:21 +00:00
gstalsadeviceprobe.h ext/alsa/: Clean up and simplify alsa device probing. Make it actually work for multiple classes. Don't cache results... 2006-05-18 17:19:39 +00:00
gstalsamixer.c ext/alsa/gstalsamixer.c: Try harder to guess which mixer track is the master mixer track (instead of just taking the ... 2006-09-17 20:14:43 +00:00
gstalsamixer.h Added alsa docs. 2006-03-01 18:25:18 +00:00
gstalsamixerelement.c ext/alsa/gstalsa.c: Small code cleanup. 2006-08-13 14:34:48 +00:00
gstalsamixerelement.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 19:19:51 +00:00
gstalsamixeroptions.c Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) 2006-04-08 21:02:53 +00:00
gstalsamixeroptions.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 19:19:51 +00:00
gstalsamixertrack.c ext/alsa/: Improve and fix mixer track handling, in particular better handling of alsa's pvolume/pswitch/cvolume/cswi... 2006-08-29 11:50:51 +00:00
gstalsamixertrack.h ext/alsa/: Improve and fix mixer track handling, in particular better handling of alsa's pvolume/pswitch/cvolume/cswi... 2006-08-29 11:50:51 +00:00
gstalsaplugin.c ext/: - a library should not call setlocale. see Libraries node in gettext manual 2006-01-27 01:06:29 +00:00
gstalsasink.c ext/alsa/gstalsasink.*: Remove unused dispose function. 2007-03-01 16:48:45 +00:00
gstalsasink.h ext/alsa/gstalsasink.*: Remove unused dispose function. 2007-03-01 16:48:45 +00:00
gstalsasrc.c ext/alsa/gstalsasink.*: Remove unused dispose function. 2007-03-01 16:48:45 +00:00
gstalsasrc.h ext/alsa/gstalsasink.*: Remove unused dispose function. 2007-03-01 16:48:45 +00:00
Makefile.am Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963). 2007-02-24 20:12:49 +00:00