From 8f2d24b1bf40a19e1583335fa1a96c42c92bf6e8 Mon Sep 17 00:00:00 2001 From: Richard Boulton Date: Sat, 2 Mar 2002 15:20:05 +0000 Subject: Added esdmon plugin. Original commit message from CVS: Added esdmon plugin. Monitors output from the esd sound daemon. Particularly useful for displaying a visualisation of the audio being played on your system. eg: gst-launch esdmon ! goom ! { queue leaky=yes ! colorspace ! sdlvideosink } You can even have several of them going at once. :) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4d08e4ee..ba444910 100644 --- a/configure.ac +++ b/configure.ac @@ -353,7 +353,7 @@ GST_CHECK_FEATURE(DVDREAD, [dvdread library], dvdsrc, [ dnl **** ESound **** translit(dnm, m, l) AM_CONDITIONAL(USE_ESD, true) -GST_CHECK_FEATURE(ESD, [esound plugins], esdsrc esdsink, [ +GST_CHECK_FEATURE(ESD, [esound plugins], esdsink esdmon, [ AM_PATH_ESD(0.2.12, HAVE_ESD=yes, HAVE_ESD=no) ]) -- cgit v1.2.1