gstreamer/ext/esd
Ronald S. Bultje 95737cb47c ext/esd/esdsink.c: Make error actually say something useful (fixes #156798).
Original commit message from CVS:
* ext/esd/esdsink.c: (gst_esdsink_chain):
Make error actually say something useful (fixes #156798).
* gst-libs/gst/riff/riff-media.c:
(gst_riff_create_video_caps_with_data),
(gst_riff_create_video_template_caps):
Add Intel Video 5.0 fourcc (IV50).
2004-12-01 20:42:01 +00:00
..
esdmon.c second batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in ... 2004-05-21 23:28:57 +00:00
esdmon.h *.h: Revert indenting 2004-03-15 16:32:54 +00:00
esdsink.c ext/esd/esdsink.c: Make error actually say something useful (fixes #156798). 2004-12-01 20:42:01 +00:00
esdsink.h ext/esd/esdsink.*: Close the esd connection on pause, because esd will just wait - blocking all other esd clients ind... 2004-06-13 10:58:34 +00:00
gstesd.c gst-indent 2004-03-14 22:34:33 +00:00
Makefile.am Remove redundant plugindir definition 2003-08-10 00:01:58 +00:00
README forgot to update the Changelog for the past two days, bad me, bad 2004-05-20 23:00:14 +00:00

The esdsink plugin
==================

The esdsink plugin is for outputting an audio stream to an esd soundserver, whether local or on a remote machine 

esdsink has 2 arguments that it accepts:
 - 'mute'      (boolean value)
 - 'depth'     (sample depth in bits- defaults to 16)
 - 'host'      (used only if you want to connect to a remote esd soundserver)
 - 'frequency' (integer value in Hz)
 - 'channels'  (number of channels - 2 for stereo)