Commit graph

233 commits

Author SHA1 Message Date
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