Commit graph

535 commits

Author SHA1 Message Date
Thomas Vander Stichele 8f5b02abfa releasing
Original commit message from CVS:
releasing
2004-03-16 12:24:23 +00:00
Thomas Vander Stichele 8b45c129e9 libtool version bump
Original commit message from CVS:
libtool version bump
2004-03-15 23:04:07 +00:00
Thomas Vander Stichele 2ec9dab401 fix gettext domain
Original commit message from CVS:
fix gettext domain
2004-03-09 19:43:55 +00:00
Thomas Vander Stichele 4eee87a519 back to cvs
Original commit message from CVS:
back to cvs
2004-03-09 19:06:49 +00:00
Thomas Vander Stichele dff93afcb4 releasing 0.7.6
Original commit message from CVS:
releasing 0.7.6
2004-03-09 17:50:43 +00:00
David Schleef c27e70d3c1 REQUIREMENTS: Add bison and flex.
Original commit message from CVS:
reviewed by: <delete if not using a buddy>
* REQUIREMENTS: Add bison and flex.
* configure.ac: Fix comment about bison.
* docs/random/ds/0.9-suggested-changes: yer ma
* tools/gst-inspect.c: (print_element_info):  Fix warning.
2004-03-06 04:54:06 +00:00
Thomas Vander Stichele 65ff7c960b use $libdir so that it does the right thing on 64bit
Original commit message from CVS:
use $libdir so that it does the right thing on 64bit
2004-03-05 09:28:03 +00:00
Thomas Vander Stichele 66d37486d0 AC_SUBST LIBS and CFLAGS
Original commit message from CVS:
AC_SUBST LIBS and CFLAGS
2004-03-03 16:35:48 +00:00
Thomas Vander Stichele 1c6814ff53 trim fat from nonversioned binaries
Original commit message from CVS:
trim fat from nonversioned binaries
2004-03-02 10:38:40 +00:00
Thomas Vander Stichele fdfb2b8232 configure.ac: remove whitespace
Original commit message from CVS:
* configure.ac:
remove whitespace
* docs/gst/tmpl/gstbuffer.sgml:
* docs/gst/tmpl/gstdata.sgml:
* docs/gst/tmpl/gstreamer-unused.sgml:
* docs/gst/tmpl/gstxml.sgml:
doc update
* docs/manuals.mak:
add a FIXME
* docs/pwg/intro-preface.xml:
* docs/pwg/pwg.xml:
remove GNOME
* gst/gst.c: (init_post):
try GST_PLUGIN_PATH paths for the _global_registry first
* gst/gstelement.h:
add the error message as well, otherwise (null) debug info doesn't
make much sense
* tools/gst-register.c: (main):
spill paths to next registry if this registry is not writable
* po/fr.po:
* po/nl.po:
translation updates
2004-03-01 17:15:28 +00:00
David Schleef c5d76e5c98 configure.ac: We don't really need glib-2.3. Also remove some unneeded checks for library functions.
Original commit message from CVS:
* configure.ac:  We don't really need glib-2.3.  Also remove
some unneeded checks for library functions.
* gst/Makefile.am:  Instead, we need to not dist files created
by glib-genmarshal.
2004-02-27 02:00:37 +00:00
Thomas Vander Stichele 6ba9afe27a up glib req
Original commit message from CVS:
up glib req
2004-02-26 18:38:16 +00:00
Thomas Vander Stichele 94783aaebb merging from release branch
Original commit message from CVS:
merging from release branch
2004-02-26 17:02:49 +00:00
Thomas Vander Stichele 198d04c720 revert broken commit
Original commit message from CVS:
revert broken commit
2004-02-13 19:01:10 +00:00
Johan Dahlin a1c62f4883 Remove a newline to trigger build
Original commit message from CVS:
Remove a newline to trigger build
2004-02-13 18:22:50 +00:00
Johan Dahlin 356986df53 Remove a dot! (to trigger build)
Original commit message from CVS:
Remove a dot! (to trigger build)
2004-02-13 17:59:52 +00:00
Thomas Vander Stichele b1f2d545e2 am 1.6 requires AM_CONDITIONAL in configure.ac
Original commit message from CVS:
am 1.6 requires AM_CONDITIONAL in configure.ac
2004-02-13 17:37:06 +00:00
Thomas Vander Stichele 2ee4c34ff8 fix libxml req version
Original commit message from CVS:
fix libxml req version
2004-02-13 12:57:20 +00:00
Thomas Vander Stichele 7fea41b39c remove program transform stuff
Original commit message from CVS:
remove program transform stuff
2004-02-12 19:12:19 +00:00
Thomas Vander Stichele 4d114d44f5 various fixes
Original commit message from CVS:
various fixes
2004-02-12 16:31:59 +00:00
Thomas Vander Stichele 4a8a140739 sync with fedora candidate spec
Original commit message from CVS:
sync with fedora candidate spec
2004-02-12 11:28:32 +00:00
Thomas Vander Stichele 5d34227e95 fix gettext/automake problem fix underquoted macros
Original commit message from CVS:
fix gettext/automake problem
fix underquoted macros
2004-02-11 16:25:44 +00:00
Thomas Vander Stichele a4e5d02aef bump nano add release target
Original commit message from CVS:
bump nano
add release target
2004-02-06 13:07:20 +00:00
Andy Wingo a8b84d8a57 gst/gstpad.c (_gst_real_pad_fixate_accumulator): s/pointer/boxed/.
Original commit message from CVS:
2004-02-05  Andy Wingo  <wingo@pobox.com>

* gst/gstpad.c (_gst_real_pad_fixate_accumulator):
s/pointer/boxed/.

* gst/gstmarshal.list (VOID:BOXED, BOXED:BOXED): New marshallers.

* gst/gstpad.c (gst_real_pad_class_init): Use a BOXED:BOXED
marshaller for ::fixate, and VOID:BOXED for ::caps-nego-failed,
with the type=GST_TYPE_CAPS. This allows language bindings to know
what kind of data they're dealing with.

* gst/gstcaps.c (_gst_caps_value_init): GBoxed values initialize
to NULL when g_value_init is called. GstCaps, which rolls its own
type implementation, now does the same instead of allocating empty
caps.
(_gst_caps_initialize, _gst_caps_collect_value,
_gst_caps_lcopy_value): Provide collect_value and lcopy_value type
table methods. This allows G_VALUE_COLLECT to work.

2004-02-05  Andy Wingo  <wingo@pobox.com>

* configure.ac:
* testsuite/Makefile.am (SUBDIRS):
* testsuite/ghostpads/Makefile.am:
* testsuite/ghostpads/ghostpads.c: A new test for ghost pads.

* gst/gstpad.c (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad):
These two routines are the only ones that set
GST_GPAD_REALPAD(gpad), the ghost pad list, and the ghost pad's
pad template. They should be made static, depending on ABI needs.
(gst_real_pad_dispose): Handle the case of ghost pads without a
parent. Assert after dealing with ghost pads that the ghost pad
list is empty.
(gst_ghost_pad_class_init): New property added, ::real-pad. Can be
set after creation.
(gst_ghost_pad_dispose): Set ::real-pad to NULL.
(gst_ghost_pad_set_property, gst_ghost_pad_get_property): New
functions. set_property will call add_ghost_pad/remove_ghost_pad
as appropriate.
(gst_ghost_pad_new): All the work is offloaded to g_object_new.

* gst/gstelement.c (gst_element_add_pad): Handle ghost pads as well.
(gst_element_add_ghost_pad): Remove code duplicated from _add_pad.
(gst_element_remove_pad): Handle ghost pads as well.
(gst_element_remove_ghost_pad): Deprecated (could be removed,
depending on API-stability needs).

2004-02-05  Andy Wingo  <wingo@pobox.com>

* gst/gstbin.[ch]: (gst_bin_get_by_interface): GTypes are scalars,
of course they're const
2004-02-05 13:51:26 +00:00
Thomas Vander Stichele 4290fca331 increment current, reset padding
Original commit message from CVS:
increment current, reset padding
2004-02-04 21:35:39 +00:00
Thomas Vander Stichele 16cfcc2d33 appease libtool gods bump to prerel version
Original commit message from CVS:
appease libtool gods
bump to prerel version
2004-02-04 21:29:38 +00:00
Thomas Vander Stichele 41a202887a first prerel
Original commit message from CVS:
first prerel
2004-02-04 21:05:12 +00:00
Thomas Vander Stichele a3ec43a219 add gst-run wrapper code build original tools as versioned tools
Original commit message from CVS:
add gst-run wrapper code
build original tools as versioned tools
2004-02-04 18:02:55 +00:00
Benjamin Otte 192330d37a parts of the patch submitted in bug #113913
Original commit message from CVS:
2004-01-30  Laurent Vivier <Laurent.Vivier@bull.net>

