summaryrefslogtreecommitdiffstats
path: root/ext/esd/esdmon.c
Commit message (Expand)AuthorAgeFilesLines
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-281-2/+4
* ext/esd/esdmon.c: Add doc blob.Stefan Kost2008-10-271-1/+19
* docs/plugins/: cleanup -unused.txt to make it useful, add previously missing ...Stefan Kost2006-08-201-9/+0
* Const-ify GEnumValue arrays.Tim-Philipp Müller2006-05-101-2/+2
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* better/unified long descriptionsWim Taymans2006-03-301-6/+5
* close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans2006-03-131-0/+1
* change some char* into char[]Stefan Kost2005-12-161-1/+1
* fix up more enumsThomas Vander Stichele2005-11-221-4/+4
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-121-4/+4
* All plugins updated for element state changes.Andy Wingo2005-09-021-6/+7
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-051-2/+0
* second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet2004-05-211-1/+1
* ext/esd/esdmon.c: fix nonterminated vararg and memleakBenjamin Otte2004-04-051-9/+11
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-31/+34
* gst-indentThomas Vander Stichele2004-03-141-116/+112
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-1/+1
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-1/+1
* use new error signal and classificationThomas Vander Stichele2004-01-181-1/+1
* Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef2004-01-021-2/+2
* Merge CAPS branchDavid Schleef2003-12-221-56/+49
* ESD UpdatedIain Holmes2003-11-011-14/+15
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-3/+3
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-161-3/+1
* converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte2003-09-151-1/+3
* Merge esdmon and esdsink elements into one pluginDavid Schleef2003-07-151-53/+3
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-061-25/+21
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-7/+11
* Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer c...David Schleef2003-02-021-1/+1
* plugins part of license field patchChristian Schaller2002-09-181-0/+1
* This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje2002-09-101-2/+2
* Make elements nanoseconds awareWim Taymans2002-06-021-2/+2
* a hack to work around intltool's brokenness a current check for mpeg2dec deta...Andy Wingo2002-04-201-1/+1
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory a...Andy Wingo2002-04-111-4/+4
* filter newlines out of GST_DEBUG statements to reflect new core behavior fixe...Andy Wingo2002-03-241-7/+7
* removal of //-style comments don't link plugins to core libs -- the versionin...Andy Wingo2002-03-191-5/+5
* Fix up esdmon timestamps, so that they don't go completely wrong if someone c...Richard Boulton2002-03-021-4/+7
* Added esdmon plugin.Richard Boulton2002-03-021-0/+498