gstreamer/gst/monoscope
Zaheer Abbas Merali d9cccd2fd8 ext/lame/gstlame.c: send tag events downstream
Original commit message from CVS:
2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>

* ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
* ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
(gst_shout2send_get_type), (gst_shout2send_set_clock),
(gst_shout2send_class_init), (gst_shout2send_init),
(set_shout_metadata), (gst_shout2send_set_metadata),
(gst_shout2send_chain), (gst_shout2send_set_property),
(gst_shout2send_get_property), (gst_shout2send_connect),
(gst_shout2send_change_state):
* ext/shout2/gstshout2.h:
- fix for sending mp3 audio to icecast2 server, if pad link function not
called before PAUSED state
- added option to use GStreamer clock sync (as opposed to libshout's own sync)
- added tagging support for mp3 audio broadcasted
* gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
debug info
2004-07-28 20:26:31 +00:00
..
.gitignore I'm too lazy to comment this 2002-03-02 12:36:07 +00:00
convolve.c don't mix tabs and spaces 2004-03-15 19:32:27 +00:00
convolve.h *.h: Revert indenting 2004-03-15 16:32:54 +00:00
gstmonoscope.c ext/lame/gstlame.c: send tag events downstream 2004-07-28 20:26:31 +00:00
Makefile.am Remove all locally-defined optimization flags 2003-09-11 19:57:59 +00:00
monoscope.c gst/monoscope/gstmonoscope.c: make sure we only provide 256x128 2004-04-27 15:59:57 +00:00
monoscope.h *.h: Revert indenting 2004-03-15 16:32:54 +00:00
README I'm too lazy to comment this 2002-03-02 12:36:07 +00:00

This is a visualization based on on the monoscope output plugin from
alsaplayer.

The monoscope output plugin was written primarily by Ralph Loader.

This implementation is taken from alsaplayer version 0.99.54, at
http://www.alsaplayer.org/

Note: only one instance of this plugin may be created at a time: it has a
lot of static data.  This should be fixed (and it shouldn't be hard to do
so, either).