reviewed by Benjamin Otte
parts of the patch submitted in bug #113913

* configure.ac:
use AC_C_INLINE. Use = instead of == with test
* examples/plugins/example.c:
* gst/autoplug/gstspideridentity.c:
* gst/elements/gstfdsrc.c:
* gst/elements/gstfilesrc.c:
* gst/elements/gstidentity.c:
* gst/elements/gstmultidisksrc.c:
* gst/elements/gststatistics.c:
* gst/gstelement.c:
* gst/gstobject.c:
* gst/gstpad.c:
* gst/gstpipeline.c:
* gst/gstthread.c:
don't end enums with a comma
* gst/gstindex.c: (gst_index_compare_func):
do explicit casting to gint
* gst/gsttrace.c: (gst_trace_text_flush):
#define strsize as a macro
2004-01-30 20:48:13 +00:00
David Schleef 6a096813d4 configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
Original commit message from CVS:
* configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
GST_PRINTF_EXTENSION_FORMAT_DEFINE.
* docs/random/ds/0.9-suggested-changes: Notes from Company.
* gst/gstcaps.c: (gst_caps_to_string): Add comment.
* gst/gstconfig.h.in: Add define for GST_PTR_FORMAT
* gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_object),
(gst_debug_log_default), (_gst_info_printf_extension),
(_gst_info_printf_extension_arginfo):  Add printf extension.
* gst/gstinfo.h: remove G_GNUC_PRINTF, because it doesn't work with %P
* gst/gststructure.c: (gst_structure_to_string),
(_gst_structure_parse_value): Use gst_value_deserialize() and
remove old code.
* gst/gstvalue.c: (gst_value_deserialize_fourcc),
(gst_value_deserialize_boolean), (gst_strtoi),
(gst_value_deserialize_int), (gst_value_deserialize_double),
(gst_value_deserialize_string), (gst_value_deserialize): Implement
a bunch of deserialize functions and gst_value_deserialize.
* gst/gstvalue.h: er, _de_serialize, not unserialize
* testsuite/caps/string-conversions.c: (main): We don't currently
handle (float) in caps, so convert these to (double).
* testsuite/debug/Makefile.am: Add new test for the printf extension
* testsuite/debug/printf_extension.c: (main): same
2004-01-29 01:20:23 +00:00
Thomas Vander Stichele b41bb7d971 fix autopoint error
Original commit message from CVS:
fix autopoint error
2004-01-13 15:07:48 +00:00
Thomas Vander Stichele f5b464fd27 adding i18n tested with nl, seems to work fine
Original commit message from CVS:
adding i18n
tested with nl, seems to work fine
2004-01-13 11:30:00 +00:00
David Schleef 67062b7320 Add option --enable-gcov to build GStreamer with -fprofile-arcs and -ftest-coverage, which allows gcov to show inform...
Original commit message from CVS:
Add option --enable-gcov to build GStreamer with -fprofile-arcs
and -ftest-coverage, which allows gcov to show information about
testsuite coverage.
2004-01-09 01:42:11 +00:00
Ronald S. Bultje 718b21bfc2 gst/elements/gstfilesink.c: Fix for if we pass NULL as property to location.
Original commit message from CVS:
2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>

* gst/elements/gstfilesink.c: (gst_filesink_set_location):
Fix for if we pass NULL as property to location.
* gst/elements/gstpipefilter.c: (gst_pipefilter_init),
(gst_pipefilter_handle_event), (gst_pipefilter_chain):
Fix for instantiate-test (see below).
* gst/gststructure.c: (_gst_structure_parse_value):
Fix compile error on gcc-2.96.
* configure.ac:
* tests/Makefile.am:
* tests/instantiate/Makefile.am:
* tests/instantiate/create.c: (create_all_elements), (main):
Add a test that instantiates all elements. This makes it easy to
track dead code for old API/design (like setting event functions
on sink pads and so on).
2004-01-07 13:13:03 +00:00
Thomas Vander Stichele e448390775 removing last mentions of wingo cothreads
Original commit message from CVS:
removing last mentions of wingo cothreads
2003-12-24 15:11:20 +00:00
David Schleef 07188f1709 remove testsuite/caps2 directory
Original commit message from CVS:
remove testsuite/caps2 directory
2003-12-22 02:16:08 +00:00
David Schleef 8c9cd079d4 Merge CAPS branch
Original commit message from CVS:
Merge CAPS branch
2003-12-22 01:39:35 +00:00
Thomas Vander Stichele 8d92cc80e5 bump release version number testing fdo cvs
Original commit message from CVS:
bump release version number
testing fdo cvs
2003-12-20 13:37:51 +00:00
Benjamin Otte 54d54fac0c add tests for gst_bin_get_(all_)by_interface
Original commit message from CVS:
add tests for gst_bin_get_(all_)by_interface
2003-12-16 19:32:27 +00:00
Thomas Vander Stichele 7918a27650 more trademark fixing
Original commit message from CVS:
more trademark fixing
2003-12-05 12:32:06 +00:00
Andy Wingo 8ca1b1fe7f remove copyright field from plugin structs
Original commit message from CVS:
remove copyright field from plugin structs
2003-12-04 10:02:41 +00:00
Thomas Vander Stichele a0e8e56d8d fix docs build fix make distcheck
Original commit message from CVS:
fix docs build
fix make distcheck
2003-12-02 18:21:35 +00:00
David Schleef 57fcf33e5e Remove old autoplug code
Original commit message from CVS:
Remove old autoplug code
2003-11-29 05:29:30 +00:00
David Schleef 28397c507c bump libtool version
Original commit message from CVS:
bump libtool version
2003-11-29 04:35:05 +00:00
Benjamin Otte 385b9ee5c4 merge in tagging
Original commit message from CVS:
merge in tagging
Includes:
- gsttag.[ch] - The definition of GstTagList and tag registering/querying
- gsttaginterface.[ch] - Interface for elements that can handle setting of tags
- updates and merges to gststructure.[ch] and gstvalue.[ch]
- testsuite/tags - some tests for tagging
- bugfixes
- updates to make make distcheck work
- updates the version number to 0.7.2.1

