gstreamer/tests
Benjamin Otte 3fd2b73da3 remove GstAtomic. Use plain ints instead for the time being
Original commit message from CVS:
* gst/Makefile.am:
* gst/gstatomic.c:
* gst/gstatomic.h:
* gst/gstatomic_impl.h:
* gst/gstbuffer.c:
* gst/gstdata.c: (gst_data_is_writable), (gst_data_copy_on_write),
(gst_data_ref), (gst_data_ref_by_count), (gst_data_unref):
* gst/gstdata.h:
* gst/gstdata_private.h:
* gst/gstinfo.c: (_gst_debug_init), (gst_debug_set_colored),
(gst_debug_is_colored), (gst_debug_set_default_threshold),
(gst_debug_get_default_threshold), (_gst_debug_category_new),
(gst_debug_category_free), (gst_debug_category_set_threshold),
(gst_debug_category_get_threshold):
* gst/gstinfo.h:
* testsuite/elements/struct_i386.h:
remove GstAtomic. Use plain ints instead for the time being
2005-05-16 04:49:34 +00:00
..
benchmarks tests/mass_elements.c: allow specifying src and sink element explicitly, so I can test videotestsrc instead of fakesrc 2004-08-04 12:54:22 +00:00
bufspeed reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
instantiate reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
memchunk reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
muxing reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
negotiation reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
old remove GstAtomic. Use plain ints instead for the time being 2005-05-16 04:49:34 +00:00
probes reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
sched tests/sched/runxml.c: Fix GCC4 warning. 2005-04-25 17:14:46 +00:00
seeking gst/gsttrace.*: tsc's are guint64's. 2005-05-02 15:57:25 +00:00
threadstate reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
.gitignore gst/gstvalue.c: use ints and return ints, fractions only use ints, too, so this avoids accidently casting multiplicat... 2004-07-16 01:16:53 +00:00
lat.c don't mix tabs and spaces 2004-03-15 19:27:17 +00:00
Makefile.am tests/: add simple benchmark to test various speeds of fakesrc ! identity ! identity ! ... ! fakesink. 2004-07-02 03:26:44 +00:00
mass_elements.c tests/mass_elements.c: allow specifying src and sink element explicitly, so I can test videotestsrc instead of fakesrc 2004-08-04 12:54:22 +00:00
README put everything in tests/ 2002-01-05 01:25:28 +00:00
spidey_bench.c gst/gstpad.c: throw an error if the getcaps function does not return a subset of the template caps. 2004-06-29 00:34:38 +00:00

This directory contains various tests designed to test GStreamer's
behavior. When these tests work, they should be recast in the form
of regression tests and moved to ../testsuite.