summaryrefslogtreecommitdiffstats
path: root/gst/debug
Commit message (Collapse)AuthorAgeFilesLines
* gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.David Schleef2004-02-021-0/+5
| | | | | Original commit message from CVS: * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
* gst/debug/efence.c: Fix negotiation. Add a bufferalloc function for the ↵David Schleef2004-01-121-15/+44
| | | | | | | | | | | sink pad, and generally clean up some of the... Original commit message from CVS: * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain), (gst_efence_buffer_alloc), (gst_fenced_buffer_new), (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy): Fix negotiation. Add a bufferalloc function for the sink pad, and generally clean up some of the code.
* ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() testDavid Schleef2004-01-111-6/+6
| | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new), (gst_fenced_buffer_default_copy): Fix for rename of buffer private structure members. * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time value during a resize/renegotiation. * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use gst_pad_alloc_buffer(); * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private structure members. * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free): Fix for rename of buffer private structure members. * sys/ximage/ximagesink.c: (gst_ximagesink_chain), (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc): Fix for rename of buffer private structure members. * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc): Fix for rename of buffer private structure members.
* Negotiation fixesDavid Schleef2004-01-021-17/+2
| | | | | Original commit message from CVS: Negotiation fixes
* Merge CAPS branchDavid Schleef2003-12-221-24/+16
| | | | | Original commit message from CVS: Merge CAPS branch
* remove copyright field from pluginsAndy Wingo2003-12-042-2/+0
| | | | | Original commit message from CVS: remove copyright field from plugins
* Change GstCaps to GstStructure in navigation events. Fix x[v]imagesink to ↵David Schleef2003-11-112-6/+6
| | | | | | | | scale navigation events. Original commit message from CVS: Change GstCaps to GstStructure in navigation events. Fix x[v]imagesink to scale navigation events.
* navigation testerDavid Schleef2003-11-103-2/+362
| | | | | Original commit message from CVS: navigation tester
* Cutter and EFence ported.Iain Holmes2003-11-011-26/+28
| | | | | | 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-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.