summaryrefslogtreecommitdiff
path: root/gst/icydemux/gsticydemux.c
Commit message (Expand)AuthorAgeFilesLines
* update for tag event changeWim Taymans2012-06-061-1/+1
* icydemux: warning if setting srcpad caps failsAnton Novikov2012-05-231-2/+4
* icydemux: activate srcpad before setting capsAnton Novikov2012-05-231-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
* update for buffer changesWim Taymans2012-03-281-1/+1
* add parent to pad functionsWim Taymans2011-11-171-8/+10
* update for adapter api changesWim Taymans2011-11-101-1/+2
* ext, gst: update for taglist API changesTim-Philipp Müller2011-10-301-1/+1
* make some more things compile againWim Taymans2011-10-271-1/+1
* icydemux: port to 0.11Wim Taymans2011-10-101-59/+43
* icydemux: fix tag list handling issues that might have caused crashesTim-Philipp Müller2011-02-211-13/+16
* icydemux: Add 'StreamUrl' metadata as GST_TAG_HOMEPAGE tagAndoni Morales Alastruey2010-12-021-6/+4
* icydemux: fix use-after-free of taglistJonathan Matthew2010-11-041-1/+3
* icydemux: forward tag eventsAndoni Morales Alastruey2010-10-041-15/+29
* icydemux: Handle upstream Content-Type.Edward Hervey2010-03-231-21/+46
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-8/+5
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-3/+1
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-10/+4
* gst/icydemux/gsticydemux.c: Small docs fix: in the example pipeline, we need ...Tim-Philipp Müller2008-08-271-2/+3
* Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without caps, and add a som...Tim-Philipp Müller2008-02-071-2/+12
* configure.ac: Bump requirements to released versions (core and base 0.10.13).Tim-Philipp Müller2007-06-051-78/+2
* gst/icydemux/gsticydemux.c: If the metadata strings we get in the stream are ...Tim-Philipp Müller2007-04-121-30/+87
* Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles2006-10-161-1/+1
* gst/: Activate pad before adding it to the already-running element.Tim-Philipp Müller2006-10-111-0/+1
* gst/icydemux/gsticydemux.*: When we merge/collect multiple incoming buffers f...Tim-Philipp Müller2006-09-141-35/+25
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-221-1/+1
* gst/icydemux/gsticydemux.*: Fix event handling: cache events when typefinding...Michael Smith2006-04-281-0/+52
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Add icydemux, and tests.Michael Smith2006-04-211-0/+587