summaryrefslogtreecommitdiff
path: root/gst/icydemux
AgeCommit message (Expand)AuthorFilesLines
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