summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Global change from "caps2" to "caps". Script is: #!/bin/sh find . -name '*.[...CAPS-ENDCAPSDavid Schleef2003-12-2175-1089/+1089
* Fixes to get 'make check' working again.David Schleef2003-12-2115-137/+157
* Remove bufferpoolsDavid Schleef2003-12-2123-439/+40
* fix signal types, includes bugfixes for docs and refcountingBenjamin Otte2003-12-201-12/+11
* Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3David Schleef2003-12-18121-2360/+2119
* Enable poisoningDavid Schleef2003-12-182-0/+9
* fix proxying elements to query peer caps and not their own onesBenjamin Otte2003-12-173-6/+22
* fix is_always_compatible to work with ANY caps (includes fix for memleak)Benjamin Otte2003-12-171-0/+12
* add fixate function for listsBenjamin Otte2003-12-171-2/+6
* add missing stuff:Benjamin Otte2003-12-173-54/+83
* indent and doc fixesBenjamin Otte2003-12-152-5/+5
* add gst_buffer_stamp to copy timestamps and offsets from one buffer to anotherBenjamin Otte2003-12-152-4/+22
* Don't free NULL capsDavid Schleef2003-12-142-2/+2
* Significant changes to make pad negotiation more caps2-like. Implement fixat...David Schleef2003-12-122-93/+195
* minor bugfixesDavid Schleef2003-12-121-2/+2
* Minor bugfixes.David Schleef2003-12-121-16/+20
* more checksDavid Schleef2003-12-122-0/+120
* save caps as caps string instead of xmlDavid Schleef2003-12-121-331/+11
* add double range intersection. Consistently use v_intDavid Schleef2003-12-121-20/+78
* handle removal of template factoriesDavid Schleef2003-12-114-14/+22
* fixes. Remove g_printsDavid Schleef2003-12-111-7/+4
* remove g_printsDavid Schleef2003-12-111-8/+1
* Add parsing of MAX, MIN, etc. Add support for ranges in _set. Remove g_prints.David Schleef2003-12-112-23/+49
* remove gst_pad_template_newv() and GST_PAD_TEMPLATE_FACTORY()David Schleef2003-12-112-104/+7
* fixes:Benjamin Otte2003-12-117-158/+152
* Change structure_field_foreach() look more like glib functions.David Schleef2003-12-104-18/+26
* Start to remove GstStructureField from exported APIDavid Schleef2003-12-103-18/+27
* more strict _is_fixed checkingDavid Schleef2003-12-102-1/+2
* Add a few new functionsDavid Schleef2003-12-033-0/+38
* Fixes for change of caps strings.David Schleef2003-12-026-132/+124
* Notes on migrationDavid Schleef2003-12-021-0/+231
* Add fixate stuff. Fix a few prototypes. Change caps strings to a different, m...David Schleef2003-12-0217-180/+387
* Merge HEAD from CAPS-MERGE-1 to CAPS-MERGE-2David Schleef2003-11-2928-701/+718
* remove unused filesDavid Schleef2003-11-294-4372/+0
* remove junkDavid Schleef2003-11-292-8/+0
* merge from HEADDavid Schleef2003-11-293-6/+6
* remove files from CAPS branch, tooDavid Schleef2003-11-296-1938/+0
* Merge HEAD from CAPS-ROOT to CAPS-MERGE-1David Schleef2003-11-29112-954/+4146
* caps grammarDavid Schleef2003-11-291-0/+45
* doc fixes for autoplug removalDavid Schleef2003-11-297-101/+7
* Fixes for new caps. A few tests disabled.David Schleef2003-11-2920-96/+206
* fix usage of gst_caps2_replace()David Schleef2003-11-295-5/+5
* More hacking on gst_structure_from_string() and related code.David Schleef2003-11-292-84/+335
* fix return value of getcapsDavid Schleef2003-11-292-2/+2
* Remove GST_PLUGIN_STATIC stuff, 'cuz it's dumbDavid Schleef2003-11-291-11/+3
* pad linking fixesDavid Schleef2003-11-291-18/+33
* remove const from some prototypes, a few bug fixes.David Schleef2003-11-292-18/+60
* Fix tests to use GstCaps2, static caps, and static pad templatesDavid Schleef2003-11-2530-962/+596
* Fix saving/restoring caps and structuresDavid Schleef2003-11-252-15/+10
* Switch everything to static pad templatesDavid Schleef2003-11-2516-72/+104