Andy Wingo
37016f7829
a hackish fix to link arts to the proper libs
...
Original commit message from CVS:
a hackish fix to link arts to the proper libs
2002-02-16 05:53:28 +00:00
Andy Wingo
ee8f5f3ac1
quiet a warning from autoconf
...
Original commit message from CVS:
quiet a warning from autoconf
2002-02-16 05:44:09 +00:00
Andy Wingo
a8ac08928d
quiet a warning from autoconf
...
Original commit message from CVS:
quiet a warning from autoconf
2002-02-16 05:44:09 +00:00
Andy Wingo
d44ca0c99f
quiet a warning from autoconf
...
Original commit message from CVS:
quiet a warning from autoconf
2002-02-16 05:44:09 +00:00
Andy Wingo
c0d826fda9
quiet a warning from autoconf
...
Original commit message from CVS:
quiet a warning from autoconf
2002-02-16 05:44:09 +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
1cf253d075
Get rid of the gst_element_info() and replace it with g_message()
...
Original commit message from CVS:
Get rid of the gst_element_info() and replace it with g_message()
2002-02-13 18:40:15 +00:00
Ronald S. Bultje
376c95df2a
Get rid of the gst_element_info() and replace it with g_message()
...
Original commit message from CVS:
Get rid of the gst_element_info() and replace it with g_message()
2002-02-13 18:40:15 +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
0c07561a33
how did this ever work ?
...
Original commit message from CVS:
how did this ever work ?
2002-02-13 12:02:11 +00:00
Thomas Vander Stichele
8e0615e6c7
how did this ever work ?
...
Original commit message from CVS:
how did this ever work ?
2002-02-13 12:02:11 +00:00
Thomas Vander Stichele
964b30886e
how did this ever work ?
...
Original commit message from CVS:
how did this ever work ?
2002-02-13 12:02:11 +00:00
Thomas Vander Stichele
7385989620
how did this ever work ?
...
Original commit message from CVS:
how did this ever work ?
2002-02-13 12:02:11 +00:00
Benjamin Otte
a77aca90da
add an 'average-bitrate' property and everything necessary to compute it to mad
...
Original commit message from CVS:
add an 'average-bitrate' property and everything necessary to compute it to mad
2002-02-13 08:15:34 +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
9193766df4
fix stupid gst-register mistakes make all plugins require gstreamer-plugins make only gstreamer-plugins require gstre...
...
Original commit message from CVS:
* fix stupid gst-register mistakes
* make all plugins require gstreamer-plugins
* make only gstreamer-plugins require gstreamer
2002-02-12 17:40:01 +00:00
Thomas Vander Stichele
a48229f411
fix stupid gst-register mistakes make all plugins require gstreamer-plugins make only gstreamer-plugins require gstre...
...
Original commit message from CVS:
* fix stupid gst-register mistakes
* make all plugins require gstreamer-plugins
* make only gstreamer-plugins require gstreamer
2002-02-12 17:40:01 +00:00
Thomas Vander Stichele
31e0d4943a
fix stupid gst-register mistakes make all plugins require gstreamer-plugins make only gstreamer-plugins require gstre...
...
Original commit message from CVS:
* fix stupid gst-register mistakes
* make all plugins require gstreamer-plugins
* make only gstreamer-plugins require gstreamer
2002-02-12 17:40:01 +00:00
Thomas Vander Stichele
e9e30f750e
fix stupid gst-register mistakes make all plugins require gstreamer-plugins make only gstreamer-plugins require gstre...
...
Original commit message from CVS:
* fix stupid gst-register mistakes
* make all plugins require gstreamer-plugins
* make only gstreamer-plugins require gstreamer
2002-02-12 17:40:01 +00:00
Thomas Vander Stichele
1eeb611f8a
it's all about the versioning baby
...
Original commit message from CVS:
it's all about the versioning baby
2002-02-12 16:56:33 +00:00
Thomas Vander Stichele
bbd12e3fd9
it's all about the versioning baby
...
Original commit message from CVS:
it's all about the versioning baby
2002-02-12 16:56:33 +00:00
Thomas Vander Stichele
d7d6d405f1
it's all about the versioning baby
...
Original commit message from CVS:
it's all about the versioning baby
2002-02-12 16:56:33 +00:00
Thomas Vander Stichele
8ff0aa4dc3
it's all about the versioning baby
...
Original commit message from CVS:
it's all about the versioning baby
2002-02-12 16:56:33 +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
6c83d9e4ee
some more fixes base rpm is now called gstreamer-plugins as it should be
...
Original commit message from CVS:
* some more fixes
* base rpm is now called gstreamer-plugins as it should be
2002-02-12 12:01:45 +00:00
Thomas Vander Stichele
3d9ac4d94f
some more fixes base rpm is now called gstreamer-plugins as it should be
...
Original commit message from CVS:
* some more fixes
* base rpm is now called gstreamer-plugins as it should be
2002-02-12 12:01:45 +00:00
Thomas Vander Stichele
32fa17e7f2
some more fixes base rpm is now called gstreamer-plugins as it should be
...
Original commit message from CVS:
* some more fixes
* base rpm is now called gstreamer-plugins as it should be
2002-02-12 12:01:45 +00:00
Thomas Vander Stichele
8c635aa436
some more fixes base rpm is now called gstreamer-plugins as it should be
...
Original commit message from CVS:
* some more fixes
* base rpm is now called gstreamer-plugins as it should be
2002-02-12 12:01:45 +00:00
Thomas Vander Stichele
5b7c3cf89c
various cosmetic fixes
...
Original commit message from CVS:
* various cosmetic fixes
2002-02-12 11:37:29 +00:00
Thomas Vander Stichele
b24fa21ae2
various cosmetic fixes
...
Original commit message from CVS:
* various cosmetic fixes
2002-02-12 11:37:29 +00:00
Thomas Vander Stichele
c43408af92
various cosmetic fixes
...
Original commit message from CVS:
* various cosmetic fixes
2002-02-12 11:37:29 +00:00
Thomas Vander Stichele
3b8dc05d7b
various cosmetic fixes
...
Original commit message from CVS:
* various cosmetic fixes
2002-02-12 11:37:29 +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
2b59d87890
release version fix
...
Original commit message from CVS:
release version fix
2002-02-11 16:01:13 +00:00
Thomas Vander Stichele
8f64472256
release version fix
...
Original commit message from CVS:
release version fix
2002-02-11 16:01:13 +00:00
Thomas Vander Stichele
a4ddb78dc5
release version fix
...
Original commit message from CVS:
release version fix
2002-02-11 16:01:13 +00:00
Thomas Vander Stichele
26a4d36c1c
release version fix
...
Original commit message from CVS:
release version fix
2002-02-11 16:01:13 +00:00