summaryrefslogtreecommitdiff
path: root/ext/shout2/gstshout2.c
Commit message (Expand)AuthorAgeFilesLines
* shout2: Add compatibility for libshout >= 2.4.2Tobias Reineke2021-11-201-0/+6
* shout2: advertise documentation caps properlyTim-Philipp Müller2020-06-191-3/+18
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-1/+1
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesMathieu Duponchelle2020-06-031-0/+2
* shout2: Use G_DECLARE_FINAL_TYPENiels De Graef2020-03-161-2/+1
* good: use of g_value_dup_stringStéphane Cerveau2019-12-201-8/+8
* Don't pass default GLib marshallers for signalsNiels De Graef2019-11-171-2/+1
* docs: Port all docstring to gtk-doc markdownThibault Saunier2019-05-131-3/+3
* shout2: Fix leak on error in startNicolas Dufresne2019-04-051-0/+2
* shout2send: print actual username in debug log outAdrián Pardini2018-01-181-1/+1
* shout2send: use non-blocking I/O and a configurable network operations timeoutGeorge Kiagiadakis2017-05-211-4/+124
* Fix up package name and origin in some pluginsTim-Philipp Müller2017-05-181-2/+1
* Fix plugin filenames to match plugin namesNicolas Dufresne2017-03-081-1/+1
* shout2: fix 404 in package originReynaldo H. Verdejo Pinochet2016-12-141-1/+1
* shout2: Use a non-timer GstPollSebastian Dröge2016-06-291-1/+1
* good: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-2/+1
* shout2: remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-151-16/+8
* docs: update example pipelines in element docsTim-Philipp Müller2015-05-101-1/+1
* shout2send: error out if no caps were receivedTim-Philipp Müller2014-01-211-22/+29
* shout2send: accept audio/webm, audio/ogg and video/ogg as wellTim-Philipp Müller2014-01-211-2/+2
* shout2send: change audio_format field to formatReynaldo H. Verdejo Pinochet2014-01-031-10/+11
* shout2send: clarify meaning of the URL propReynaldo H. Verdejo Pinochet2014-01-031-5/+5
* shout2send: docs, add a sample pipelineReynaldo H. Verdejo Pinochet2014-01-031-0/+16
* shout2send: drop IP only requirement for _set_host()Reynaldo H. Verdejo Pinochet2013-12-271-5/+4
* shout2send: Retarget FIXME to 2.0Reynaldo H. Verdejo Pinochet2013-12-271-1/+1
* Don't use setlocale in plugins()Tim-Philipp Müller2013-09-011-1/+0
* shout2send: accept audio/webm as well as video/webmTim-Philipp Müller2012-11-301-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller2012-08-041-2/+2
* shout2: update for ogg media type changesTim-Philipp Müller2012-04-151-1/+1
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* shout2: use some more boilerplateMark Nauwelaerts2012-02-161-38/+3
* shout2: port to 0.11Mark Nauwelaerts2012-02-161-28/+25
* Merge branch 'master' into 0.11Wim Taymans2012-02-101-4/+20
|\
| * shout2send: send video/webm through libshout.Ralph Giles2012-02-081-6/+20
| * various: fix pad template leaksVincent Penquerc'h2011-11-281-2/+2
|/
* various (ext): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-131-11/+13
* shout2: Don't wait if we're lateBenjamin Otte2010-04-081-7/+11
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-9/+5
* shout2send: Add 'public' propertyRobert Weidlich2010-01-041-0/+19
* shout2: Convert delay correctlyThiago Santos2009-12-021-1/+1
* shout2: use gstpoll for timeoutsWim Taymans2009-11-281-3/+47
* Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat2008-08-071-0/+1
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-041-0/+18
* ext/shout2/gstshout2.*: Add a property for username.Michael Smith2007-02-271-2/+17
* ext/shout2/gstshout2.*: Properly handle tags in shout2send. Fixes #399825.charles2007-01-261-20/+35
* Const-ify GEnumValue arrays.Tim-Philipp Müller2006-05-101-1/+1
* Rewrite a bit: use GstBaseSink::start and stop instead of a state change func...Tim-Philipp Müller2006-04-181-278/+279
* ext/shout2/gstshout2.*: Handle tags being received before the connection to t...Philippe Valembois2006-04-171-11/+21