Does not include:
- including tagging stuff in docs
- extensive tests
2003-11-24 02:09:23 +00:00
Christian Schaller 08ded8cb40 misc build fixes to make cvs head build from tarballs on Fedora
Original commit message from CVS:
misc build fixes to make cvs head build from tarballs on Fedora
2003-11-22 22:06:30 +00:00
Benjamin Otte 8e967a3810 require glib >= 2.2 as there are different issues with interfaces and casts
Original commit message from CVS:
require glib >= 2.2 as there are different issues with interfaces and casts
2003-11-19 15:08:59 +00:00
David Schleef 09fe2551f1 -DG_DISABLE_DEPRECATED was fun, but causes difficult build problems that are not out fault (gtk-doc. See bug #127028)
Original commit message from CVS:
-DG_DISABLE_DEPRECATED was fun, but causes difficult build problems
that are not out fault (gtk-doc.  See bug #127028)
2003-11-17 23:46:42 +00:00
Thomas Vander Stichele e6a028dc63 remove one too many
Original commit message from CVS:
remove one too many
2003-11-14 15:18:20 +00:00
Benjamin Otte 94f7a8ee6d set default errorlevel to NONE. Make configure change it to ERROR (the current value) when running cvs builds. This s...
Original commit message from CVS:
set default errorlevel to NONE. Make configure change it to ERROR (the current value) when running cvs builds. This should make releases not output any debugging information at all
2003-11-06 02:28:26 +00:00
David Schleef b75efb7f59 Add G_DISABLE_DEPRECATED and fix deprecated code
Original commit message from CVS:
Add G_DISABLE_DEPRECATED and fix deprecated code
2003-11-03 20:56:53 +00:00
Benjamin Otte 907e3e97d9 update plugin initialization restructuring (see email for details
Original commit message from CVS:
update plugin initialization restructuring (see email for details
2003-10-31 19:32:47 +00:00
David Schleef 993764011c build doc/version.entities
Original commit message from CVS:
build doc/version.entities
2003-10-31 04:19:20 +00:00
Benjamin Otte 3235f1d4c0 merge TYPEFIND branch. Major changes:
Original commit message from CVS:
merge TYPEFIND branch. Major changes:
- totally reworked type(find) system
- bytestream is out of the core again
- typefind element is now part of gstelements
2003-10-28 20:25:30 +00:00
David Schleef 208c0e3089 bump version to 0.7.1.1
Original commit message from CVS:
bump version to 0.7.1.1
2003-10-20 22:48:06 +00:00
David Schleef 31128ca571 bump version to 0.7.1
Original commit message from CVS:
bump version to 0.7.1
2003-10-20 21:41:11 +00:00
David Schleef c377174f2c add some linguas
Original commit message from CVS:
add some linguas
2003-10-13 23:59:13 +00:00
David Schleef 60916d6f41 Check is we should use -mregnames on PowerPC
Original commit message from CVS:
Check is we should use -mregnames on PowerPC
2003-10-08 17:27:56 +00:00
David Schleef 36173ee63a Remove FOMIT_FRAME_POINTER
Original commit message from CVS:
Remove FOMIT_FRAME_POINTER
2003-10-08 07:05:20 +00:00
Ronald S. Bultje 6fbff1c106 New typefind system: bytestream is now part of the core all plugins have been modified to use this new typefind syste...
Original commit message from CVS:
New typefind system:
* bytestream is now part of the core
* all plugins have been modified to use this new typefind system
* asf typefinding added
* mpeg video stream typefiding removed because it's broken
* duplicate typefind entries removed
* extra id3 typefinding added, because we've seen 4 types of files
(riff/wav, flac, vorbis, mp3) with id3 headers and each of these needs
to work. Instead, I've added an id3 element and let it redo typefiding
after the id3 header. this needs a hack because spider only typefinds
once. We can remove this hack once spider supports multiple typefinds.
* with all this, mp3 typefinding is semi-rewritten
* id3 typefinding in flac/vorbis is removed, it's no longer needed
* fixed spider and gst-typefind to use this, too.
* Other general cleanups
2003-10-01 13:11:45 +00:00
David Schleef 0bdeb40920 Add --enable-poisoning option, and make it default to off in normal releases, on in ./autogen.sh configuration. Add ...
Original commit message from CVS:
Add --enable-poisoning option, and make it default to off in normal
releases, on in ./autogen.sh configuration.  Add automake17 as a
possible automake name.
2003-08-21 04:38:27 +00:00
David Schleef 20569e76f8 Add framework for internationalization
Original commit message from CVS:
Add framework for internationalization
2003-08-17 22:01:24 +00:00
David Schleef 7ea0633cd1 Change default program suffix to -0.7
Original commit message from CVS:
Change default program suffix to -0.7
2003-08-14 04:30:17 +00:00
David Schleef 4b13be22f0 Add check for dladdr()
Original commit message from CVS:
Add check for dladdr()
2003-08-06 02:57:29 +00:00
David Schleef f267a761d8 Remove putbits Makefile
Original commit message from CVS:
Remove putbits Makefile
2003-08-06 01:07:10 +00:00
David Schleef 590d364baa Removed building of ext/cothreads and corresponding scheduler. If you want to reenable it, please fix it first. (Se...
Original commit message from CVS:
Removed building of ext/cothreads and corresponding scheduler.  If
you want to reenable it, please fix it first.  (See bug #87163)
2003-07-27 05:10:42 +00:00
Benjamin Otte 803ce6bf48 GST_DEBUG reorganization containing loads of stuff:
Original commit message from CVS:
GST_DEBUG reorganization
This is a big diff (ca 450k), containing loads of stuff:
- gstinfo.[ch] complete rewrite
- changing of all GST_DEBUG messages to reflect that change
- reorganization of subsystem disabling
- addition of gstconfig.h.in so we can track the disablings
- <gst/gst.h> does not include <unistd.h> and <config.h> anymore
- documentation updated for gstinfo stuff (build the docs yourself to know what changed)
- bugfixes for making of the docs (files from CVS are not deleted anymore
- testsuite for debugging changes in testsuite/debug

expect breakage
2003-06-29 14:05:49 +00:00
Colin Walters e5872bf925 Add new --enable-fast-stack-trash option, defaults to on.
Original commit message from CVS:
Add new --enable-fast-stack-trash option, defaults to on.

We need this because valgrind doesn't implement an insn used
by it.
2003-05-31 09:51:28 +00:00
Brian Cameron e7d71c250c added spaces around the equal sign so that the test actually works on
Original commit message from CVS:
added spaces around the equal sign so that the test actually works on
Solaris.
2003-05-21 18:23:39 +00:00
Brian Cameron 844b7e1475 Updated configure.ac so that it does not include the -Wall and -Werror if the compiler cannot use these flags.
Original commit message from CVS:
Updated configure.ac so that it does not include the -Wall and -Werror
if the compiler cannot use these flags.
2003-05-19 11:55:56 +00:00
Thomas Vander Stichele fc27d4b9fe gtk-doc fixes
Original commit message from CVS:
gtk-doc fixes
2003-05-18 15:08:17 +00:00
David Schleef a47e41e879 Check for Perl and sigaction().
Original commit message from CVS:
Check for Perl and sigaction().
2003-05-18 03:31:58 +00:00
David Schleef e76153d66f Change from AS_COMPILER() to AS_COMPILER_FLAG() in order to directly check for available warning/error flags
Original commit message from CVS:
Change from AS_COMPILER() to AS_COMPILER_FLAG() in order to directly
check for available warning/error flags
2003-05-11 07:08:46 +00:00
Benjamin Otte b74e6f24f2 enable allocation tracing for GstObjects and make allocation tracing a configure switch (enable by default for now)
Original commit message from CVS:
enable allocation tracing for GstObjects and make allocation tracing a configure switch (enable by default for now)
2003-05-10 12:42:02 +00:00
Benjamin Otte df7d0e43d4 added tests for parsing stuff
Original commit message from CVS:
added tests for parsing stuff
2003-04-10 01:51:42 +00:00
Ronald S. Bultje d2499c35b3 Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
Original commit message from CVS:
Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
2003-04-07 21:28:57 +00:00
Benjamin Otte afe37388cb remove old workaround for older popt version.
Original commit message from CVS:
remove old workaround for older popt version.
2003-04-04 17:37:19 +00:00
Wim Taymans b030b5cef2 - Add more --disable options
Original commit message from CVS:
- Add more --disable options
- fix makefiles to only compile non-disabled features
- some compile fixes.
- removed extratypes, added gsturitype
- make get/set clock on a bin overridable
- some portability fixes for GUINT64
- separate pools from gstregistry.[ch] into gstregistrypool.[ch]
- make gstobject size fixed, even if we disabled load/save
- don't use 'new' as a variable as it is not a valib C++ variable
2003-02-10 20:32:32 +00:00
Thomas Vander Stichele 5195076a1c 0.7.x dev branch is open
Original commit message from CVS:
0.7.x dev branch is open
2003-01-23 12:23:58 +00:00
Thomas Vander Stichele 21cb91e331 increase libtool version because of connect->link back to cvs mode
Original commit message from CVS:
increase libtool version because of connect->link
back to cvs mode
2003-01-22 16:10:30 +00:00
David Schleef 2e5b741993 Add test for ucontext.h. (Needed for cothreads.c)
Original commit message from CVS:
Add test for ucontext.h.  (Needed for cothreads.c)
2003-01-21 21:28:27 +00:00
Thomas Vander Stichele f1526799e0 make forte happy
Original commit message from CVS:
make forte happy
2003-01-20 14:10:14 +00:00
David Schleef e9bae927c1 Fixes for cross-compilation
Original commit message from CVS:
Fixes for cross-compilation
2003-01-11 00:27:29 +00:00
Thomas Vander Stichele f1af3cca60 code cleanups and further deprecation fixes
Original commit message from CVS:
code cleanups and further deprecation fixes
2003-01-09 20:02:34 +00:00
Thomas Vander Stichele 16870983fb merge back from release branch
Original commit message from CVS:
merge back from release branch
2003-01-08 16:03:49 +00:00
Thomas Vander Stichele d7154f9568 updating
Original commit message from CVS:
updating
2003-01-05 22:55:02 +00:00
David I. Lehn 8cf993b4ce no need to generate this script to adjust python interpreter since it is invoked directly from the detected interpreter
Original commit message from CVS:
no need to generate this script to adjust python interpreter since it is
invoked directly from the detected interpreter
2002-12-31 18:44:59 +00:00
Thomas Vander Stichele 7481224406 popt location fix
Original commit message from CVS:
popt location fix
2002-12-27 13:44:51 +00:00
Thomas Vander Stichele 72004547dc fixes
Original commit message from CVS:
fixes
2002-12-23 21:40:35 +00:00
Thomas Vander Stichele 7c84581a90 patch from brian cameron for iso c compliance
Original commit message from CVS:
patch from brian cameron for iso c compliance
2002-12-18 21:44:57 +00:00
Thomas Vander Stichele 593079820a fixes a jhbuild bug
Original commit message from CVS:
fixes a jhbuild bug
2002-12-13 15:33:42 +00:00
Wim Taymans fcd8d12069 Renamed GstCache to GstIndex
Original commit message from CVS:
Renamed GstCache to GstIndex
2002-12-12 22:14:36 +00:00
Thomas Vander Stichele 65d35489ac merge from release branch
Original commit message from CVS:
merge from release branch
2002-12-11 21:33:07 +00:00
Thomas Vander Stichele fb17dbbe32 fixes for solaris
Original commit message from CVS:
fixes for solaris
2002-12-11 16:00:41 +00:00
Thomas Vander Stichele 17ef282d09 back to cvs
Original commit message from CVS:
back to cvs
2002-12-08 20:30:03 +00:00
Thomas Vander Stichele 7eea6a04b7 fix for parallel installability
Original commit message from CVS:
fix for parallel installability
2002-12-08 14:39:38 +00:00
Wim Taymans 81349fb2e8 Added caches dir
Original commit message from CVS:
Added caches dir
2002-11-29 20:50:10 +00:00
Thomas Vander Stichele 009e8bb2b4 applied fixed patch from Brian
Original commit message from CVS:
applied fixed patch from Brian
2002-11-29 17:05:13 +00:00
Christian Schaller 54cbcd0c18 commit Brian's patch with AC fix from thomas
Original commit message from CVS:
commit Brian's patch with AC fix from thomas
2002-11-29 11:10:35 +00:00
Christian Schaller e6d279fc4d added vishnu's doc patch
Original commit message from CVS:
added vishnu's doc patch
2002-11-28 00:10:38 +00:00
Christian Schaller 8713afead6 remove indexing again, wrong module :)
Original commit message from CVS:
remove indexing again, wrong module :)
2002-11-27 22:08:59 +00:00
Christian Schaller b56c5b25bf added indexing makefile
Original commit message from CVS:
added indexing makefile
2002-11-27 21:30:03 +00:00
Thomas Vander Stichele 9e09d51194 bump up the version
Original commit message from CVS:
bump up the version
2002-10-30 10:08:17 +00:00
David Schleef 2311f5a320 We don't depend on or use nasm on any platform. It was apparently for the mpeg2 plugin.
Original commit message from CVS:
We don't depend on or use nasm on any platform.  It was apparently for
the mpeg2 plugin.
2002-10-25 03:23:30 +00:00
Thomas Vander Stichele 4d1336e708 faq it
Original commit message from CVS:
faq it
2002-10-19 09:19:11 +00:00
Leif Johnson 214c244f6a Moved 'docs/fwg' to 'docs/pwg'.
Original commit message from CVS:
Moved 'docs/fwg' to 'docs/pwg'.
2002-09-27 19:52:34 +00:00
Thomas Vander Stichele 0550814684 aclocal helper thingie
Original commit message from CVS:
aclocal helper thingie
2002-09-18 21:44:00 +00:00
Thomas Vander Stichele 78f516eaa5 up the micro
Original commit message from CVS:
up the micro
2002-09-18 13:03:11 +00:00
Thomas Vander Stichele 40e88820f7 adding manual examples to build, along with deps don't worry, this should work if you don't have libgnomeui
Original commit message from CVS:
adding manual examples to build, along with deps
don't worry, this should work if you don't have libgnomeui
2002-09-14 13:19:05 +00:00
Andy Wingo 52ec4f4e5b add core elements to the registry pool plugin list fix python check
Original commit message from CVS:
* add core elements to the registry pool plugin list
* fix python check
2002-08-31 18:17:02 +00:00
Thomas Vander Stichele 0d8986f3ed xml check fix cross your fingers
Original commit message from CVS:
xml check fix
cross your fingers
2002-08-10 22:29:54 +00:00
Thomas Vander Stichele 8cffde6638 hints for the future
Original commit message from CVS:
hints for the future
2002-08-07 00:03:27 +00:00
Thomas Vander Stichele d59eb3357b added extra check for working XML LIBS flags
Original commit message from CVS:
added extra check for working XML LIBS flags
2002-08-06 22:22:52 +00:00
Thomas Vander Stichele 7df70e760f check for flex
Original commit message from CVS:
check for flex
2002-08-06 22:02:54 +00:00
Thomas Vander Stichele e815ef5646 no c++ in the core
Original commit message from CVS:
no c++ in the core
2002-08-06 21:52:35 +00:00
Wim Taymans 63fd06bda7 Updated TODO list
Original commit message from CVS:
Updated TODO list
Added segment seeking experiment Makefile
2002-08-02 11:44:20 +00:00
Wim Taymans 6bd5ed021c Added example
Original commit message from CVS:
Added example
2002-07-24 21:17:56 +00:00
Thomas Vander Stichele a64e400a97 lioux's virtual patch
Original commit message from CVS:
lioux's virtual patch
2002-07-11 21:38:23 +00:00
Thomas Vander Stichele 92de697c34 I'm too lazy to comment this
Original commit message from CVS:
combined patch by me and lioux@FreeBSD.org
2002-07-11 21:22:55 +00:00
Thomas Vander Stichele e616bfb44e added configure check for POPT_TABLEEND
Original commit message from CVS:
added configure check for POPT_TABLEEND
2002-07-10 10:42:04 +00:00
Thomas Vander Stichele 8644cd03d6 revert wingo's patch since it breaks add AM_MAINTAINER_MODE to configure.ac since that adds the option to configure
Original commit message from CVS:
revert wingo's patch since it breaks
add AM_MAINTAINER_MODE to configure.ac since that adds the option to configure
2002-07-09 21:30:20 +00:00
Andy Wingo fcfefdca75 remove AM_MAINTAINER_MODE from the main configure.ac
Original commit message from CVS:
remove AM_MAINTAINER_MODE from the main configure.ac
2002-07-09 17:44:22 +00:00
Thomas Vander Stichele dcb3cec6a0 merge from BRANCH-RELEASE-0_4_0
Original commit message from CVS:
merge from BRANCH-RELEASE-0_4_0
2002-07-09 10:27:22 +00:00
Thomas Vander Stichele 5c733f90f3 back to hack
Original commit message from CVS:
back to hack
2002-07-01 15:54:26 +00:00
Thomas Vander Stichele 42810b4db3 for better or worse, make distcheck now passes again
Original commit message from CVS:
for better or worse, make distcheck now passes again
2002-07-01 13:02:03 +00:00
Thomas Vander Stichele ef3dd2fc6c dist fixes
Original commit message from CVS:
dist fixes
2002-07-01 12:08:22 +00:00
Steve Baker 6004504f6a added a test which shows a problem with state changes when the toplevel bin is a thread.
Original commit message from CVS:
added a test which shows a problem with state changes when the toplevel bin is a thread.
there is some kind of deadlock. It would be good if wingo or wtay could have a look.
2002-06-01 15:01:51 +00:00
Thomas Vander Stichele d000c8f4b5 making stuff purtier
Original commit message from CVS:
making stuff purtier
2002-05-27 19:52:00 +00:00
Thomas Vander Stichele 2a3ae58c89 together with the recent commit in common, this little beauty should
Original commit message from CVS:
together with the recent commit in common, this little beauty should
- implement both --with-automake and --with-autoconf to autogen.sh
- pass them on to configure, along with good settings for aclocal and autoheader
- which then forces these tools to be used in rebuilding through running
make in the dirs (which was the whole point of this makeover)

Please test and let me know if it doesn't break other stuff.
Right, going to make the really minimal set of changes to all of our other
modules now.  I love having made a common/ dir ;)

We now return to your regularly scheduled broadcast.
2002-05-27 13:37:37 +00:00
Andy Wingo 631c8f5ca5 re-enable thread test, although it does not work but passes right now warn for bizarre behavior in plugin loading
Original commit message from CVS:
re-enable thread test, although it does not work but passes right now
warn for bizarre behavior in plugin loading
2002-05-25 17:45:51 +00:00
Andy Wingo 27ca742253 add refcounting to configure.ac
Original commit message from CVS:
add refcounting to configure.ac
2002-05-09 17:21:28 +00:00
Andy Wingo 12c595ccbc add common to the dist without using makefiles
Original commit message from CVS:
add common to the dist without using makefiles
2002-05-09 16:53:07 +00:00
Thomas Vander Stichele b2117398c7 allowing failing tests to be built
Original commit message from CVS:
allowing failing tests to be built
2002-05-09 14:26:20 +00:00
David I. Lehn 2a67a5f3c6 add common to dist
Original commit message from CVS:
add common to dist
2002-05-08 21:17:44 +00:00
Wim Taymans 086de421dc Totally rewritten registry handling.
Original commit message from CVS:
Totally rewritten registry handling.
- move the registry save/load code into a gstregistry subclass, this
will make it possible to use other registries (flat file, web based,
RDBMS type, etc..)
- a simple GMarkup xml registry is implemented
- use standard statically linked plugins for core elements.
- GstPlugin has a very well defined set of functions now
A little bytestream hack..
Added more info to -inspect.
Some more debugging info for clocking.
Small cleanups

I use ./gst-register --gst-plugin-path=/opt/src/sourceforge/gst-plugins/gst-libs:/opt/src/sourceforge/gst-plugins/
to register core and gst-plugins now.
2002-05-08 20:40:48 +00:00
Thomas Vander Stichele 05e9ace95d added clock test app
Original commit message from CVS:
added clock test app
2002-04-23 19:13:50 +00:00
Ronald S. Bultje f5db767966 We require bison somewhere, so we should check for that in configure
Original commit message from CVS:
We require bison somewhere, so we should check for that in configure
2002-04-19 13:17:23 +00:00
Thomas Vander Stichele ce82be12c7 this should please bastien please let me know if other stuff needs to be different between release and cvs
Original commit message from CVS:
this should please bastien
please let me know if other stuff needs to be different between release and cvs
2002-04-19 10:54:13 +00:00
Thomas Vander Stichele 43a68fd149 merged back fixes from release branch
Original commit message from CVS:
merged back fixes from release branch
2002-04-15 09:21:14 +00:00
Thomas Vander Stichele 160f1165ca release done, yay !
Original commit message from CVS:
release done, yay !
2002-04-14 19:21:50 +00:00
Thomas Vander Stichele 87ad51d894 make GST_CONFIG_DIR work with sysconfdir
Original commit message from CVS:
make GST_CONFIG_DIR work with sysconfdir
2002-04-12 15:28:40 +00:00
Benjamin Otte 302452bd46 added -Werror to compile flags.
Original commit message from CVS:
added -Werror to compile flags.
drawback: glib >= 2.0.1 is needed to compile without warnings
2002-04-04 19:36:57 +00:00
Andy Wingo 832f0a7852 add (incomplete) flex/bison-based parser to cvs the tokenizer is functional, but the grammar definition is bad. this ...
Original commit message from CVS:
add (incomplete) flex/bison-based parser to cvs

the tokenizer is functional, but the grammar definition is bad. this
probably breaks distcheck somehow, but hey.
2002-03-31 21:09:17 +00:00
David I. Lehn fad2a157ec acconfig.h usage deprecated
Original commit message from CVS:
acconfig.h usage deprecated
2002-03-21 23:34:08 +00:00
Andy Wingo d6b07866ca let's not give our plugins -release versioning make clean before rebuilding after you update on this one...
Original commit message from CVS:
let's not give our plugins -release versioning
make clean before rebuilding after you update on this one...
2002-03-19 05:46:38 +00:00
Thomas Vander Stichele fcb0725892 uhm, shouldn't have done that this is righter
Original commit message from CVS:
uhm, shouldn't have done that
this is righter
2002-03-15 22:17:20 +00:00
Thomas Vander Stichele b69342f7f2 automake 1.6 patch ;)
Original commit message from CVS:
automake 1.6 patch ;)
2002-03-15 22:16:40 +00:00
Christian Schaller 9ad2f1208b update CVS version to 0.3.3.1
Original commit message from CVS:
update CVS version to 0.3.3.1
2002-03-10 20:41:31 +00:00
Thomas Vander Stichele fb0e821074 1st prerelease
Original commit message from CVS:
1st prerelease
2002-03-05 22:03:00 +00:00
Thomas Vander Stichele c09d4144ba no good reason to require glib 1.3.15 so back to 1.3.12 put version checking for glib and libxml in configure.ac subs...
Original commit message from CVS:
* no good reason to require glib 1.3.15 so back to 1.3.12
* put version checking for glib and libxml in configure.ac
* subst'd these minimum required versions so they can be used in spec file
2002-03-05 12:31:13 +00:00
Thomas Vander Stichele d9c3a76817 adding devhelp dir
Original commit message from CVS:
adding devhelp dir
2002-03-03 16:55:45 +00:00
Steve Baker 0a99d7cafb generate the makefile for dparams testing
Original commit message from CVS:
generate the makefile for dparams testing
2002-02-21 20:47:14 +00:00
Thomas Vander Stichele 5f1c9c689c using GST_DEBUGINFO
Original commit message from CVS:
using GST_DEBUGINFO
2002-02-21 13:34:06 +00:00
Andy Wingo c188fc247e back to popt 1.5
Original commit message from CVS:
back to popt 1.5
2002-02-17 02:08:48 +00:00
Andy Wingo 3869c72e63 Closes: [ #518093 ] libxml2-dev absence not caught on config
Original commit message from CVS:
Closes: [ #518093 ] libxml2-dev absence not caught on config
2002-02-16 03:50:38 +00:00
Andy Wingo bae6d1e31b to set default categories for an app, call set_categories before the gst_init restores gst-register to its previous v...
Original commit message from CVS:
to set default categories for an app, call set_categories before the gst_init
restores gst-register to its previous verbosity (but --gst-mask=0 works)
2002-02-15 21:11:46 +00:00
Andy Wingo e25cb1b156 first pass at integrating popt into gstreamer note: you will need popt 1.6.3 or greater (configure checks for this) -...
Original commit message from CVS:
first pass at integrating popt into gstreamer
note: you will need popt 1.6.3 or greater (configure checks for this) -- debian
people will either need to patch popt 1.6.2 or install 1.6.3 by hand.
2002-02-15 16:14:21 +00:00
Andy Wingo 767d5c53a7 include cothreads properly in the build
Original commit message from CVS:
include cothreads properly in the build
2002-02-10 23:56:13 +00:00
Andy Wingo 53c367ad3a added missing output Makefile
Original commit message from CVS:
added missing output Makefile
2002-02-10 21:38:34 +00:00
Andy Wingo b47aea64e1 changed libgst -> libgstreamer to comply with namespace issues with gnu smalltalk various other fixes
Original commit message from CVS:
* changed libgst -> libgstreamer to comply with namespace issues with gnu smalltalk
* various other fixes
2002-02-10 17:09:53 +00:00
Thomas Vander Stichele c90c7ea286 sync with as-version small autogen fix
Original commit message from CVS:
* sync with as-version
* small autogen fix
2002-02-10 15:54:09 +00:00
Thomas Vander Stichele d4f9846e2d removing m4 dir
Original commit message from CVS:
removing m4 dir
2002-02-09 21:21:18 +00:00
Thomas Vander Stichele 47a7f07728 more cleanups
Original commit message from CVS:
more cleanups
2002-02-09 21:19:11 +00:00
Thomas Vander Stichele f985019e4c more build cleanups (using as-version and as-libtool) some release doc notes from the previous release
Original commit message from CVS:
* more build cleanups (using as-version and as-libtool)
* some release doc notes from the previous release
2002-02-09 21:05:12 +00:00
Andy Wingo f7aa64cf33 core is glib2 only now tried to convert to g_strdup_value_contents as much as i could misc other fixes
Original commit message from CVS:
* core is glib2 only now
* tried to convert to g_strdup_value_contents as much as i could
* misc other fixes
2002-02-06 16:35:16 +00:00
Thomas Vander Stichele 25ffd7dfba disabling cothreads build until it passes make distcheck
Original commit message from CVS:
disabling cothreads build until it passes make distcheck
2002-02-06 13:36:22 +00:00
Thomas Vander Stichele bacad78afe oops
Original commit message from CVS:
oops
2002-02-04 23:25:40 +00:00
Richard Boulton ac59cb71c0 Revert aclocal invocation to do cat m4/*.m4 > acinclude.m4 beforehand, rather than adding m4/ to aclocal search path....
Original commit message from CVS:
Revert aclocal invocation to do cat m4/*.m4 > acinclude.m4 beforehand,
rather than adding m4/ to aclocal search path.  Shouldn't cause errors when
macros are already present on system, because macros in acinclude.m4 are
used in preference.
2002-02-04 21:24:08 +00:00
Andy Wingo 49075e62b5 cothreads stuff i forgot to commit last night
Original commit message from CVS:
cothreads stuff i forgot to commit last night
2002-02-04 17:41:45 +00:00
Thomas Vander Stichele aae5e50662 back to cvs mode
Original commit message from CVS:
back to cvs mode
2002-02-02 17:35:06 +00:00
Thomas Vander Stichele fb54baa94b prepping the release
Original commit message from CVS:
prepping the release
2002-02-02 13:50:03 +00:00
Erik Walthinsen 5684e131de Change soversion back to 0:0:0 and add use of -release flag for libtool.
Original commit message from CVS:
Change soversion back to 0:0:0 and add use of -release flag for libtool.
This means that any program linking against libgst will automatically have
the specific release of libgst encoded into it.  This enforces the fact
that (for the moment), the API/ABI is changing rapidly enough that you
can't link against 0.3.2 originally and have it still work with 0.3.3.  It
might be possible, but highly unlikely.

When we get closer to a stable API/ABI, in the 0.5.0 timeframe most likely,
we will start using soversions as recommended in the libtool docs.  Then
we have to pay more attention to forward and backwards compatiblity, or
rather, we have to *start* paying attention <g>
2002-02-01 22:37:16 +00:00
Thomas Vander Stichele bc24958dc8 goind down again
Original commit message from CVS:
goind down again
2002-01-31 23:19:18 +00:00
David I. Lehn 71519ef2a5 Update libtool lib version
Original commit message from CVS:
Update libtool lib version
2002-01-31 23:11:03 +00:00
Thomas Vander Stichele 5aaedd70a6 release version
Original commit message from CVS:
release version
2002-01-31 22:43:42 +00:00
Thomas Vander Stichele 773fed0447 prerelease
Original commit message from CVS:
prerelease
2002-01-30 23:38:04 +00:00
Thomas Vander Stichele f087e37458 fall back to glib1 when no glib2 found
Original commit message from CVS:
fall back to glib1 when no glib2 found
2002-01-30 17:27:01 +00:00
Thomas Vander Stichele 2a75dee620 removing versioning please check ;)
Original commit message from CVS:
removing versioning
please check ;)
2002-01-30 10:15:26 +00:00
Thomas Vander Stichele 96e19b930b cvs versioning
Original commit message from CVS:
cvs versioning
2002-01-30 10:08:53 +00:00
Andy Wingo 623c7f1144 added -Wall to GST_INT_CFLAGS
Original commit message from CVS:
added -Wall to GST_INT_CFLAGS
2002-01-27 19:08:38 +00:00
Andy Wingo 94dac7322d should fix an error in a no-glib2 error message, an error in libxml stuff and silencing a warning in the cothreads stuff
Original commit message from CVS:
should fix an error in a no-glib2 error message, an error in libxml stuff
(newer versions of libxml1 can be included as libxml/parser.h), and silencing
a warning in the cothreads stuff
2002-01-25 04:27:24 +00:00
Andy Wingo f58c8f26b4 build system tweaks, and now the cothreads test code will build and configure with the rest of gst.
Original commit message from CVS:
build system tweaks, and now the cothreads test code will build and configure with the rest of gst.
2002-01-23 00:04:33 +00:00
Andy Wingo f2842d1e50 chop chop, out with the cruft
Original commit message from CVS:
chop chop, out with the cruft
2002-01-17 05:22:18 +00:00
Thomas Vander Stichele 04f32a7280 removed capsnego testsuite from build if ok then someone please remove the source dirs
Original commit message from CVS:
removed capsnego testsuite from build
if ok then someone please remove the source dirs
2002-01-15 09:29:27 +00:00
Andy Wingo 57dc4b544d doc and configure updates, and the beginnings of gst-xmllaunch
Original commit message from CVS:
doc and configure updates, and the beginnings of gst-xmllaunch
2002-01-14 07:18:43 +00:00
Andy Wingo f38969ff25 fix doc build for glib2 remove template files from cvs, they are generated with gtkdoc-mktmpl new, cleaner interface ...
Original commit message from CVS:
* fix doc build for glib2
* remove template files from cvs, they are generated with gtkdoc-mktmpl
* new, cleaner interface to the parser facilities
* cleanups in gstparse.c
2002-01-14 04:09:56 +00:00
Wim Taymans dcfb86bb73 Added caps testsuite.
Original commit message from CVS:
Added caps testsuite.
2002-01-13 22:46:34 +00:00
Thomas Vander Stichele e35929fbe0 this goes in
Original commit message from CVS:
this goes in
2002-01-13 08:52:01 +00:00
David I. Lehn 0952f6551e remove WIN32 path stuff
Original commit message from CVS:
remove WIN32 path stuff
2002-01-12 01:26:04 +00:00
Thomas Vander Stichele b8d6a9a91d back to dev mode
Original commit message from CVS:
back to dev mode
2002-01-11 23:05:45 +00:00
David I. Lehn 818baa5c2c Generate m4 and xsl Makefiles
Original commit message from CVS:
Generate m4 and xsl Makefiles
Add xsl dir and *.xsl to dist
2002-01-09 03:03:26 +00:00
Thomas Vander Stichele 5191e0c460 let's get ready releasing
Original commit message from CVS:
let's get ready releasing
2002-01-08 09:41:11 +00:00
Christian Schaller 9982c86305 Crank up version to 0.3.1
Original commit message from CVS:
Crank up version to 0.3.1
2002-01-07 22:51:25 +00:00
David I. Lehn 4c0585aa8a Bump lib version to 2.
Original commit message from CVS:
Bump lib version to 2.
2002-01-07 22:35:54 +00:00
Andy Wingo 15a22cc4c0 fix from Company
Original commit message from CVS:
fix from Company
2002-01-07 21:32:34 +00:00
Andy Wingo f698d6469c compile fixen
Original commit message from CVS:
compile fixen
2002-01-05 01:43:16 +00:00
Andy Wingo bceef373d6 removed test/ from AC_OUTPUT
Original commit message from CVS:
removed test/ from AC_OUTPUT
2002-01-04 22:45:59 +00:00
Thomas Vander Stichele a2c03b42b6 removing player build
Original commit message from CVS:
removing player build
2002-01-03 16:44:38 +00:00
Thomas Vander Stichele 2663e8dbc9 removing glade stuff
Original commit message from CVS:
removing glade stuff
2002-01-03 16:10:23 +00:00
Thomas Vander Stichele 3ba7f311c0 fixing some stuff
Original commit message from CVS:
fixing some stuff
2002-01-02 22:01:58 +00:00
Thomas Vander Stichele 3638902dd2 removing the editor from the build
Original commit message from CVS:
removing the editor from the build
2002-01-02 20:12:57 +00:00
Thomas Vander Stichele aaeea5c4eb fixes to the pkgconfig file to make other modules behave properly
Original commit message from CVS:
fixes to the pkgconfig file to make other modules behave properly
2002-01-02 19:03:02 +00:00
Thomas Vander Stichele 5ae1f5855a bumped version
Original commit message from CVS:
bumped version
2002-01-02 14:09:13 +00:00
Thomas Vander Stichele c81314f924 fixes to make distcheck work changed registry out of date to warning to allow tests to continue regardless (any bette...
Original commit message from CVS:
fixes to make distcheck work
changed registry out of date to warning to allow tests to continue regardless (any better suggestions much appreciated)
2002-01-02 12:23:26 +00:00
Wim Taymans 79650cd19f Enable static building again for the release.
Original commit message from CVS:
Enable static building again for the release.
2002-01-01 14:33:33 +00:00
Wim Taymans acd582d4bc Disable gstplay for glib2 for now
Original commit message from CVS:
Disable gstplay for glib2 for now
2002-01-01 14:06:48 +00:00
Andy Wingo 65423bdc5a same changes as in gst-plugins module also, PKG_CHECK_MODULES does the pkg-config checking for us
Original commit message from CVS:
same changes as in gst-plugins module
also, PKG_CHECK_MODULES does the pkg-config checking for us
2001-12-26 23:18:56 +00:00
Andy Wingo 17918e3c1f finalize removal of httpsrc
Original commit message from CVS:
finalize removal of httpsrc
2001-12-24 22:11:04 +00:00
Thomas Vander Stichele 7f14b49641 removing all plugin checks
Original commit message from CVS:
removing all plugin checks
2001-12-23 21:06:48 +00:00
Thomas Vander Stichele 3c95e4f3a2 plugins should be gotten from the separate gst-plugins module from now on we're fixing bugs there all over the place
Original commit message from CVS:
plugins should be gotten from the separate gst-plugins module from now on
we're fixing bugs there all over the place
2001-12-23 20:59:46 +00:00
Thomas Vander Stichele 9fe4587856 more changes
Original commit message from CVS:
more changes
2001-12-23 18:12:12 +00:00
Andy Wingo b9f6bb9c0e no plugins builds by default
Original commit message from CVS:
no plugins builds by default
2001-12-23 16:51:07 +00:00
Andy Wingo 6bb3f78a0c added --disable-plugins option; useful if you are making the switch to gst-plugins
Original commit message from CVS:
added --disable-plugins option; useful if you are making the switch to
gst-plugins
2001-12-23 05:59:38 +00:00
Andy Wingo 7aa5885df5 pkg-config related fixes note that a relative path in your PKG_CONFIG_PATH will show up as ${pcfiledir}, unfortunately
Original commit message from CVS:
pkg-config related fixes
note that a relative path in your PKG_CONFIG_PATH will show up as ${pcfiledir},
unfortunately
2001-12-23 03:24:17 +00:00
Thomas Vander Stichele af1edc5413 added new libs stuff
Original commit message from CVS:
added new libs stuff
2001-12-23 00:11:14 +00:00
Andy Wingo 11456df888 debian/Makfile.in was not getting produced, so i commented it out of AC_OUTPUT.
Original commit message from CVS:
debian/Makfile.in was not getting produced, so i commented it out of AC_OUTPUT.
2001-12-22 02:21:39 +00:00
Andy Wingo 981cf4d212 this patch fixes arts and artsd compilation problems. this is necessary for make dist to work. i know plugins are bei...
Original commit message from CVS:
this patch fixes arts and artsd compilation problems. this is necessary for make
dist to work. i know plugins are being moved, though, this needs to be ported to
the -plugins module.

* experimental and broken selection now use GST_CHECK_FEATURE, for what it's worth
* crucial fixes to arts m4's that need backporting to autostars and -plugins
* make gst-feature less frantic in reporting missing plugins
* cleanups and misc arts fixes
2001-12-20 20:41:28 +00:00
Andy Wingo e8e87fe956 removed gstreamer.m4 (packages should use pkg.m4) guilaunch depends only on gtk, not libglade-gnome removed an unnece...
Original commit message from CVS:
* removed gstreamer.m4 (packages should use pkg.m4)
* guilaunch depends only on gtk, not libglade-gnome
* removed an unnecessary check in dynamic-pipeline.c
* attempted to avoid a spurious autoheader run
* gtk2 fixes
* killed a lot of files that automake brings in for us
* killed acinclude.m4, it's autogenerated
2001-12-20 01:20:22 +00:00
Wim Taymans 7cfd7c6d09 Added the testsuite
Original commit message from CVS:
Added the testsuite
2001-12-18 14:36:26 +00:00
Thomas Vander Stichele 1776717a40 xing and xaudio cleanup
Original commit message from CVS:
xing and xaudio cleanup
2001-12-17 16:50:20 +00:00
Thomas Vander Stichele 3235eb853d applied zilch's patch
Original commit message from CVS:
applied zilch's patch
2001-12-17 10:07:04 +00:00
Wim Taymans 209747879b also set the plugin builddir to pwd
Original commit message from CVS:
also set the plugin builddir to pwd
2001-12-16 23:46:50 +00:00
Andy Wingo 644940125e fixed CONFIG_DIR issues
Original commit message from CVS:
fixed CONFIG_DIR issues
2001-12-16 23:36:12 +00:00
Thomas Vander Stichele 2abe84ac12 fix GST_CONFIG_DIR
Original commit message from CVS:
fix GST_CONFIG_DIR
2001-12-16 22:37:17 +00:00
Thomas Vander Stichele 886cbe19ec try fixing GST_CONFIG_DIR
Original commit message from CVS:
try fixing GST_CONFIG_DIR
2001-12-16 22:15:02 +00:00
Thomas Vander Stichele 00a26bb866 oss fix
Original commit message from CVS:

oss fix
2001-12-16 19:09:41 +00:00
Thomas Vander Stichele 0738d7dc34 flac should work
Original commit message from CVS:
flac should work
2001-12-16 19:09:03 +00:00
Thomas Vander Stichele 96915bec6c GST_CONFIG_DIR
Original commit message from CVS:
GST_CONFIG_DIR
2001-12-16 19:07:56 +00:00
Thomas Vander Stichele d546e56fec too overzealous
Original commit message from CVS:
too overzealous
2001-12-16 19:00:11 +00:00
Thomas Vander Stichele 6c8ec194d9 remove ac3*
Original commit message from CVS:
remove ac3*
2001-12-16 18:55:49 +00:00
Andy Wingo 7e56c1dbe1 bye bye gstreamer-config
Original commit message from CVS:
bye bye gstreamer-config
2001-12-16 18:43:10 +00:00
Thomas Vander Stichele e3e3e29c91 more removals
Original commit message from CVS:
more removals
2001-12-16 18:41:43 +00:00
Thomas Vander Stichele 3871f95faf moved oss check
Original commit message from CVS:
moved oss check
2001-12-16 18:39:06 +00:00
Thomas Vander Stichele e337ac9cbb ok, mad is ok flac could be too, let's see gsm is unbroken give it a whirl
Original commit message from CVS:
ok, mad is ok
flac could be too, let's see
gsm is unbroken
give it a whirl
2001-12-16 17:01:04 +00:00
Thomas Vander Stichele 31fe57ee49 cleaned up gsm test
Original commit message from CVS:
cleaned up gsm test
2001-12-16 16:58:11 +00:00
Thomas Vander Stichele a105028066 avifile and mad work
Original commit message from CVS:
avifile and mad work
2001-12-16 16:52:42 +00:00
Thomas Vander Stichele d474557917 typo
Original commit message from CVS:
typo
2001-12-16 16:51:59 +00:00
Thomas Vander Stichele e64c6256cc added cdparanoia check
Original commit message from CVS:
added cdparanoia check
2001-12-16 16:43:03 +00:00
Thomas Vander Stichele 9f86a21499 more fixes
Original commit message from CVS:
more fixes
2001-12-16 16:28:30 +00:00
Thomas Vander Stichele 40e6dccb43 merged back from build branch let's hope you all agree
Original commit message from CVS:
merged back from build branch
let's hope you all agree
2001-12-16 14:23:19 +00:00
Andy Wingo fb32f9a4ac conversion to xml manuals
Original commit message from CVS:
conversion to xml manuals
2001-12-15 23:11:39 +00:00
Thomas Vander Stichele c4f7b26289 removed comment
Original commit message from CVS:
removed comment
2001-12-15 15:32:09 +00:00
Thomas Vander Stichele ebd3233115 set HAVE_GNOME as well
Original commit message from CVS:
set HAVE_GNOME as well
2001-12-15 12:00:22 +00:00
Thomas Vander Stichele a94660a29f editor and player didn't get built
Original commit message from CVS:
editor and player didn't get built
2001-12-15 11:42:57 +00:00
Thomas Vander Stichele 008b8caeb6 autogen.sh uses m4 dir for acinclude.m4 see if this works for everyone
Original commit message from CVS:
autogen.sh uses m4 dir for acinclude.m4
see if this works for everyone
2001-12-15 11:18:21 +00:00
Wim Taymans 9f23c76bea Aplied more fixage from Michael Meeks.
Original commit message from CVS:
Aplied more fixage from Michael Meeks.
2001-12-13 23:14:39 +00:00
Thomas Vander Stichele fd1d85bee4 added date as release number for rpm cvs building
Original commit message from CVS:
added date as release number for rpm cvs building
2001-12-13 22:52:42 +00:00
Thomas Vander Stichele 6824f284a2 we want avifile don't we ?
Original commit message from CVS:
we want avifile don't we ?
2001-12-13 22:19:25 +00:00
Michael Meeks 7943a116f6 Aplied a patch from Michael Meeks to add libxml2 support.
Original commit message from CVS:
Aplied a patch from Michael Meeks to add libxml2 support.
2001-12-13 19:00:58 +00:00
Wim Taymans e7e92a0ad4 Disable static building again
Original commit message from CVS:
Disable static building again
2001-12-13 12:01:20 +00:00
Christian Schaller 1d1596a549 changed version to 0.3.0
Original commit message from CVS:
changed version to 0.3.0
2001-12-12 21:33:50 +00:00
Thomas Vander Stichele 9dc3615068 we have high hopes of this one
Original commit message from CVS:
we have high hopes of this one
2001-12-12 15:03:11 +00:00
Wim Taymans 34ea0aab27 Removed deprecated plugins
Original commit message from CVS:
Removed deprecated plugins
2001-12-12 12:17:35 +00:00
Thomas Vander Stichele 0bee7227b5 downed the version number since wtay is cleaning up plugins ;)
Original commit message from CVS:
downed the version number since wtay is cleaning up plugins ;)
2001-12-12 11:23:45 +00:00
Andy Wingo e4bba88ae9 minor typographical change to autogen added --with-html-dir option to configure more robust docbook checks convert to...
Original commit message from CVS:
* minor typographical change to autogen
* added --with-html-dir option to configure
* more robust docbook checks
* convert to standard docbook makefiles, at least for the gst/ directory
* added filesrc.h so that docbook can know about filesrc
* updated -sections.txt because docbook is incredibly stupid and requires that at
least one of the lines between <section> and </section> is not an entity
* first pass at possible getting the docs to build on glib2, untested
2001-12-12 06:08:44 +00:00
David I. Lehn e70a4ea0a8 Bump 'current' version of libgst up one.
Original commit message from CVS:
Bump 'current' version of libgst up one.
2001-12-12 02:14:53 +00:00
Thomas Vander Stichele ec4a6a7502 arts fix upped version
Original commit message from CVS:
arts fix
upped version
2001-12-11 22:22:01 +00:00
Thomas Vander Stichele c87a4a61f1 skip rtp headers until we graduated from autotool U
Original commit message from CVS:
skip rtp headers until we graduated from autotool U
2001-12-11 21:59:25 +00:00
Thomas Vander Stichele 5974fc1c5c arts stuff
Original commit message from CVS:
arts stuff
2001-12-11 21:25:51 +00:00
Wim Taymans 45edb41eda Make sure we build a static version too for the release
Original commit message from CVS:
Make sure we build a static version too for the release
2001-12-11 20:19:35 +00:00
Thomas Vander Stichele 0c869beffc Added XMMS check commented out previous XMMS and arts check added arts check but I need to test it tried fixing rtp c...
Original commit message from CVS:
Added XMMS check
commented out previous XMMS and arts check
added arts check but I need to test it
tried fixing rtp check but there's something *really*wrong with it,
the headers are on my system but don't get found
2001-12-11 14:43:09 +00:00
Thomas Vander Stichele 2652e7e520 this sdl test should work better, should've kept it in the first place ;)
Original commit message from CVS:
this sdl test should work better, should've kept it in the first place ;)
2001-12-11 09:38:52 +00:00
Thomas Vander Stichele 368c1ff4fe upped the version since a release tarball has been made
Original commit message from CVS:
upped the version since a release tarball has been made
2001-12-10 23:24:59 +00:00
Thomas Vander Stichele 8b25d6c89b make distcheck works
Original commit message from CVS:
make distcheck works
2001-12-10 20:14:50 +00:00
Thomas Vander Stichele a732dcab66 AS back in
Original commit message from CVS:
AS back in
2001-12-10 16:37:00 +00:00
Thomas Vander Stichele c6c107869a *sigh* again and again and again
Original commit message from CVS:
*sigh* again and again and again
2001-12-10 15:56:16 +00:00
Thomas Vander Stichele ec63133648 fixed another problem
Original commit message from CVS:
fixed another problem
2001-12-10 15:19:19 +00:00
Thomas Vander Stichele ddbe53850c changed SDL detection should work without SDL-devel installed, please test
Original commit message from CVS:
changed SDL detection
should work without SDL-devel installed, please test
2001-12-10 14:22:08 +00:00
Thomas Vander Stichele 237bd0dee4 changed version to 0.2.99
Original commit message from CVS:
changed version to 0.2.99
2001-12-09 15:38:22 +00:00
Thomas Vander Stichele c447c3fb59 removed refcounting's Makefile
Original commit message from CVS:
removed refcounting's Makefile
2001-12-09 15:34:01 +00:00
Thomas Vander Stichele b2ab940d23 added AS setting
Original commit message from CVS:
added AS setting
2001-12-09 10:32:29 +00:00
Andy Wingo a5344929ca vestigial configure.base removal
Original commit message from CVS:
vestigial configure.base removal
2001-12-09 00:11:46 +00:00
Andy Wingo d20730084f bump versionnumber, remove comment at top
Original commit message from CVS:
bump versionnumber, remove comment at top
2001-12-08 23:11:56 +00:00
Andy Wingo 6cf53e1a94 remove support for autoconf2.13
Original commit message from CVS:
remove support for autoconf2.13
2001-12-08 23:02:28 +00:00
Richard Boulton 53ca792d2f create a configure.base file, containing the contents of configure.{in,ac}, with those lines specific to one file pre...
Original commit message from CVS:
* create a configure.base file, containing the contents of
configure.{in,ac}, with those lines specific to one file prepended by
"SUBSTFOR configure.in:" or "SUBSTFOR configure.ac:" appropriately.

* Add lines to autogen.sh to generate configure.in and configure.ac
automatically from this file. (Very simple sed scripts)

* Remove configure.in and configure.ac

This shouldn't cause any problems to anyone, and should make it easy to do
work on configure scripts by just working on configure.base.
2001-05-30 14:22:50 +00:00
Richard Boulton 08f70983da More small changes to bring the two scripts closer together.
Original commit message from CVS:
More small changes to bring the two scripts closer together.
Turned off building docs by default in configure.ac.
Only diffs are now essential due to changes from autoconf 2.13 to 2.50.
2001-05-30 13:25:28 +00:00
Richard Boulton 769318c1d0 Add idiot test to stop the installing of versions with plugin srcdir enabled.
Original commit message from CVS:
Add idiot test to stop the installing of versions with plugin srcdir
enabled.
2001-05-29 16:38:29 +00:00
Richard Boulton efef6b28ba Fix differences between configure.in and configure.ac which were trivial or due merely to formatting differences. di...
Original commit message from CVS:
Fix differences between configure.in and configure.ac which were trivial
or due merely to formatting differences.  diff can now be used to see only
the significant differences, which should be helpful in keeping these
two files in sync.
2001-05-29 15:19:37 +00:00
Richard Boulton b2af90dcb6 Simplify alsa checking: we can use the standard AM_PATH_ALSA macro to check that we don't have alsa 0.9.x: we just ne...
Original commit message from CVS:
Simplify alsa checking: we can use the standard AM_PATH_ALSA macro to
check that we don't have alsa 0.9.x: we just need to specify something
for ACTION_NOT_FOUND to override the default AC_MSG_ERROR behaviour, so
I've put a colon for ACTION_NOT_FOUND. ;-)
Also, update the alsa macro in acinclude with the latest from the alsa
project CVS.
2001-05-29 12:31:21 +00:00
Wim Taymans eee30f5bc2 Added a check for gsm/gsm.h
Original commit message from CVS:
Added a check for gsm/gsm.h
2001-05-28 22:02:02 +00:00
Wim Taymans 5dd20aa4a5 Removed the -pre0
Original commit message from CVS:
Removed the -pre0
2001-05-28 21:02:25 +00:00
Wim Taymans a4969acca0 Added the refcounting to the output targets.
Original commit message from CVS:
Added the refcounting to the output targets.
2001-05-28 20:47:47 +00:00
Wim Taymans 661fcdef87 Added a check for libgsm
Original commit message from CVS:
Added a check for libgsm
2001-05-28 20:36:13 +00:00
Wim Taymans 952019669a Updated to match configure.in
Original commit message from CVS:
Updated to match configure.in
2001-05-28 20:22:48 +00:00
Wim Taymans 09624b7335 The configure file for autoconf 2.50
Original commit message from CVS:
The configure file for autoconf 2.50
2001-05-28 20:05:03 +00:00