- Dec 21, 2003
-
-
David Schleef authored
Global change from "caps2" to "caps". Script is: #!/bin/sh find . -name '*.[chy]' -exec perl -i -p \ Original commit message from CVS: Global change from "caps2" to "caps". Script is: #!/bin/sh find . -name '*.[chy]' -exec perl -i -p \ -e 's/gst_static_caps2_/gst_static_caps_/g;\ s/GST_CAPS2_/GST_CAPS_/g;\ s/gst_caps2_/gst_caps_/g;\ s/GstCaps2/GstCaps/g;\ s/GstStaticCaps2/GstStaticCaps/g;\ s/GST_STATIC_CAPS2_/GST_STATIC_CAPS_/g;\ s/GST_TYPE_CAPS2/GST_TYPE_CAPS/g;\ s/gst_caps_get_nth_cap/gst_caps_get_structure/g;\ s/gst_caps_get_n_structures/gst_caps_get_size/g;\ s/gst_caps_append_cap/gst_caps_append_structure/g;\ s/GST_CAPS2_/GST_CAPS_/g;' \ {} \;
-
David Schleef authored
Original commit message from CVS: Fixes to get 'make check' working again.
-
David Schleef authored
Original commit message from CVS: Remove bufferpools
-
- Dec 20, 2003
-
-
Benjamin Otte authored
Original commit message from CVS: fix signal types, includes bugfixes for docs and refcounting
-
- Dec 18, 2003
-
-
David Schleef authored
Original commit message from CVS: Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3
-
David Schleef authored
Original commit message from CVS: Enable poisoning
-
- Dec 17, 2003
-
-
Benjamin Otte authored
Original commit message from CVS: fix proxying elements to query peer caps and not their own ones
-
Benjamin Otte authored
Original commit message from CVS: fix is_always_compatible to work with ANY caps (includes fix for memleak)
-
Benjamin Otte authored
Original commit message from CVS: add fixate function for lists
-
Benjamin Otte authored
Original commit message from CVS: add missing stuff: - intersection of lists - boolean comparisons - range lcopy and lcollect functions
-
- Dec 15, 2003
-
-
Benjamin Otte authored
Original commit message from CVS: indent and doc fixes
-
Benjamin Otte authored
Original commit message from CVS: add gst_buffer_stamp to copy timestamps and offsets from one buffer to another
-
- Dec 14, 2003
-
-
David Schleef authored
Original commit message from CVS: Don't free NULL caps
-
- Dec 12, 2003
-
-
David Schleef authored
Significant changes to make pad negotiation more caps2-like. Implement fixate functionality. It works, too. Original commit message from CVS: Significant changes to make pad negotiation more caps2-like. Implement fixate functionality. It works, too.
-
David Schleef authored
Original commit message from CVS: minor bugfixes
-
David Schleef authored
Original commit message from CVS: Minor bugfixes.
-
David Schleef authored
Original commit message from CVS: more checks
-
David Schleef authored
Original commit message from CVS: save caps as caps string instead of xml
-
David Schleef authored
Original commit message from CVS: add double range intersection. Consistently use v_int
-
- Dec 11, 2003
-
-
David Schleef authored
Original commit message from CVS: handle removal of template factories
-
David Schleef authored
Original commit message from CVS: fixes. Remove g_prints
-
David Schleef authored
Original commit message from CVS: remove g_prints
-
David Schleef authored
Original commit message from CVS: Add parsing of MAX, MIN, etc. Add support for ranges in _set. Remove g_prints.
-
David Schleef authored
Original commit message from CVS: remove gst_pad_template_newv() and GST_PAD_TEMPLATE_FACTORY()
-
Benjamin Otte authored
Original commit message from CVS: fixes: - don't expose GstStructureField anymore - fix usage of GstStructureField in caps and tagging to use gst_structure_foreach - s/gst_structure_field_foreach/gst_structure_foreach/ - added some missing API - little bugfixes I confirmed that make check works in caps/ and tags/ as I didn't know what else to test
-
- Dec 10, 2003
-
-
David Schleef authored
Original commit message from CVS: Change structure_field_foreach() look more like glib functions.
-
David Schleef authored
Original commit message from CVS: Start to remove GstStructureField from exported API
-
David Schleef authored
Original commit message from CVS: more strict _is_fixed checking
-
- Dec 03, 2003
-
-
David Schleef authored
Original commit message from CVS: Add a few new functions
-
- Dec 02, 2003
-
-
David Schleef authored
Original commit message from CVS: Fixes for change of caps strings.
-
David Schleef authored
Original commit message from CVS: Notes on migration
-
David Schleef authored
Add fixate stuff. Fix a few prototypes. Change caps strings to a different, more parseable format. Fix elements. Original commit message from CVS: Add fixate stuff. Fix a few prototypes. Change caps strings to a different, more parseable format. Fix elements.
-
- Nov 29, 2003
-
-
David Schleef authored
Original commit message from CVS: Merge HEAD from CAPS-MERGE-1 to CAPS-MERGE-2
-
David Schleef authored
Original commit message from CVS: remove unused files
-
David Schleef authored
Original commit message from CVS: remove junk
-
David Schleef authored
Original commit message from CVS: merge from HEAD
-
David Schleef authored
Original commit message from CVS: remove files from CAPS branch, too
-
David Schleef authored
Original commit message from CVS: Merge HEAD from CAPS-ROOT to CAPS-MERGE-1
-
David Schleef authored
Original commit message from CVS: caps grammar
-
David Schleef authored
Original commit message from CVS: doc fixes for autoplug removal
-