- f330cdb Added clock test program by Wim Taymans · 22 years ago
- e00fef2 use AM_CFLAGS instead of CFLAGS by David I. Lehn · 22 years ago
- b60d8fe mainloop test and some caps fixes that had to go in by Thomas Vander Stichele · 22 years ago
- c6b9be0 new thread test, not yet active by Thomas Vander Stichele · 22 years ago
- 4200f6c converting this to separate binaries so they can be run as a testsuite by Thomas Vander Stichele · 22 years ago
- 5b5274d This changes an important part of the plugin API, gst_pad_try_set_caps() no longer returns a boolean, it now returns ... by Ronald S. Bultje · 22 years ago
- 32dfe1c adding a property test by Thomas Vander Stichele · 22 years ago
- 42810b4 for better or worse, make distcheck now passes again by Thomas Vander Stichele · 23 years ago
- 3d8e68c fake fails on a make distcheck by Thomas Vander Stichele · 23 years ago
- ef3dd2f dist fixes by Thomas Vander Stichele · 23 years ago
- 25b21e8 fixing tests by Thomas Vander Stichele · 23 years ago
- 5173ab2 identify failing tests by Thomas Vander Stichele · 23 years ago
- 5e58b4b big mistake by Thomas Vander Stichele · 23 years ago
- 631c8f5 re-enable thread test, although it does not work but passes right now warn for bizarre behavior in plugin loading by Andy Wingo · 23 years ago
- bdb2144 make gst-inspect-gui call the proper gst-inspect by Andy Wingo · 23 years ago
- bf4e61a Return TESTS_ENVIRONMENT, necessary to make the registry properly by Andy Wingo · 23 years ago
- 1f03747 fix refcounting tests so that they compile and run, but they fail currently: gst leaks obscene amounts of memory ;) f... by Andy Wingo · 23 years ago
- 4b8c43a Fix the plugin testsuite, only registry.c doesn't work yet by Wim Taymans · 23 years ago
- e0a3d5e added a get_perms_func to gstxmlregistry that will set _WRITABLE and _READABLE as appropriate added an object propert... by Andy Wingo · 23 years ago
- bdec475 Fix automake badness by Andy Wingo · 23 years ago
- fbbdca6 GST_PLUGIN_PATH gets split into the user registry some debugging output in registry rebuilding don't go into =build, ... by Andy Wingo · 23 years ago
- 6b8e279 various more tests enabling by Thomas Vander Stichele · 23 years ago
- 2b51cbe fixing up tests by Thomas Vander Stichele · 23 years ago
- 4f9dad7 refcounting tests sure would be nice to have by Thomas Vander Stichele · 23 years ago
- 223a929 tried fixing, failed spectacularly by Thomas Vander Stichele · 23 years ago
- ec4e865 why does this test fail ? by Thomas Vander Stichele · 23 years ago
- b211739 allowing failing tests to be built by Thomas Vander Stichele · 23 years ago
- 086de42 Totally rewritten registry handling. by Wim Taymans · 23 years ago
- 5747814 hopefully fix distcheck issues by Andy Wingo · 23 years ago
- d7f4c30 Fix the tests so that builds that are not --enable-plugin-builddir can register the plugins from the uninstalled gstr... by Andy Wingo · 23 years ago
- b172752 adding clock example by Thomas Vander Stichele · 23 years ago
- 35beb0b added name test by Thomas Vander Stichele · 23 years ago
- 4b70fed update for changed dparams api by Steve Baker · 23 years ago
- 748e280 check fix by Thomas Vander Stichele · 23 years ago
- b214d35 commit to make gstreamer follow the gtk function/macro naming conventions: by Andy Wingo · 23 years ago
- 55d8236 more werror fixes by Thomas Vander Stichele · 23 years ago
- 86808d3 removing unused vars by Thomas Vander Stichele · 23 years ago
- 0067d17 removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with... by Andy Wingo · 23 years ago
- ffd3b29 reflect new dparams api by Steve Baker · 23 years ago
- 48c32ac uncomment it in the DIRS to avoid errors by Thomas Vander Stichele · 23 years ago
- d040af0 test program doesn't leave iterate atm, commenting it by Thomas Vander Stichele · 23 years ago
- ce316f5 right include by Thomas Vander Stichele · 23 years ago
- 1246ceb add to DIST_SUBDIRS by Thomas Vander Stichele · 23 years ago
- 0a99d7c generate the makefile for dparams testing by Steve Baker · 23 years ago
- bc9abdf use properties by Thomas Vander Stichele · 23 years ago
- cc3b3cc fixing up tests to work with property callbacks by Thomas Vander Stichele · 23 years ago
- a809ce2 events seem to be gone by Thomas Vander Stichele · 23 years ago
- f985019 more build cleanups (using as-version and as-libtool) some release doc notes from the previous release by Thomas Vander Stichele · 23 years ago
- a9e40de show bug in tee code by Thomas Vander Stichele · 23 years ago
- 6cb278d gst version info by Thomas Vander Stichele · 23 years ago
- febcfbf this example tests caps proxying it seems to work, too by Thomas Vander Stichele · 23 years ago
- ace8428 adding basic tests for fakesrc fakesink and tee by Thomas Vander Stichele · 23 years ago
- d04d01c trying to write a test for tee first by Thomas Vander Stichele · 23 years ago
- 5796ee6 remove elements from the tests for now by Thomas Vander Stichele · 23 years ago
- d3ef105 elements test dir by Thomas Vander Stichele · 23 years ago
- 9505bda tee test too bad it fails at creating by Thomas Vander Stichele · 23 years ago
- 49ae400 make the test have output by Benjamin Otte · 23 years ago
- 132f776 Use a core element (tee) for this testcase by Wim Taymans · 23 years ago
- f602714 Added another testcase. by Wim Taymans · 23 years ago
- 04f32a7 removed capsnego testsuite from build if ok then someone please remove the source dirs by Thomas Vander Stichele · 23 years ago
- 5c10fea Removed the old capsnego tests by Wim Taymans · 23 years ago
- f0586a5 fixing make distcheck by Thomas Vander Stichele · 23 years ago
- dcfb86b Added caps testsuite. by Wim Taymans · 23 years ago
- 8da2891 s/filter/plugin/ add $(GST_LIBS) to all plugins move Makefile.am things around to a mostly standard layout remove HTT... by David I. Lehn · 23 years ago
- f3dc36d changes to allow apps outside of gstreamer/ to use dparams continuing test removal by Andy Wingo · 23 years ago
- de0ba03 fixing by Thomas Vander Stichele · 23 years ago
- 8a96491 fixes for make distcheck does GST_ELEMENT_IS_COTHREAD_STOPPING still exist ? and if so, how should it be found by the... by Thomas Vander Stichele · 23 years ago
- c81314f fixes to make distcheck work changed registry out of date to warning to allow tests to continue regardless (any bette... by Thomas Vander Stichele · 23 years ago
- d3cc94b Some small fixes by Wim Taymans · 23 years ago
- 4f14ff0 this isn't going to go away is it ? by Thomas Vander Stichele · 23 years ago
- 376d553 don't install test plugins don't eat turkey by Thomas Vander Stichele · 23 years ago
- 775656d Added another test app. by Wim Taymans · 23 years ago
- 59d1e1d The test apps I'm using to track down cleanup issues. by Wim Taymans · 23 years ago
- 4cbf01a Small g_print additions by Wim Taymans · 23 years ago
- b48a02d Added a testsuite for pipeline cleanup etc.. by Wim Taymans · 23 years ago
- 40e6dcc merged back from build branch let's hope you all agree by Thomas Vander Stichele · 23 years ago
- 688e1fe release c++ checking comment out test by Thomas Vander Stichele · 23 years ago
- 1cbdc96 another test down the drain ;) by Thomas Vander Stichele · 23 years ago
- a9325a9 comment out dynamic by Thomas Vander Stichele · 23 years ago
- 6bd122b Don't install the test plugins by Wim Taymans · 23 years ago
- c9db813 sigh by Thomas Vander Stichele · 23 years ago
- 223780c *sigh* by Thomas Vander Stichele · 23 years ago
- 76f0f5c add FIXME by Thomas Vander Stichele · 23 years ago
- 603278e yeah it's late by Thomas Vander Stichele · 23 years ago
- 5c3b8b1 header wasn't declared by Thomas Vander Stichele · 23 years ago
- 85f2b28 commented out disabled test by Thomas Vander Stichele · 23 years ago
- d5564a0 commenting out two tests that keep failing to see what is behind the rainbow by Thomas Vander Stichele · 23 years ago
- fd99a84 threads back in ? by Thomas Vander Stichele · 23 years ago
- 3b3753f one more fix by Thomas Vander Stichele · 23 years ago
- 90160b0 fixed FIXME's by Thomas Vander Stichele · 23 years ago
- f6d86c4 Added a thread test case. by Wim Taymans · 23 years ago
- 08eaa11 - some fixes to int2float making automake 1.5 happy (gst now requires automake1.5). It's still not perfect but it bui... by wrobell · 23 years ago
- 0b0874b the beginnings of a testsuite for dparams. it works but it doesn't test anything yet by Steve Baker · 23 years ago
- 1056fce I tried my best by Thomas Vander Stichele · 23 years ago
- ef4e497 void value should be ignored by Thomas Vander Stichele · 23 years ago
- 1a2d1c4 trying to fix make distcheck by Thomas Vander Stichele · 23 years ago
- d678f74 temporarily removed refcounting by Thomas Vander Stichele · 23 years ago
- d9a77b6 removed bin from tests by Thomas Vander Stichele · 23 years ago
- ac66719 fix stupid commit by Andy Wingo · 23 years ago
- d141a63 for the love of god, let this be the last distcheck fix in this dir by Andy Wingo · 23 years ago