summaryrefslogtreecommitdiffstats
path: root/ext/shout2/gstshout2.h
Commit message (Collapse)AuthorAgeFilesLines
* expand tabsThomas Vander Stichele2005-12-061-1/+1
| | | | | Original commit message from CVS: expand tabs
* Port shout2 pluginZaheer Abbas Merali2005-05-091-5/+4
| | | | | | | | | | | | | | | | | | | Original commit message from CVS: 2005-05-09 Zaheer Abbas Merali <zaheerabbas at merali dot org> * PORTED_09: * configure.ac: * ext/Makefile.am: * ext/shout2/Makefile.am: * ext/shout2/gstshout2.c: (gst_shout2send_get_type), (gst_shout2send_base_init), (gst_shout2send_class_init), (gst_shout2send_init), (gst_shout2send_event), (gst_shout2send_render), (gst_shout2send_set_property), (gst_shout2send_get_property), (gst_shout2send_setcaps), (gst_shout2send_change_state): * ext/shout2/gstshout2.h: Port shout2 plugin
* ext/lame/gstlame.c: send tag events downstreamZaheer Abbas Merali2004-07-281-0/+8
| | | | | | | | | | | | | | | | | | | | | 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
* ext/Makefile.am: add rules to build shout2send (was removed by accident when ↵Stéphane Loeuillet2004-05-241-0/+3
| | | | | | | | | | | | | | | this module was no more marked experimen... Original commit message from CVS: * ext/Makefile.am: add rules to build shout2send (was removed by accident when this module was no more marked experimental/broken) * ext/shout2/gstshout2.c: * ext/shout2/gstshout2.h: adding a "connection problem" signal to shout2send (fixes #142954)
* configure.ac: enable shout2 by defaultBenjamin Otte2004-05-121-2/+1
| | | | | | | | | | | | | | Original commit message from CVS: * configure.ac: enable shout2 by default * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type), (gst_shout2send_base_init), (gst_shout2send_init), (gst_shout2send_connect), (gst_shout2send_change_state): * ext/shout2/gstshout2.h: make this work again. Based on a patch by Zaheer Merali (fixes #142262) * ext/theora/theora.c: (plugin_init): don't set rank on encoders
* *.h: Revert indentingJohan Dahlin2004-03-151-34/+30
| | | | | Original commit message from CVS: * *.h: Revert indenting
* gst-indentThomas Vander Stichele2004-03-141-30/+34
| | | | | Original commit message from CVS: gst-indent
* #fixes 101992Thomas Vander Stichele2003-01-051-0/+12
| | | | | Original commit message from CVS: #fixes 101992
* Added the new shout pluginWim Taymans2002-10-271-0/+79
Original commit message from CVS: Added the new shout plugin