mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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. :)
This commit is contained in:
parent
347bd76c36
commit
8f2d24b1bf
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
])
|
||||
|
||||
|
|
Loading…
Reference in a new issue