summaryrefslogtreecommitdiff
path: root/gst/icydemux
AgeCommit message (Expand)AuthorFilesLines
2014-11-23icydemux: does not need to link against zlibTim-Philipp Müller1-1/+1
2014-04-16icydemux: Unref dropped eventsSebastian Dröge1-1/+4
2013-05-13icydemux: Fix sticky event handlingSebastian Dröge1-6/+33
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-04-09icydemux: avoid copy when we canWim Taymans1-2/+8
2012-11-04Fix FSF addressTim-Philipp Müller2-4/+4
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller1-1/+1
2012-08-04gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller1-3/+3
2012-07-28tag: Update for taglist/tag event API changesSebastian Dröge1-4/+1
2012-06-06update for tag event changeWim Taymans1-1/+1
2012-05-23icydemux: warning if setting srcpad caps failsAnton Novikov1-2/+4
2012-05-23icydemux: activate srcpad before setting capsAnton Novikov1-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-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-03-28update for buffer changesWim Taymans1-1/+1
2011-11-17add parent to pad functionsWim Taymans1-8/+10
2011-11-10update for adapter api changesWim Taymans1-1/+2
2011-10-30ext, gst: update for taglist API changesTim-Philipp Müller1-1/+1
2011-10-27make some more things compile againWim Taymans1-1/+1
2011-10-10icydemux: port to 0.11Wim Taymans1-59/+43
2011-04-11android: Make it ready for androgenizerThibault Saunier1-0/+14
2011-02-21icydemux: fix tag list handling issues that might have caused crashesTim-Philipp Müller1-13/+16
2010-12-02icydemux: Add 'StreamUrl' metadata as GST_TAG_HOMEPAGE tagAndoni Morales Alastruey1-6/+4
2010-11-04icydemux: fix use-after-free of taglistJonathan Matthew1-1/+3
2010-10-04icydemux: forward tag eventsAndoni Morales Alastruey1-15/+29
2010-03-23icydemux: Handle upstream Content-Type.Edward Hervey2-21/+49
2010-03-18build: Makefile.am cleanupsTim-Philipp Müller1-2/+2
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+5
2009-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey1-3/+1
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost1-10/+4
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-08-27gst/icydemux/gsticydemux.c: Small docs fix: in the example pipeline, we need ...Tim-Philipp Müller1-2/+3
2008-02-07Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without caps, and add a som...Tim-Philipp Müller1-2/+12
2007-06-05configure.ac: Bump requirements to released versions (core and base 0.10.13).Tim-Philipp Müller1-78/+2
2007-04-12gst/icydemux/gsticydemux.c: If the metadata strings we get in the stream are ...Tim-Philipp Müller1-30/+87
2006-10-16Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles1-1/+1
2006-10-11gst/: Activate pad before adding it to the already-running element.Tim-Philipp Müller1-0/+1
2006-09-14gst/icydemux/gsticydemux.*: When we merge/collect multiple incoming buffers f...Tim-Philipp Müller2-36/+26
2006-06-22Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller1-1/+1
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-2/+2
2006-04-28gst/icydemux/gsticydemux.*: Fix event handling: cache events when typefinding...Michael Smith2-0/+53
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-21Add icydemux, and tests.Michael Smith3-0/+678