summaryrefslogtreecommitdiffstats
path: root/gst/level/gstlevel.c
Commit message (Collapse)AuthorAgeFilesLines
* synchonised naming of pads and pad-templatesStefan Kost2004-10-261-2/+2
| | | | | Original commit message from CVS: synchonised naming of pads and pad-templates
* Memory leak fixesIain Holmes2004-10-261-2/+2
| | | | | | Original commit message from CVS: Memory leak fixes Allow level to take mono or stereo audio
* fix template, only signed acceptedThomas Vander Stichele2004-07-271-2/+12
| | | | | Original commit message from CVS: fix template, only signed accepted
* commentsThomas Vander Stichele2004-07-271-0/+1
| | | | | Original commit message from CVS: comments
* add debugging/cleanupsThomas Vander Stichele2004-07-261-34/+15
| | | | | Original commit message from CVS: add debugging/cleanups
* clean up marshal generationThomas Vander Stichele2004-06-081-1/+1
| | | | | Original commit message from CVS: clean up marshal generation
* gst/level/gstlevel.*: figure out if we're initialized directly instead of ↵Benjamin Otte2004-05-081-10/+10
| | | | | | | | | | | | | | keeping a variable that's wrong in 90% of c... Original commit message from CVS: * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain), (gst_level_change_state), (gst_level_init): * gst/level/gstlevel.h: figure out if we're initialized directly instead of keeping a variable that's wrong in 90% of cases don't initialize pads and then leak them and use a new unitialized pad. (fixes #142084) these were bugs so n00bish I didn't find them for an hour :/
* gst/level/gstlevel.c: add proxying getcaps function, so level doesn't ↵Benjamin Otte2004-03-241-0/+2
| | | | | | | | | advertise impossible caps Original commit message from CVS: * gst/level/gstlevel.c: (gst_level_init): add proxying getcaps function, so level doesn't advertise impossible caps
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-44/+45
| | | | | Original commit message from CVS: don't mix tabs and spaces
* gst-indentThomas Vander Stichele2004-03-141-165/+158
| | | | | Original commit message from CVS: gst-indent
* Merge CAPS branchDavid Schleef2003-12-221-49/+22
| | | | | Original commit message from CVS: Merge CAPS branch
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
| | | | | Original commit message from CVS: remove copyright field from plugins
* Fix segfault in #125471 by denying a state change to PLAYING when not ↵David Schleef2003-11-191-43/+61
| | | | | | | | inited. This is arguably not the right fix. Original commit message from CVS: Fix segfault in #125471 by denying a state change to PLAYING when not inited. This is arguably not the right fix.
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
| | | | | Original commit message from CVS: + checking in plugin category changes
* make sure config.h is included firstDavid Schleef2003-11-061-0/+3
| | | | | Original commit message from CVS: make sure config.h is included first
* *sigh*Ronald S. Bultje2003-11-021-21/+28
| | | | | Original commit message from CVS: *sigh*
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo2003-10-081-3/+4
| | | | | | | deal with that. Fixes #113488. Original commit message from CVS: /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
* added second example with plotting fixed some aestheticsThomas Vander Stichele2003-09-261-6/+11
| | | | | | Original commit message from CVS: added second example with plotting fixed some aesthetics
* fix capsThomas Vander Stichele2003-09-211-48/+47
| | | | | Original commit message from CVS: fix caps
* remove debugging printsThomas Vander Stichele2003-09-211-9/+8
| | | | | Original commit message from CVS: remove debugging prints
* reworked level plugin. It now does RMS, peak, and decay peak signaling per ↵Thomas Vander Stichele2003-09-211-62/+226
| | | | | | | | interleaved channel. Original commit message from CVS: reworked level plugin. It now does RMS, peak, and decay peak signaling per interleaved channel.
* New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje2003-07-061-11/+12
| | | | | | | over to the new mimetypes spec as descri... Original commit message from CVS: New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
* Fix type punning.David Schleef2003-06-301-6/+6
| | | | | Original commit message from CVS: Fix type punning.
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-0/+3
| | | | | | | | Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
* PadConnect -> PadLinkThomas Vander Stichele2003-01-101-1/+1
| | | | | Original commit message from CVS: PadConnect -> PadLink
* another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele2003-01-101-5/+5
| | | | | | | | | | please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
* plugins part of license field patchChristian Schaller2002-09-181-1/+2
| | | | | Original commit message from CVS: plugins part of license field patch
* This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje2002-09-101-5/+2
| | | | | Original commit message from CVS: This updates all plugins to the new API for gst_pad_try_set_caps
* cleanups and clarificationsThomas Vander Stichele2002-08-301-20/+26
| | | | | Original commit message from CVS: cleanups and clarifications
* sf's backThomas Vander Stichele2002-08-271-50/+74
| | | | | Original commit message from CVS: sf's back
* a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo2002-04-201-1/+1
| | | | | | | | | | | details->klass reorganizations an element br... Original commit message from CVS: * a hack to work around intltool's brokenness * a current check for mpeg2dec * details->klass reorganizations * an element browser that uses details->klass * separated cdxa parse out from the avi directory
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo2002-04-111-5/+5
| | | | | | | | | | | and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
* Changed to the new props APIWim Taymans2002-03-301-1/+1
| | | | | | Original commit message from CVS: Changed to the new props API Other small tuff.
* s/Gnome-Streamer/GStreamer/Andy Wingo2002-03-201-1/+1
| | | | | Original commit message from CVS: s/Gnome-Streamer/GStreamer/
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-191-2/+2
| | | | | | | | | versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
* Bring the plugins in sync with the new core capsnego system.Wim Taymans2002-01-131-25/+0
| | | | | | Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
* Initial revisionAndy Wingo2001-12-221-0/+285
Original commit message from CVS: Initial revision