gstreamer/ext/hal
Sebastian Dröge 8b65d9d182 ext/hal/: Having NULL as UDI previously selected the default sink/src. Change this back but mention it in the debug o...
Original commit message from CVS:
* ext/hal/gsthalaudiosink.c: (do_toggle_element):
* ext/hal/gsthalaudiosrc.c: (do_toggle_element):
Having NULL as UDI previously selected the default sink/src. Change
this back but mention it in the debug output.
* ext/hal/hal.c: (gst_hal_get_alsa_element),
(gst_hal_get_oss_element), (gst_hal_get_string),
(gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
(gst_hal_get_audio_src):
* ext/hal/hal.h:
Refactor a bit, check all error conditions, greatly improve debugging
and fix some possible memory leaks. Also implement OSS support
and allow specifying an UDI that points to a real device. For this the
child device which supports ALSA (preferred) or OSS is used.
As a side effect this makes it impossible now to get a alsasink in
halaudiosrc and a alsasrc in halaudiosink.
2007-03-01 21:50:36 +00:00
..
gsthalaudiosink.c ext/hal/: Having NULL as UDI previously selected the default sink/src. Change this back but mention it in the debug o... 2007-03-01 21:50:36 +00:00
gsthalaudiosink.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 21:07:26 +00:00
gsthalaudiosrc.c ext/hal/: Having NULL as UDI previously selected the default sink/src. Change this back but mention it in the debug o... 2007-03-01 21:50:36 +00:00
gsthalaudiosrc.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 21:07:26 +00:00
gsthalelements.c Add HAL sound device wrapper plugins. Closes #329106 2006-02-15 12:17:28 +00:00
gsthalelements.h Add HAL sound device wrapper plugins. Closes #329106 2006-02-15 12:17:28 +00:00
hal.c ext/hal/: Having NULL as UDI previously selected the default sink/src. Change this back but mention it in the debug o... 2007-03-01 21:50:36 +00:00
hal.h ext/hal/: Having NULL as UDI previously selected the default sink/src. Change this back but mention it in the debug o... 2007-03-01 21:50:36 +00:00
Makefile.am Add HAL sound device wrapper plugins. Closes #329106 2006-02-15 12:17:28 +00:00