summaryrefslogtreecommitdiff
path: root/gst/icydemux
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
* icydemux: Fix segfault if metadata-interval is 0Alex O'Konski2015-04-171-0/+1
* icydemux: does not need to link against zlibTim-Philipp Müller2014-11-231-1/+1
* icydemux: Unref dropped eventsSebastian Dröge2014-04-161-1/+4
* icydemux: Fix sticky event handlingSebastian Dröge2013-05-131-6/+33
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* icydemux: avoid copy when we canWim Taymans2013-04-091-2/+8
* Fix FSF addressTim-Philipp Müller2012-11-042-4/+4
* docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2012-08-271-1/+1
* gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller2012-08-041-3/+3
* tag: Update for taglist/tag event API changesSebastian Dröge2012-07-281-4/+1
* 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
* gst: Update versioningSebastian Dröge2012-04-041-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
* android: Make it ready for androgenizerThibault Saunier2011-04-111-0/+14
* 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-232-21/+49
* build: Makefile.am cleanupsTim-Philipp Müller2010-03-181-2/+2
* 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
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* 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-142-36/+26
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-221-1/+1
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-011-2/+2
* gst/icydemux/gsticydemux.*: Fix event handling: cache events when typefinding...Michael Smith2006-04-282-0/+53
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Add icydemux, and tests.Michael Smith2006-04-213-0/+678