diff --git a/ChangeLog b/ChangeLog index 3106632f63..48ad8a801c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 2005-03-29 Andy Wingo + * po/POTFILES: Remove gstspider.c. + + * configure.ac (AC_OUTPUT): Add missing testsuite makefiles. + + * docs/libs/gstreamer-libs-docs.sgml: + * docs/libs/gstreamer-libs-sections.txt: Remove the section on + bytestream. + + * tests/complexity.c (main): Set the length of the preroll queue + on the sinks to prevent a lockup. + * libs/gst/dataprotocol/Makefile.am: * libs/gst/dataprotocol/dataprotocol-test.c: Remove test, it's the same as the one in check/gst-libs/gdp.c. diff --git a/configure.ac b/configure.ac index 0de6f806d9..e5ca119984 100644 --- a/configure.ac +++ b/configure.ac @@ -678,6 +678,7 @@ tests/sched/Makefile tests/threadstate/Makefile testsuite/Makefile testsuite/bins/Makefile +testsuite/bytestream/Makefile testsuite/caps/Makefile testsuite/cleanup/Makefile testsuite/clock/Makefile @@ -688,6 +689,7 @@ testsuite/elements/Makefile testsuite/ghostpads/Makefile testsuite/indexers/Makefile testsuite/negotiation/Makefile +testsuite/pad/Makefile testsuite/parse/Makefile testsuite/plugin/Makefile testsuite/refcounting/Makefile diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am index 4ce067927a..33eb71bead 100644 --- a/docs/libs/Makefile.am +++ b/docs/libs/Makefile.am @@ -12,7 +12,7 @@ include $(srcdir)/../upload.mak # generated basefiles #basefiles = \ -## $(DOC_MODULE).types \ +# $(DOC_MODULE).types \ # $(DOC_MODULE)-sections.txt \ # $(DOC_MODULE)-docs.sgml diff --git a/docs/libs/gstreamer-libs-docs.sgml b/docs/libs/gstreamer-libs-docs.sgml index 6027b5a1ff..21cf7c6957 100644 --- a/docs/libs/gstreamer-libs-docs.sgml +++ b/docs/libs/gstreamer-libs-docs.sgml @@ -36,7 +36,6 @@ GStreamer provides some standard libraries you can use to create plugins. - &GstBytestream; &GstDataProtocol; &GstGetbits;