summaryrefslogtreecommitdiffstats
path: root/gst/cutter/gstcutter.c
Commit message (Collapse)AuthorAgeFilesLines
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-24/+25
| | | | | Original commit message from CVS: don't mix tabs and spaces
* gst-indentThomas Vander Stichele2004-03-141-177/+145
| | | | | Original commit message from CVS: gst-indent
* fix headers fix signals to use - instead of _Thomas Vander Stichele2004-03-041-2/+2
| | | | | | Original commit message from CVS: fix headers fix signals to use - instead of _
* src pad was being created twice - oops.Jan Schmidt2004-01-021-1/+1
| | | | | Original commit message from CVS: src pad was being created twice - oops.
* Fix warningsJeremy Simon2003-12-271-1/+1
| | | | | Original commit message from CVS: Fix warnings
* Merge CAPS branchDavid Schleef2003-12-221-29/+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
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
| | | | | Original commit message from CVS: + checking in plugin category changes
* Cutter and EFence ported.Iain Holmes2003-11-011-21/+27
| | | | | | Original commit message from CVS: Cutter and EFence ported. I hope someone else hasn't been doing these and not committing what they've done.
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo2003-10-081-5/+6
| | | | | | | 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.
* New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje2003-07-061-10/+20
| | | | | | | 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
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-6/+9
| | | | | | | | 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.
* fixes #112657Thomas Vander Stichele2003-05-101-68/+101
| | | | | Original commit message from CVS: fixes #112657
* 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-6/+1
| | | | | Original commit message from CVS: This updates all plugins to the new API for gst_pad_try_set_caps
* removing warnings (approved by wtay)Thomas Vander Stichele2002-09-091-3/+0
| | | | | Original commit message from CVS: removing warnings (approved by wtay)
* small cleanupsThomas Vander Stichele2002-09-091-10/+11
| | | | | Original commit message from CVS: small cleanups
* print fixesThomas Vander Stichele2002-07-151-2/+0
| | | | | Original commit message from CVS: print fixes
* DEBUG fixesThomas Vander Stichele2002-07-151-5/+7
| | | | | Original commit message from CVS: DEBUG fixes
* merge fixThomas Vander Stichele2002-07-151-1/+0
| | | | | Original commit message from CVS: merge fix
* fixesThomas Vander Stichele2002-07-121-5/+38
| | | | | Original commit message from CVS: fixes
* output fixThomas Vander Stichele2002-07-111-2/+2
| | | | | Original commit message from CVS: output fix
* 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-3/+3
| | | | | | 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-8/+8
| | | | | | | | | 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-24/+0
| | | | | | Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
* cya smoothwaveAndy Wingo2001-12-261-4/+4
| | | | | Original commit message from CVS: cya smoothwave
* much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe ↵Andy Wingo2001-12-231-2/+2
| | | | | | | | | they should go to ext/ Original commit message from CVS: much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe they should go to ext/
* Initial revisionAndy Wingo2001-12-221-0/+419
Original commit message from CVS: Initial revision