[gst-devel] esdrec

Daniel Fischer dan at f3c.com
Fri Jan 17 09:30:02 CET 2003


hi all,

i've taken on the very easy task of extending the esd plugin to support esdrec-like input (that is, a osssrc replacement for esd users). it was no more than taking esdmon and changing a single line, from:
  src->fd = esd_monitor_stream(esdformat, src->frequency, src->host, connname);
to:
  src->fd = esd_record_stream_fallback(esdformat, src->frequency, src->host, connname);


i'm too lazy to diff a patch :), so find the new esdrec.c and updated Makefile.am attached.

additionally, line 494 of gst-plugins-0.5.1/configure.ac should read
	GST_CHECK_FEATURE(ESD, [esound plug-ins], esdsink esdmon esdrec, [

regards,
-dan

---
dan at f3c.com
http://f3c.com/dan/

-------------- next part --------------
A non-text attachment was scrubbed...
Name: esdrec.c
Type: application/octet-stream
Size: 15057 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20030117/77634853/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile.am
Type: application/octet-stream
Size: 695 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20030117/77634853/attachment-0001.obj>


More information about the gstreamer-devel mailing list