summaryrefslogtreecommitdiff
path: root/ext/shout2/gstshout2.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-29shout2: Use a non-timer GstPollSebastian Dröge1-1/+1
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+1
2015-11-15shout2: remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-16/+8
2015-05-10docs: update example pipelines in element docsTim-Philipp Müller1-1/+1
2014-01-21shout2send: error out if no caps were receivedTim-Philipp Müller1-22/+29
2014-01-21shout2send: accept audio/webm, audio/ogg and video/ogg as wellTim-Philipp Müller1-2/+2
2014-01-03shout2send: change audio_format field to formatReynaldo H. Verdejo Pinochet1-10/+11
2014-01-03shout2send: clarify meaning of the URL propReynaldo H. Verdejo Pinochet1-5/+5
2014-01-03shout2send: docs, add a sample pipelineReynaldo H. Verdejo Pinochet1-0/+16
2013-12-27shout2send: drop IP only requirement for _set_host()Reynaldo H. Verdejo Pinochet1-5/+4
2013-12-27shout2send: Retarget FIXME to 2.0Reynaldo H. Verdejo Pinochet1-1/+1
2013-09-01Don't use setlocale in plugins()Tim-Philipp Müller1-1/+0
2012-11-30shout2send: accept audio/webm as well as video/webmTim-Philipp Müller1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-08-04gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller1-2/+2
2012-04-15shout2: update for ogg media type changesTim-Philipp Müller1-1/+1
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-02-16shout2: use some more boilerplateMark Nauwelaerts1-38/+3
2012-02-16shout2: port to 0.11Mark Nauwelaerts1-28/+25
2012-02-10Merge branch 'master' into 0.11Wim Taymans1-4/+20
2012-02-08shout2send: send video/webm through libshout.Ralph Giles1-6/+20
2011-11-28various: fix pad template leaksVincent Penquerc'h1-2/+2
2010-10-13various (ext): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-11/+13
2010-04-08shout2: Don't wait if we're lateBenjamin Otte1-7/+11
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-9/+5
2010-01-04shout2send: Add 'public' propertyRobert Weidlich1-0/+19
2009-12-02shout2: Convert delay correctlyThiago Santos1-1/+1
2009-11-28shout2: use gstpoll for timeoutsWim Taymans1-3/+47
2008-08-07Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat1-0/+1
2007-03-04Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt1-0/+18
2007-02-27ext/shout2/gstshout2.*: Add a property for username.Michael Smith1-2/+17
2007-01-26ext/shout2/gstshout2.*: Properly handle tags in shout2send. Fixes #399825.charles1-20/+35
2006-05-10Const-ify GEnumValue arrays.Tim-Philipp Müller1-1/+1
2006-04-18Rewrite a bit: use GstBaseSink::start and stop instead of a state change func...Tim-Philipp Müller1-278/+279
2006-04-17ext/shout2/gstshout2.*: Handle tags being received before the connection to t...Philippe Valembois1-11/+21
2006-04-17ext/shout2/gstshout2.c: Don't crash in case the connection to the server fail...Tim-Philipp Müller1-3/+9
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-03-30better/unified long descriptionsWim Taymans1-7/+7
2006-02-07ext/shout2/gstshout2.c: Make shout2 work for non ogg streamsZaheer Abbas Merali1-26/+32
2005-11-22fix up more enumsThomas Vander Stichele1-4/+4
2005-11-22Update for gst_tag_setter API changes.Andy Wingo1-3/+4
2005-10-16use gst_version_stringThomas Vander Stichele1-5/+1
2005-09-02All plugins updated for element state changes.Andy Wingo1-15/+16
2005-07-27Various event updates and cleanups.Wim Taymans1-2/+5
2005-07-10more macro splitting; fix po problemThomas Vander Stichele1-3/+3
2005-07-05Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo1-2/+0
2005-06-29ext/shout2/gstshout2.c: Fix build.Wim Taymans1-2/+1
2005-05-09Port shout2 pluginZaheer Abbas Merali1-140/+134
2004-07-28ext/lame/gstlame.c: send tag events downstreamZaheer Abbas Merali1-39/+214