Commit graph

2275 commits

Author SHA1 Message Date
Andy Wingo
991e42bc4b add 'toolsdir' to the pc files add our first plugin test, which involves simply running gst-compprep, which in the co...
Original commit message from CVS:
* add 'toolsdir' to the pc files
* add our first plugin test, which involves simply running gst-compprep,
which in the course of creating the completion registry instantiates every
plugin. gst-register is run first.
2002-02-16 17:53:58 +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
21cd0846ee workaround for old popt versions, maybe this is the best way anyway (not alowing for command line args that are not p...
Original commit message from CVS:
workaround for old popt versions, maybe this is the best way anyway (not alowing
for command line args that are not parsed with popt)
2002-02-16 03:24:50 +00:00
Andy Wingo
38b5789e71 --gst-scheduler={basic,standard} :-)))
Original commit message from CVS:
--gst-scheduler={basic,standard} :-)))
2002-02-15 21:17:06 +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
Richard Boulton
5c29019f9f Test commit: if this works, the CVS is working again.
Original commit message from CVS:
Test commit: if this works, the CVS is working again.
2002-02-14 17:55:51 +00:00
Richard Boulton
266c9f92a1 Remove test file.
Original commit message from CVS:
Remove test file.
2002-02-14 00:27:02 +00:00
Ronald S. Bultje
eaa783598a This is probably cleaner
Original commit message from CVS:
This is probably cleaner
2002-02-13 18:28:21 +00:00
Richard Boulton
ceb8481f00 This is a test commit to check that the new syncmail script is working.
Original commit message from CVS:
This is a test commit to check that the new syncmail script is working.
2002-02-13 16:53:01 +00:00
Thomas Vander Stichele
72276c6522 don't set INFO categories before running gst_init
Original commit message from CVS:
don't set INFO categories before running gst_init
2002-02-13 16:15:40 +00:00
Thomas Vander Stichele
c3558a0543 small addition
Original commit message from CVS:
small addition
2002-02-13 12:18:10 +00:00
Thomas Vander Stichele
3758abca8d revert part of wingo's patch wingo, I'm not doing this to piss you off ;) but with your change we get the reverse iss...
Original commit message from CVS:
revert part of wingo's patch
wingo, I'm not doing this to piss you off ;)
but with your change we get the reverse issue : stuff in libs/gst needs
gstmarshal.[ch], which are only generated if we go in gst before libs.
So unless we just throw the egg at the chicken we'll have to settle for a
hack.
Alternatively, we could take the egg out of the chicken and put it in
a separate tarball which would then be installed ;)
2002-02-12 22:28:25 +00:00
Andy Wingo
7305565829 fix funny build issue by not linking plugin libraries to gstreamer core. this is because they are plugins, not shared...
Original commit message from CVS:
fix funny build issue by not linking plugin libraries to gstreamer core. this is
because they are plugins, not shared libraries per se, and will only be loaded by
the core itself. this change allows the core elements (schedulers, autopluggers, etc)
to use the core loadable libraries (bytestream, getbits, etc) as well as "ext" libs
like the new cothreads package.
2002-02-12 17:50:22 +00:00
Thomas Vander Stichele
70834db6ad updating tee to use properties
Original commit message from CVS:
updating tee to use properties
2002-02-12 13:57:14 +00:00
Thomas Vander Stichele
bc9abdfd96 use properties
Original commit message from CVS:
use properties
2002-02-12 13:53:15 +00:00
Thomas Vander Stichele
cc3b3cc116 fixing up tests to work with property callbacks
Original commit message from CVS:
fixing up tests to work with property callbacks
2002-02-12 13:51:40 +00:00
Thomas Vander Stichele
a809ce288b events seem to be gone
Original commit message from CVS:
events seem to be gone
2002-02-12 13:38:36 +00:00
Thomas Vander Stichele
5f6cac5419 because of the versioning we need to do this
Original commit message from CVS:
because of the versioning we need to do this
2002-02-11 16:26:33 +00:00
Thomas Vander Stichele
db12e3db8a I don't think we wanted to change the include dir to gstreamer as well.
Original commit message from CVS:
I don't think we wanted to change the include dir to gstreamer as well.
If we did, then we need major code cleanups all over so let's hold off for
a second.
2002-02-11 15:35:42 +00:00
Thomas Vander Stichele
02ccad1c81 more smalltalk fixage
Original commit message from CVS:
more smalltalk fixage
2002-02-11 14:07:02 +00:00
Thomas Vander Stichele
aefee6c066 first have breakfast then fix things
Original commit message from CVS:
first have breakfast
then fix things
2002-02-11 13:55:17 +00:00
Thomas Vander Stichele
9fa9bba3e5 more of this
Original commit message from CVS:
more of this
2002-02-11 12:18:43 +00:00
Thomas Vander Stichele
27a025ee75 adding standard scheduler
Original commit message from CVS:
adding standard scheduler
2002-02-11 12:16:44 +00:00
Thomas Vander Stichele
211f7c994d this is a really evil hack.
Original commit message from CVS:
this is a really evil hack.
I would like for someone to help wingo and me fixing it properly ;)
and for that I could use a little basic education on some of the LD FLAGS
we need all over because trying to fix it properly got me confused.
2002-02-11 12:08:50 +00:00
Thomas Vander Stichele
6a8aeb135a nope, not a good idea
Original commit message from CVS:
nope, not a good idea
2002-02-11 11:46:45 +00:00
Thomas Vander Stichele
06c8536815 try try try
Original commit message from CVS:
try try try
2002-02-11 10:38:01 +00:00
Thomas Vander Stichele
4e47d8882e this cothread thing is starting to confuse me which are we using atm ?
Original commit message from CVS:
this cothread thing is starting to confuse me
which are we using atm ?
2002-02-11 10:27:04 +00:00
Benjamin Otte
e149d96faa major rewrite of the spider.
Original commit message from CVS:
major rewrite of the spider.
Now uses GstSpiderConnection to track current connections and remember the way they're plugged.
Advantages of this approach:
- function prototypes are now much cleaner.
- Allow event propagation (EOS) to elements that are not connected but plugged.
- Allow deconstruction of plugged pipes. (not implemented)
Disadvantage:
- I screwed up naming (always get src and sink the wrong way). It's very inconsistent in the gstspider.[ch] files
- a little more time and memory are needed to manage the structs
2002-02-11 08:18:09 +00:00
Andy Wingo
e8b452e27c it still only iterates once, but we're getting there
Original commit message from CVS:
it still only iterates once, but we're getting there
2002-02-11 07:45:30 +00:00
Andy Wingo
8af369ecf6 removed cothread-specific code from gstinfo.c because the new cothreads has no cothread_self()
Original commit message from CVS:
* removed cothread-specific code from gstinfo.c because the new cothreads has no cothread_self()
* added a new scheduler, untested but it does compile :-)
* cothreads links to the scheduler, not core now
* no installation of cothreads headers
2002-02-11 01:38:55 +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
84261f5080 oopsie
Original commit message from CVS:
oopsie
2002-02-10 10:11:44 +00:00
Thomas Vander Stichele
ff0c0d262b Some people might have stray acinclude.m4's lying around in their build dir so let's delete them.
Original commit message from CVS:
Some people might have stray acinclude.m4's lying around in their build dir
so let's delete them.
For those that wondered : yes, I ran make distcheck on an anonymous checkout.
This would've helped Zeenix.
Let me know if you think this is the wrong solution.
2002-02-10 09:25:45 +00:00
Thomas Vander Stichele
00bb5f61d0 *sigh* and this
Original commit message from CVS:
*sigh* and this
2002-02-09 21:43:49 +00:00
Thomas Vander Stichele
8b8f736d3a remove it here too
Original commit message from CVS:
remove it here too
2002-02-09 21:38:01 +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
a90f908bbf fix spurious libxml warning
Original commit message from CVS:
fix spurious libxml warning
2002-02-08 18:07:25 +00:00
Andy Wingo
a8a2afd14d fix the whole cothread thing
Original commit message from CVS:
fix the whole cothread thing
2002-02-07 19:32:10 +00:00
Ronald S. Bultje
c2dc4b26c1 Wim, please upload the header files too next time ;)
Original commit message from CVS:
Wim, please upload the header files too next time ;)
2002-02-07 11:05:27 +00:00
Andy Wingo
42dfc7baa7 how glib this makes me!
Original commit message from CVS:
how glib this makes me!
2002-02-07 05:23:17 +00:00
Wim Taymans
334790d85a Some random ramblings about the next-gen registry..
Original commit message from CVS:
Some random ramblings about the next-gen registry..
2002-02-06 22:34:12 +00:00
Thomas Vander Stichele
00f7eced6b taaz: it doesn't work thomas: ok, I'll fix it.
Original commit message from CVS:
taaz: it doesn't work
thomas: ok, I'll fix it.
2002-02-06 22:28:25 +00:00
Wim Taymans
19e0ea0458 Converted a few _info events to properties..
Original commit message from CVS:
Converted a few _info events to properties..
2002-02-06 21:57:35 +00:00
Thomas Vander Stichele
6ef17483a4 taaz's yapping
Original commit message from CVS:
taaz's yapping
2002-02-06 21:35:37 +00:00