gstreamer/gst
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
..
autoplug 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
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 Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
parse 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
registries 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
schedulers Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
.gitignore ignore 2003-09-11 12:13:56 +00:00
cothreads.c fix missing include for OS X (bug 126069) - HEAD should compile on OS X now 2003-11-04 17:24:46 +00:00
cothreads.h Remove GCC-ism used to find current stack pointer, and use this opportunity to clean up the code slightly. Based on ... 2003-01-21 22:01:37 +00:00
gst.c 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
gst.h Remove bufferpools 2003-12-21 21:12:44 +00:00
gst_private.h update plugin initialization restructuring (see email for details 2003-10-31 19:32:47 +00:00
gstarch.h Fix powerpc asm. Fixes #122952 2003-09-22 21:47:57 +00:00
gstatomic.c - copy kernel headers (waiting for libatomic..) 2002-12-31 03:21:08 +00:00
gstatomic.h a bunch of gtk-doc fixes 2003-05-18 15:03:34 +00:00
gstatomic_impl.h Fix powerpc stuff for non-gas assemblers 2003-09-22 19:15:27 +00:00
gstbin.c Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
gstbin.h Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
gstbuffer.c Remove bufferpools 2003-12-21 21:12:44 +00:00
gstbuffer.h Remove bufferpools 2003-12-21 21:12:44 +00:00
gstbufferpool-default.c GST_DEBUG reorganization containing loads of stuff: 2003-06-29 14:05:49 +00:00
gstbufferpool-default.h Documentation updates 2002-12-14 13:02:16 +00:00
gstcaps2.c 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
gstcaps2.h 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
gstclock.c Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
gstclock.h Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
gstcompat.h Add G_BEGIN_DECLS/G_END_DECLS to exported headers 2003-07-18 20:51:02 +00:00
gstconfig.h.in merge from HEAD 2003-11-29 05:49:19 +00:00
gstcpu.c GST_DEBUG reorganization containing loads of stuff: 2003-06-29 14:05:49 +00:00
gstcpu.h Add G_BEGIN_DECLS/G_END_DECLS to exported headers 2003-07-18 20:51:02 +00:00
gstcpuid_i386.s Added CPU detection. 2000-09-12 18:13:48 +00:00
gstdata.c GST_DEBUG reorganization containing loads of stuff: 2003-06-29 14:05:49 +00:00
gstdata.h Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
gstdata_private.h - copy kernel headers (waiting for libatomic..) 2002-12-31 03:21:08 +00:00
gstelement.c 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
gstelement.h 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
gstelementfactory.c 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
gstevent.c Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
gstevent.h Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
gstfilter.c - Added infrastructure to run a filter against plugins, registries and registrypools. This makes it possible to creat... 2003-04-14 18:53:03 +00:00
gstfilter.h Add G_BEGIN_DECLS/G_END_DECLS to exported headers 2003-07-18 20:51:02 +00:00
gstformat.c - moved functionality of GST_FORMAT_UNITS to GST_FORMAT_DEFAULT, the old _DEFAULT functionality was ambigous; now the... 2003-05-24 10:30:37 +00:00
gstformat.h Merge HEAD from CAPS-MERGE-1 to CAPS-MERGE-2 2003-11-29 07:04:28 +00:00
gstindex.c Merge HEAD from CAPS-ROOT to CAPS-MERGE-1 2003-11-29 04:09:27 +00:00
gstindex.h Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
gstinfo.c Merge HEAD from CAPS-ROOT to CAPS-MERGE-1 2003-11-29 04:09:27 +00:00
gstinfo.h Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
gstinterface.c Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
gstinterface.h Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
gstlog.h Add glib.h for G_BEGIN_DECLS 2003-07-18 21:35:40 +00:00
gstmacros.h Add G_BEGIN_DECLS/G_END_DECLS to exported headers 2003-07-18 20:51:02 +00:00
gstmarshal.list Merge HEAD from CAPS-ROOT to CAPS-MERGE-1 2003-11-29 04:09:27 +00:00
gstmemchunk.c And now it's inlined again :) 2003-01-06 23:59:04 +00:00
gstmemchunk.h - First pass at cleaning up the atomic mess 2002-12-29 19:19:45 +00:00
gstobject.c Merge HEAD from CAPS-ROOT to CAPS-MERGE-1 2003-11-29 04:09:27 +00:00
gstobject.h Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
gstpad.c 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
gstpad.h 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
gstparse.c GST_DEBUG reorganization containing loads of stuff: 2003-06-29 14:05:49 +00:00
gstparse.h add extra error for empty pipeline 2003-04-27 23:56:31 +00:00
gstpipeline.c Fix warnings due to previous checkin 2003-10-31 20:54:44 +00:00
gstpipeline.h Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
gstplugin.c Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
gstplugin.h Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
gstpluginfeature.c Merge HEAD from CAPS-ROOT to CAPS-MERGE-1 2003-11-29 04:09:27 +00:00
gstpluginfeature.h Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
gstprobe.c Add code to poison objects being destroyed 2003-08-19 04:10:29 +00:00
gstprobe.h so it's no big thing. 2003-02-27 18:56:30 +00:00
gstquery.c Documentation updates 2003-01-02 18:56:09 +00:00
gstquery.h Merge HEAD from CAPS-MERGE-1 to CAPS-MERGE-2 2003-11-29 07:04:28 +00:00
gstqueue.c 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
gstqueue.h Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
gstregistry.c GST_DEBUG reorganization containing loads of stuff: 2003-06-29 14:05:49 +00:00
gstregistry.h Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
gstregistrypool.c Remove check for readability of a registry, since if it doesn't exist, it's not readable. Lower-level functions alre... 2003-08-02 01:53:08 +00:00
gstregistrypool.h - Added infrastructure to run a filter against plugins, registries and registrypools. This makes it possible to creat... 2003-04-14 18:53:03 +00:00
gstscheduler.c Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
gstscheduler.h Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
gststructure.c Enable poisoning 2003-12-18 03:55:40 +00:00
gststructure.h Add parsing of MAX, MIN, etc. Add support for ranges in _set. Remove g_prints. 2003-12-11 05:33:39 +00:00
gstsystemclock.c some formatting and doc fixes, and make gstdebug output line up 2003-07-16 15:49:40 +00:00
gstsystemclock.h Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
gsttag.c fixes: 2003-12-11 03:20:10 +00:00
gsttag.h Merge HEAD from CAPS-MERGE-1 to CAPS-MERGE-2 2003-11-29 07:04:28 +00:00
gsttaginterface.h Merge HEAD from CAPS-MERGE-1 to CAPS-MERGE-2 2003-11-29 07:04:28 +00:00
gsttaglist.c fixes: 2003-12-11 03:20:10 +00:00
gsttaglist.h Merge HEAD from CAPS-MERGE-1 to CAPS-MERGE-2 2003-11-29 07:04:28 +00:00
gsttagsetter.h Merge HEAD from CAPS-MERGE-1 to CAPS-MERGE-2 2003-11-29 07:04:28 +00:00
gstthread.c update plugin initialization restructuring (see email for details 2003-10-31 19:32:47 +00:00
gstthread.h Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
gstthreaddummy.c Add unistd.h (#110671) 2003-05-17 13:10:00 +00:00
gsttrace.c add gst_alloc_trace_live_all(), used by the test suites 2003-10-15 21:31:23 +00:00
gsttrace.h Merge HEAD from CAPS-MERGE-1 to CAPS-MERGE-2 2003-11-29 07:04:28 +00:00
gsttrashstack.c And now it's inlined again :) 2003-01-06 23:59:04 +00:00
gsttrashstack.h Add new --enable-fast-stack-trash option, defaults to on. 2003-05-31 09:51:28 +00:00
gsttypefind.c 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
gsttypefind.h 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
gsttypes.h Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
gsturi.c Merge HEAD from CAPS-ROOT to CAPS-MERGE-1 2003-11-29 04:09:27 +00:00
gsturi.h Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
gsturitype.c GST_DEBUG reorganization containing loads of stuff: 2003-06-29 14:05:49 +00:00
gsturitype.h new uritype 2003-02-10 20:33:50 +00:00
gstutils.c 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
gstutils.h removed old code, g_object_get is the prefered method to get object properties 2003-02-08 02:26:15 +00:00
gstvalue.c 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
gstvalue.h 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
gstversion.h.in GST_DEBUG reorganization containing loads of stuff: 2003-06-29 14:05:49 +00:00
gstxml.c Merge HEAD from CAPS-ROOT to CAPS-MERGE-1 2003-11-29 04:09:27 +00:00
gstxml.h Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3 2003-12-18 05:40:34 +00:00
Makefile.am Remove bufferpools 2003-12-21 21:12:44 +00:00
Makefile.am.future Update Makefile.am.future - a replacement for Makefile.am which uses features present in recent versions of automake ... 2001-05-29 12:43:21 +00:00
ROADMAP A bunch more changes to clean up build/make dist issues, as well as a spec file, -config file, .m4, etc. Next step... 2000-01-31 06:46:18 +00:00