summaryrefslogtreecommitdiffstats
path: root/gst/debug
Commit message (Collapse)AuthorAgeFilesLines
...
* /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.
* change caps in template to GST_CAPS_ANYDavid Schleef2003-09-141-2/+2
| | | | | Original commit message from CVS: change caps in template to GST_CAPS_ANY
* compilation problems on FreeBSD.Andrew Turner2003-08-211-0/+4
| | | | | | Original commit message from CVS: Patch from Andrew Turner <zxombie@hotpop.com> (#120307). Fixes compilation problems on FreeBSD.
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
| | | | | Original commit message from CVS: Remove redundant plugindir definition
* various spec file and build fixes agogo /me kicks ds in a friendly wayThomas Vander Stichele2003-07-121-1/+1
| | | | | | Original commit message from CVS: various spec file and build fixes agogo /me kicks ds in a friendly way
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-7/+10
| | | | | | | | 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.
* new "Electric Fence" element, that converts each buffer into an allocated ↵David Schleef2003-06-223-0/+494
region surrounded by two unmapped pages. Original commit message from CVS: new "Electric Fence" element, that converts each buffer into an allocated region surrounded by two unmapped pages.