Commit graph

14 commits

Author SHA1 Message Date
David Schleef 63ee736634 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;' \
{} \;
2003-12-21 22:33:42 +00:00
David Schleef e1eb5e2d92 Fixes to get 'make check' working again.
Original commit message from CVS:
Fixes to get 'make check' working again.
2003-12-21 22:04:45 +00:00
David Schleef 3754e36428 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
2003-12-18 05:40:34 +00:00
David Schleef 945bc373d1 Enable poisoning
Original commit message from CVS:
Enable poisoning
2003-12-18 03:55:40 +00:00
Benjamin Otte b2bf8cc44a 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)
2003-12-17 05:14:14 +00:00
David Schleef 4779d2ef92 Minor bugfixes.
Original commit message from CVS:
Minor bugfixes.
2003-12-12 09:08:37 +00:00
David Schleef 87dc453757 fixes. Remove g_prints
Original commit message from CVS:
fixes.  Remove g_prints
2003-12-11 05:34:56 +00:00
Benjamin Otte 888ccf80f2 fixes:
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
2003-12-11 03:20:10 +00:00
David Schleef 7714e7f75f more strict _is_fixed checking
Original commit message from CVS:
more strict _is_fixed checking
2003-12-10 21:11:26 +00:00
David Schleef 2d78d942c3 Add a few new functions
Original commit message from CVS:
Add a few new functions
2003-12-03 10:21:00 +00:00
David Schleef 2197234a09 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.
2003-12-02 18:45:10 +00:00
David Schleef 69b81fd198 remove const from some prototypes, a few bug fixes.
Original commit message from CVS:
remove const from some prototypes, a few bug fixes.
2003-11-29 00:09:20 +00:00
David Schleef edac35d68d cleaning up API
Original commit message from CVS:
cleaning up API
2003-11-25 08:53:39 +00:00
David Schleef 2fa95b4fac Add new caps code
Original commit message from CVS:
Add new caps code
2003-11-11 19:14:14 +00:00