summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-12-21Global change from "caps2" to "caps". Script is: #!/bin/sh find . -name '*.[...CAPS-ENDCAPSDavid Schleef75-1089/+1089
2003-12-21Fixes to get 'make check' working again.David Schleef15-137/+157
2003-12-21Remove bufferpoolsDavid Schleef23-439/+40
2003-12-20fix signal types, includes bugfixes for docs and refcountingBenjamin Otte1-12/+11
2003-12-18Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3David Schleef121-2360/+2119
2003-12-18Enable poisoningDavid Schleef2-0/+9
2003-12-17fix proxying elements to query peer caps and not their own onesBenjamin Otte3-6/+22
2003-12-17fix is_always_compatible to work with ANY caps (includes fix for memleak)Benjamin Otte1-0/+12
2003-12-17add fixate function for listsBenjamin Otte1-2/+6
2003-12-17add missing stuff:Benjamin Otte3-54/+83
2003-12-15indent and doc fixesBenjamin Otte2-5/+5
2003-12-15add gst_buffer_stamp to copy timestamps and offsets from one buffer to anotherBenjamin Otte2-4/+22
2003-12-14Don't free NULL capsDavid Schleef2-2/+2
2003-12-12Significant changes to make pad negotiation more caps2-like. Implement fixat...David Schleef2-93/+195
2003-12-12minor bugfixesDavid Schleef1-2/+2
2003-12-12Minor bugfixes.David Schleef1-16/+20
2003-12-12more checksDavid Schleef2-0/+120
2003-12-12save caps as caps string instead of xmlDavid Schleef1-331/+11
2003-12-12add double range intersection. Consistently use v_intDavid Schleef1-20/+78
2003-12-11handle removal of template factoriesDavid Schleef4-14/+22
2003-12-11fixes. Remove g_printsDavid Schleef1-7/+4
2003-12-11remove g_printsDavid Schleef1-8/+1
2003-12-11Add parsing of MAX, MIN, etc. Add support for ranges in _set. Remove g_prints.David Schleef2-23/+49
2003-12-11remove gst_pad_template_newv() and GST_PAD_TEMPLATE_FACTORY()David Schleef2-104/+7
2003-12-11fixes:Benjamin Otte7-158/+152
2003-12-10Change structure_field_foreach() look more like glib functions.David Schleef4-18/+26
2003-12-10Start to remove GstStructureField from exported APIDavid Schleef3-18/+27
2003-12-10more strict _is_fixed checkingDavid Schleef2-1/+2
2003-12-03Add a few new functionsDavid Schleef3-0/+38
2003-12-02Fixes for change of caps strings.David Schleef6-132/+124
2003-12-02Notes on migrationDavid Schleef1-0/+231
2003-12-02Add fixate stuff. Fix a few prototypes. Change caps strings to a different, m...David Schleef17-180/+387
2003-11-29Merge HEAD from CAPS-MERGE-1 to CAPS-MERGE-2David Schleef28-701/+718
2003-11-29remove unused filesDavid Schleef4-4372/+0
2003-11-29remove junkDavid Schleef2-8/+0
2003-11-29merge from HEADDavid Schleef3-6/+6
2003-11-29remove files from CAPS branch, tooDavid Schleef6-1938/+0
2003-11-29Merge HEAD from CAPS-ROOT to CAPS-MERGE-1David Schleef112-954/+4146
2003-11-29caps grammarDavid Schleef1-0/+45
2003-11-29doc fixes for autoplug removalDavid Schleef7-101/+7
2003-11-29Fixes for new caps. A few tests disabled.David Schleef20-96/+206
2003-11-29fix usage of gst_caps2_replace()David Schleef5-5/+5
2003-11-29More hacking on gst_structure_from_string() and related code.David Schleef2-84/+335
2003-11-29fix return value of getcapsDavid Schleef2-2/+2
2003-11-29Remove GST_PLUGIN_STATIC stuff, 'cuz it's dumbDavid Schleef1-11/+3
2003-11-29pad linking fixesDavid Schleef1-18/+33
2003-11-29remove const from some prototypes, a few bug fixes.David Schleef2-18/+60
2003-11-25Fix tests to use GstCaps2, static caps, and static pad templatesDavid Schleef30-962/+596
2003-11-25Fix saving/restoring caps and structuresDavid Schleef2-15/+10
2003-11-25Switch everything to static pad templatesDavid Schleef16-72/+104