Andy Wingo
b174edfdb7
fix a typo
...
Original commit message from CVS:
fix a typo
2002-03-02 18:31:38 +00:00
Benjamin Otte
dc38fb5ae2
adding 'videosink' element
...
Original commit message from CVS:
adding 'videosink' element
It's basically a rewritten xvideosink, but is more modular and allows 'hooks'.
It is needed by GstVideoWidget in gst-player
2002-03-02 17:55:33 +00:00
Richard Boulton
8f2d24b1bf
Added esdmon plugin.
...
Original commit message from CVS:
Added esdmon plugin.
Monitors output from the esd sound daemon.
Particularly useful for displaying a visualisation of the audio being
played on your system. eg:
gst-launch esdmon ! goom ! { queue leaky=yes ! colorspace ! sdlvideosink }
You can even have several of them going at once. :)
2002-03-02 15:20:05 +00:00
Richard Boulton
347bd76c36
I'm too lazy to comment this
...
Original commit message from CVS:
*** empty log message ***
2002-03-02 12:36:07 +00:00
Thomas Vander Stichele
428d71bb17
more changes
...
Original commit message from CVS:
more changes
2002-03-02 12:05:41 +00:00
Thomas Vander Stichele
8e4f87279e
adapt to use new stuff
...
Original commit message from CVS:
adapt to use new stuff
2002-03-02 12:03:23 +00:00
Christian Schaller
3ef2f13dc9
added modplug to SPEC file
...
Original commit message from CVS:
added modplug to SPEC file
2002-03-02 11:34:18 +00:00
Jeremy Simon
870168f3d5
adding TIMESTAMP to buffer ( work with goom now ;) adding AUTHORS code cleanup
...
Original commit message from CVS:
adding TIMESTAMP to buffer ( work with goom now ;)
adding AUTHORS
code cleanup
2002-03-01 17:25:42 +00:00
Thomas Vander Stichele
add0caca4d
adding man page
...
Original commit message from CVS:
adding man page
2002-03-01 15:46:26 +00:00
Jeremy Simon
b8d12f9a44
remove EXTRA_DIST
...
Original commit message from CVS:
remove EXTRA_DIST
2002-02-28 21:20:05 +00:00
Jeremy Simon
ac87bfc370
adding modplug
...
Original commit message from CVS:
adding modplug
2002-02-28 21:10:42 +00:00
Thomas Vander Stichele
3b68b42af8
use gst-debuginfo.m4 macro so plugins are actually compiled with debug info some more debug output for lame
...
Original commit message from CVS:
* use gst-debuginfo.m4 macro so plugins are actually compiled with
debug info
* some more debug output for lame
2002-02-21 17:20:35 +00:00
Thomas Vander Stichele
933567778b
Uhm, if I'll be fixing errors like this all over just because I'm enabling plugin debug output for the first time, I'...
...
Original commit message from CVS:
Uhm, if I'll be fixing errors like this all over just because I'm enabling
plugin debug output for the first time, I'm in for a world of hurt over
the next few hours...
2002-02-21 13:45:43 +00:00
Christian Schaller
3b9ee7ec91
Fix the spec after the au plugin changed name
...
Original commit message from CVS:
Fix the spec after the au plugin changed name
2002-02-19 21:06:18 +00:00
Thomas Vander Stichele
e3f1c7373b
putting it back
...
Original commit message from CVS:
putting it back
2002-02-19 11:02:28 +00:00
Andy Wingo
e730de0bce
changes to spider: add padtemplates so the connect functions can connect two request-pad elements add a hack in gstel...
...
Original commit message from CVS:
* changes to spider:
* add padtemplates so the connect functions can connect two request-pad
elements
* add a hack in gstelement.c. please look at this, Company, and see how
we can get around this
* add backwards caps-propagation support in identity, int2float, float2int,
adder, speed, volume
2002-02-19 05:59:06 +00:00
Thomas Vander Stichele
f1e09f94aa
... and as long as there's no Makefile.am in testsuite/autoplug this will not work very well either.
...
Original commit message from CVS:
... and as long as there's no Makefile.am in testsuite/autoplug this will
not work very well either.
2002-02-18 17:25:46 +00:00
Andy Wingo
26834ee0e6
capsnego fixes in adder, speed, and identity
...
Original commit message from CVS:
capsnego fixes in adder, speed, and identity
2002-02-17 17:34:23 +00:00
Andy Wingo
9a40de21d5
--enable-plugin-builddir means nothing to the plugins themselves, just the tools
...
Original commit message from CVS:
--enable-plugin-builddir means nothing to the plugins themselves, just the tools
2002-02-16 18:41:24 +00:00
Andy Wingo
41871aa330
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:57 +00:00
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
c0d826fda9
quiet a warning from autoconf
...
Original commit message from CVS:
quiet a warning from autoconf
2002-02-16 05:44:09 +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
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
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
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
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
c43408af92
various cosmetic fixes
...
Original commit message from CVS:
* various cosmetic fixes
2002-02-12 11:37:29 +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
Andy Wingo
8fb47697d6
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:52 +00:00
Thomas Vander Stichele
bd91ea5553
fixing aclocal
...
Original commit message from CVS:
fixing aclocal
2002-02-10 16:37:27 +00:00
Thomas Vander Stichele
f254813751
syncing with as-version
...
Original commit message from CVS:
syncing with as-version
2002-02-10 15:56:25 +00:00
Andy Wingo
9add402512
fix mad check, add defaut options properly
...
Original commit message from CVS:
fix mad check, add defaut options properly
2002-02-10 15:12:25 +00:00
Bastien Nocera
d02cd6b302
- added info about divx related codecs
...
Original commit message from CVS:
- added info about divx related codecs
2002-02-09 15:21:36 +00:00
Andy Wingo
14d1e74659
fix build issues
...
Original commit message from CVS:
fix build issues
2002-02-08 20:12:28 +00:00
Thomas Vander Stichele
ef327114ef
fixed silly bug apparently gcc 3 allows this according to gcc3
...
Original commit message from CVS:
fixed silly bug
apparently gcc 3 allows this according to gcc3
2002-02-08 10:55:40 +00:00
Benjamin Otte
33c46913a1
bugfix: do Uraeus' job - no more //
...
Original commit message from CVS:
bugfix: do Uraeus' job - no more //
2002-02-08 08:32:45 +00:00
Benjamin Otte
679a728cc1
bugfix: allow ID3v2 tags at start of audio
...
Original commit message from CVS:
bugfix: allow ID3v2 tags at start of audio
2002-02-08 08:31:47 +00:00
Thomas Vander Stichele
7474f54942
smallish fixes
...
Original commit message from CVS:
smallish fixes
2002-02-07 14:30:20 +00:00
Thomas Vander Stichele
3031af9d6b
this makes more sense higher in the file
...
Original commit message from CVS:
this makes more sense higher in the file
2002-02-06 18:46:39 +00:00
Thomas Vander Stichele
128432a932
various additions
...
Original commit message from CVS:
various additions
2002-02-06 18:29:12 +00:00
Thomas Vander Stichele
cb4e3c8e3f
more build fixing
...
Original commit message from CVS:
more build fixing
2002-02-06 18:18:16 +00:00
Martin Enlund
d614471bef
Added $(AUDIOFILE_CFLAGS)
...
Original commit message from CVS:
Added $(AUDIOFILE_CFLAGS)
2002-02-06 17:15:08 +00:00
Thomas Vander Stichele
31e49a9a95
rtp conflicts with current gstclock.h, moving back to experimental
...
Original commit message from CVS:
rtp conflicts with current gstclock.h, moving back to experimental
2002-02-06 14:45:22 +00:00
Thomas Vander Stichele
064c9ec30c
fixing make distcheck
...
Original commit message from CVS:
fixing make distcheck
2002-02-06 14:44:42 +00:00
Steve Baker
6192403ffa
use numerical comparisions for version check
...
Original commit message from CVS:
use numerical comparisions for version check
2002-02-06 08:22:05 +00:00
Thomas Vander Stichele
d526f233ba
adding tools dir
...
Original commit message from CVS:
adding tools dir
2002-02-05 09:34:03 +00:00
Erik Walthinsen
6d87f6954d
added bitcoder.h from w3d CVS, needed to compile
...
Original commit message from CVS:
added bitcoder.h from w3d CVS, needed to compile
2002-02-05 04:42:08 +00:00
Christian Schaller
4b157fdec5
fixing some RPM dependencies
...
Original commit message from CVS:
fixing some RPM dependencies
2002-02-04 22:52:02 +00:00
Richard Boulton
c1a0beea7c
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 22:42:22 +00:00