summaryrefslogtreecommitdiffstats
path: root/gst/level/gstlevel.c
Commit message (Expand)AuthorAgeFilesLines
* Fix level for multi-channel case.Stefan Kost2007-02-221-1/+2
* gst/level/gstlevel.*: Use function pointer for process function and add proce...Stefan Kost2007-02-211-66/+125
* gst/goom/gstgoom.*: Improved docs and use GST_DEBUG_FUNCPTR.Stefan Kost2007-02-121-2/+2
* gst/level/gstlevel.*: Fix type mixup in level->interval (gdouble<->guint64). ...Stefan Kost2006-09-111-1/+1
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-221-1/+1
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* gst/level/gstlevel.c: use G_GINT64_CONSTANT for INT64 constantsSébastien Moutte2006-04-091-2/+2
* ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte2006-03-301-6/+8
* better/unified long descriptionsWim Taymans2006-03-301-6/+4
* gst/level/gstlevel.c: peak below decay is not necessarily an error, so don't ...Thomas Vander Stichele2006-02-061-2/+5
* gst/level/gstlevel.c: Fix memleak. Fixes #326612Mike Smith2006-01-131-0/+4
* gst/level/gstlevel.c: Don't leak filter arrays.Michael Smith2006-01-101-0/+24
* expand tabsThomas Vander Stichele2005-12-061-1/+1
* various cosmetic fixesThomas Vander Stichele2005-11-221-10/+11
* various cosmetic fixesThomas Vander Stichele2005-11-221-2/+2
* various cosmetic fixesThomas Vander Stichele2005-11-221-10/+11
* port cutterThomas Vander Stichele2005-11-211-3/+1
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+1
* use ELEMENT messages insteadThomas Vander Stichele2005-10-191-2/+2
* check/elements/level.c: fix test for new GstClockTime useThomas Vander Stichele2005-09-241-44/+58
* updating docsThomas Vander Stichele2005-09-231-1/+1
* convert to using GstClockTime for all time values, finally.Thomas Vander Stichele2005-09-231-50/+88
* we handle more than two channelsThomas Vander Stichele2005-09-231-2/+2
* common/: a simple py script to generate valid xml from a C example probably a...Thomas Vander Stichele2005-09-141-1/+38
* Move fdsrc back into gstreamer core elements.Jan Schmidt2005-09-091-5/+5
* Andrewio Patrickoforus Wingonymus - 5 additional tests for your sinsThomas Vander Stichele2005-09-011-14/+12
* Updates for two-arg init from GST_BOILERPLATE.Andy Wingo2005-08-281-1/+1
* gst/level/gstlevel.c: Revert unpopular change for GST_MESSAGE_SRC to GObject.Jan Schmidt2005-08-251-1/+1
* gst/level/gstlevel.c: GST_MESSAGE_SRC became a GObjectJan Schmidt2005-08-241-1/+1
* port fixes from 0.8 to levelThomas Vander Stichele2005-08-101-66/+73
* gst/: Port to new base class.Wim Taymans2005-07-151-6/+3
* examples/level/: Examples moved out of the source dir. Not updated tho.Andy Wingo2005-07-041-249/+265
* synchonised naming of pads and pad-templatesStefan Kost2004-10-261-2/+2
* Memory leak fixesIain Holmes2004-10-261-2/+2
* fix template, only signed acceptedThomas Vander Stichele2004-07-271-2/+12
* commentsThomas Vander Stichele2004-07-271-0/+1
* add debugging/cleanupsThomas Vander Stichele2004-07-261-34/+15
* clean up marshal generationThomas Vander Stichele2004-06-081-1/+1
* gst/level/gstlevel.*: figure out if we're initialized directly instead of kee...Benjamin Otte2004-05-081-10/+10
* gst/level/gstlevel.c: add proxying getcaps function, so level doesn't adverti...Benjamin Otte2004-03-241-0/+2
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-44/+45
* gst-indentThomas Vander Stichele2004-03-141-165/+158
* Merge CAPS branchDavid Schleef2003-12-221-49/+22
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* Fix segfault in #125471 by denying a state change to PLAYING when not inited....David Schleef2003-11-191-43/+61
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
* make sure config.h is included firstDavid Schleef2003-11-061-0/+3
* *sigh*Ronald S. Bultje2003-11-021-21/+28
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-3/+4
* added second example with plotting fixed some aestheticsThomas Vander Stichele2003-09-261-6/+11