gstreamer/testsuite
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
..
bins Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
bytestream Global change from "caps2" to "caps". Script is: #!/bin/sh find . -name '*.[chy]' -exec perl -i -p \ 2003-12-21 22:33:42 +00:00
caps Global change from "caps2" to "caps". Script is: #!/bin/sh find . -name '*.[chy]' -exec perl -i -p \ 2003-12-21 22:33:42 +00:00
caps2 Global change from "caps2" to "caps". Script is: #!/bin/sh find . -name '*.[chy]' -exec perl -i -p \ 2003-12-21 22:33:42 +00:00
cleanup Merge HEAD from CAPS-ROOT to CAPS-MERGE-1 2003-11-29 04:09:27 +00:00
clock Massive patch to make 'make check' work properly. Many compilation fixes -- everything should compile now. Some tes... 2003-10-15 01:25:41 +00:00
debug Merge HEAD from CAPS-MERGE-1 to CAPS-MERGE-2 2003-11-29 07:04:28 +00:00
dynparams Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
elements Global change from "caps2" to "caps". Script is: #!/bin/sh find . -name '*.[chy]' -exec perl -i -p \ 2003-12-21 22:33:42 +00:00
indexers Massive patch to make 'make check' work properly. Many compilation fixes -- everything should compile now. Some tes... 2003-10-15 01:25:41 +00:00
parse Massive patch to make 'make check' work properly. Many compilation fixes -- everything should compile now. Some tes... 2003-10-15 01:25:41 +00:00
plugin Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
refcounting cosmetic fix 2003-11-04 05:47:28 +00:00
states Massive patch to make 'make check' work properly. Many compilation fixes -- everything should compile now. Some tes... 2003-10-15 01:25:41 +00:00
threads Merge HEAD from CAPS-ROOT to CAPS-MERGE-1 2003-11-29 04:09:27 +00:00
.gitignore ignore these test code 2003-09-11 12:19:22 +00:00
gst-inspect-check make gst-inspect-gui call the proper gst-inspect 2002-05-11 23:33:32 +00:00
Makefile.am Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
Rules Fix tests to use GstCaps2, static caps, and static pad templates 2003-11-25 08:59:43 +00:00
test_gst_init.c Updated test to have a comment explaining its purpose (very important this, especially for regression tests), and to ... 2001-03-09 12:29:51 +00:00