diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-03-10 14:24:11 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-03-10 14:24:11 +0000 |
commit | 45fcc5ee23cc33dfcc0c320f7a566cf185b80e98 (patch) | |
tree | 7deae59bad51137e7528b3c81abd072c86aeb6fb | |
parent | 0ac32e607fa956848cf7d37645614a8715abc312 (diff) | |
download | gst-plugins-bad-45fcc5ee23cc33dfcc0c320f7a566cf185b80e98.tar.gz gst-plugins-bad-45fcc5ee23cc33dfcc0c320f7a566cf185b80e98.tar.bz2 gst-plugins-bad-45fcc5ee23cc33dfcc0c320f7a566cf185b80e98.zip |
Add initial code for soundserver-running-detection.
Original commit message from CVS:
* ext/esd/esdsink.c: (gst_esdsink_class_init),
(gst_esdsink_soundserver_running), (gst_esdsink_get_property),
(gst_esdsink_factory_init):
* gst/autodetect/gstautoaudiosink.c:
(gst_auto_audio_sink_find_best):
Add initial code for soundserver-running-detection.
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-03-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * ext/esd/esdsink.c: (gst_esdsink_class_init), + (gst_esdsink_soundserver_running), (gst_esdsink_get_property), + (gst_esdsink_factory_init): + * gst/autodetect/gstautoaudiosink.c: + (gst_auto_audio_sink_find_best): + Add initial code for soundserver-running-detection. + 2005-03-09 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: |