~thong-u/unoptimized/+git/gstreamer:CAPS

Last commit made on 2003-12-21
Get this branch:
git clone -b CAPS https://git.launchpad.net/~thong-u/unoptimized/+git/gstreamer

Branch merges

Branch information

Recent commits

63ee736... by David Schleef

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;' \
{} \;

e1eb5e2... by David Schleef

Fixes to get 'make check' working again.

Original commit message from CVS:
Fixes to get 'make check' working again.

d229104... by David Schleef

Remove bufferpools

Original commit message from CVS:
Remove bufferpools

f5118d8... by Benjamin Otte (Company)

fix signal types, includes bugfixes for docs and refcounting

Original commit message from CVS:
fix signal types, includes bugfixes for docs and refcounting

3754e36... by David Schleef

Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3

Original commit message from CVS:
Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3

945bc37... by David Schleef

Enable poisoning

Original commit message from CVS:
Enable poisoning

91b84eb... by Benjamin Otte (Company)

fix proxying elements to query peer caps and not their own ones

Original commit message from CVS:
fix proxying elements to query peer caps and not their own ones

b2bf8cc... by Benjamin Otte (Company)

fix is_always_compatible to work with ANY caps (includes fix for memleak)

Original commit message from CVS:
fix is_always_compatible to work with ANY caps (includes fix for memleak)

eb37196... by Benjamin Otte (Company)

add fixate function for lists

Original commit message from CVS:
add fixate function for lists

765a1d1... by Benjamin Otte (Company)

add missing stuff:

Original commit message from CVS:
add missing stuff:
- intersection of lists
- boolean comparisons
- range lcopy and lcollect functions