Richard Boulton
dccc0d8714
Updated to supply argument as "name=value" rather than just "value"
...
Original commit message from CVS:
Updated to supply argument as "name=value" rather than just "value"
2001-01-04 00:15:42 +00:00
Richard Boulton
5e7263ec75
Added partial fix so that arguments can be set.
...
Original commit message from CVS:
Added partial fix so that arguments can be set.
2001-01-04 00:15:13 +00:00
Wim Taymans
100bedea62
Make sure the plugin is loaded only once
...
Original commit message from CVS:
Make sure the plugin is loaded only once
2001-01-03 23:08:17 +00:00
Richard Boulton
f4ae52d0ab
Do gst_init first, so we can supply debugging options to libgst
...
Original commit message from CVS:
Do gst_init first, so we can supply debugging options to libgst
2001-01-03 22:58:58 +00:00
Wim Taymans
ee33cb2a26
Added the previous changes back in
...
Original commit message from CVS:
Added the previous changes back in
2001-01-03 20:55:16 +00:00
Erik Walthinsen
fc1645131b
debug updates and a padtemplate counter added
...
Original commit message from CVS:
debug updates and a padtemplate counter added
2001-01-03 20:44:28 +00:00
Erik Walthinsen
45f05bf6ed
Made gst_pad_eos_func a non-static function
...
Original commit message from CVS:
Made gst_pad_eos_func a non-static function
2001-01-03 20:40:26 +00:00
Wim Taymans
7411cfe17e
Made the GstProps a GList instead of a GSList
...
Original commit message from CVS:
Made the GstProps a GList instead of a GSList
Some fixes to inspect: added the mime type
2001-01-03 20:21:22 +00:00
Wim Taymans
786ba1e3d7
Added proper comment for the bonobo component fix a compile bug in inspect... Erik, have pending changes to gstpad.h?
...
Original commit message from CVS:
Added proper comment for the bonobo component
fix a compile bug in inspect... Erik, have pending changes to gstpad.h?
2001-01-03 19:54:01 +00:00
Richard Boulton
126569f47c
Do gst_init first in helloworld, so you can supply gst parameters.
...
Original commit message from CVS:
Do gst_init first in helloworld, so you can supply gst parameters.
Correct name of frequency cap to rate, in esdsink. Now connects properly.
2001-01-03 19:12:21 +00:00
Richard Boulton
2211a01d91
Various small fixes.
...
Original commit message from CVS:
Various small fixes.
2001-01-03 18:55:28 +00:00
Richard Boulton
e7b7c1d6d7
Added auto detection of libesd.
...
Original commit message from CVS:
Added auto detection of libesd.
Added nearly complete esdsink: all structure in place, just need to add
actaul links to libesd. ;-)
2001-01-03 16:25:59 +00:00
Erik Walthinsen
8d6f8273fe
Updates, it prints a lot more stuff now, like padtemplates, caps/props, and arguments. More stuff can be done, but n...
...
Original commit message from CVS:
Updates, it prints a lot more stuff now, like padtemplates, caps/props,
and arguments. More stuff can be done, but not now, I must sleep.
2001-01-03 08:48:36 +00:00
Erik Walthinsen
38b35fd2d0
Updates to -launch, added -inspect.
...
Original commit message from CVS:
Updates to -launch, added -inspect.
2001-01-03 07:38:45 +00:00
Richard Boulton
13ece6af49
Don't delete CVS directories from working directory: delete from distdir.
...
Original commit message from CVS:
Don't delete CVS directories from working directory: delete from distdir.
Also, delete backup files, while you're at it. :)
2001-01-02 22:52:30 +00:00
Wim Taymans
170b5158e2
Datafiles in share should go in to RPM too
...
Original commit message from CVS:
Datafiles in share should go in to RPM too
2001-01-02 20:50:54 +00:00
Wim Taymans
fea2f662c1
The examples must not be installed
...
Original commit message from CVS:
The examples must not be installed
Removed debugging from Makefiles for avidecoder/ac3parse
/test/bindings/dummy.h cannot be installed
2001-01-02 19:46:43 +00:00
Wim Taymans
adf0ffecb4
Remove esdsink from the docs more fixes for symbols collisions
...
Original commit message from CVS:
Remove esdsink from the docs
more fixes for symbols collisions
2001-01-02 18:40:43 +00:00
Richard Boulton
532137eeed
Remove gstesdsink
...
Original commit message from CVS:
Remove gstesdsink
2001-01-02 15:18:46 +00:00
Richard Boulton
71bb06d585
Add dist-hook to stop CVS/ directories being put into distribution.
...
Original commit message from CVS:
Add dist-hook to stop CVS/ directories being put into distribution.
2001-01-02 14:35:39 +00:00
Richard Boulton
91a75707b1
Add GST_HTTPSRC_GET_TYPE back into configure.in: documentation fails to build correctly when libhttp isn't present wi...
...
Original commit message from CVS:
Add GST_HTTPSRC_GET_TYPE back into configure.in: documentation fails to
build correctly when libhttp isn't present without this.
2001-01-02 14:34:14 +00:00
Richard Boulton
b5a1a82d40
Correct ftp urls for libtool.
...
Original commit message from CVS:
Correct ftp urls for libtool.
2001-01-02 13:23:43 +00:00
Wim Taymans
1a89a48b70
Fixed a typo
...
Original commit message from CVS:
Fixed a typo
2001-01-02 12:07:28 +00:00
Wim Taymans
baf7b1747c
Added a check for libjpeg
...
Original commit message from CVS:
Added a check for libjpeg
Added and action for the load menu in gstplay
Fixed drag and drop in gstplay
More verbose errors in gstasyndisksrc
2001-01-02 12:04:46 +00:00
Erik Walthinsen
ae0d5d1889
Massive, massive update of most source files. I went through and cleaned up all the warnings that I could, which inv...
...
Original commit message from CVS:
Massive, massive update of most source files. I went through and cleaned
up all the warnings that I could, which involved fixing some of the plugins.
The configure.in script was re-arranged and cleaned up so, and a check for
libtool 1.3.5 was added to autogen.sh. Added checks for Gtk and GNOME.
Some plugins were removed from the list of things to build for various reasons.
Added GST_DEBUG_FORCE_DISABLE in gstgetbits, since that's time critical and
even an if() from a DEBUG can significantly increase runtimes.
2001-01-02 08:13:34 +00:00
Wim Taymans
18132480f4
ooops, eos is a dir
...
Original commit message from CVS:
ooops, eos is a dir
2001-01-02 02:18:50 +00:00
Wim Taymans
49b6a51534
Fixed makefiles for docs
...
Original commit message from CVS:
Fixed makefiles for docs
Added eos test programs
2001-01-02 02:16:24 +00:00
Wim Taymans
dd37e99746
Fixes for gsteditor/gstplay install/build fixed typo in random/eos added num_buffers property to fakesrc
...
Original commit message from CVS:
Fixes for gsteditor/gstplay install/build
fixed typo in random/eos
added num_buffers property to fakesrc
2001-01-02 01:44:53 +00:00
Richard Boulton
c8e92c77d8
Added checking for all the tools used to make documentation.
...
Original commit message from CVS:
Added checking for all the tools used to make documentation.
If documentation cannot be generated, whatever is available will still be
installed.
videosink/imagetest is now a check_PROGRAM
2001-01-02 01:33:01 +00:00
Erik Walthinsen
ca51e581a1
updated requirements
...
Original commit message from CVS:
updated requirements
2001-01-02 01:00:01 +00:00
Erik Walthinsen
4206e2077f
added list of requrements
...
Original commit message from CVS:
added list of requrements
2001-01-02 00:35:38 +00:00
Richard Boulton
9f9f59141f
Added launch back into make system.
...
Original commit message from CVS:
Added launch back into make system.
The Makefile wasn't being generated, resulting in make dist failing when
the directory was entered for make dist.
2001-01-02 00:31:26 +00:00
Wim Taymans
5d171b83c7
Added directories to DIST_SUBDIRS
...
Original commit message from CVS:
Added directories to DIST_SUBDIRS
2001-01-01 23:50:07 +00:00
Erik Walthinsen
5c60d369c7
somehow Makefile.am went zero-bytes
...
Original commit message from CVS:
somehow Makefile.am went zero-bytes
2001-01-01 23:20:42 +00:00
Erik Walthinsen
f559fb0928
updated examples build stuff
...
Original commit message from CVS:
updated examples build stuff
2001-01-01 22:44:20 +00:00
Erik Walthinsen
cd744791c5
More build fixes
...
Original commit message from CVS:
More build fixes
2001-01-01 21:21:25 +00:00
Wim Taymans
9977f8e252
Added some more TODOs
...
Original commit message from CVS:
Added some more TODOs
Added a proposition for eos propagation
2001-01-01 19:54:01 +00:00
Wim Taymans
4328a30762
Documentation updates
...
Original commit message from CVS:
Documentation updates
2001-01-01 17:25:43 +00:00
Richard Boulton
a2c260761d
Add one more file to dist.
...
Original commit message from CVS:
Add one more file to dist.
2001-01-01 14:34:06 +00:00
Richard Boulton
a53cca9d1e
Fix a couple of files not being put into distributions. make dist now appears to create a fully functional distribution.
...
Original commit message from CVS:
Fix a couple of files not being put into distributions.
make dist now appears to create a fully functional distribution.
make rpm should now produce an rpm. Whether that rpm is any good is
another matter...
2001-01-01 14:06:25 +00:00
Richard Boulton
5637570cc1
Fix broken build system for examples.
...
Original commit message from CVS:
Fix broken build system for examples.
2001-01-01 13:41:27 +00:00
Erik Walthinsen
8446f92790
More build changes
...
Original commit message from CVS:
More build changes
2001-01-01 08:43:22 +00:00
Erik Walthinsen
2da16ed5ed
Re-arranged the build a bit to try to make it more sane. Added some debug.
...
Original commit message from CVS:
Re-arranged the build a bit to try to make it more sane. Added some debug.
2001-01-01 08:37:41 +00:00
Erik Walthinsen
4c7c90b8a5
added headers and such to Makefile.am for dist
...
Original commit message from CVS:
added headers and such to Makefile.am for dist
2001-01-01 07:47:14 +00:00
Erik Walthinsen
44aad6ef47
added the category number to DEBUG
...
Original commit message from CVS:
added the category number to DEBUG
2001-01-01 07:44:32 +00:00
Erik Walthinsen
52d8f52148
updated version number from 0.9.2 (huh???) to 0.1.0
...
Original commit message from CVS:
updated version number from 0.9.2 (huh???) to 0.1.0
2001-01-01 07:30:10 +00:00
Wim Taymans
39a19ca625
Added -Wall to configure.in
...
Original commit message from CVS:
Added -Wall to configure.in
2001-01-01 06:59:49 +00:00
Erik Walthinsen
e70fb19402
fixed a nasty bug where at -O6 teh compiler optimized cothreads.c beyond the point of functioning
...
Original commit message from CVS:
fixed a nasty bug where at -O6 teh compiler optimized cothreads.c beyond the point of functioning
2001-01-01 06:57:46 +00:00
Wim Taymans
62a37e4ac3
Fixed a very bad error with autoplugging.
...
Original commit message from CVS:
Fixed a very bad error with autoplugging.
2001-01-01 05:26:34 +00:00
Erik Walthinsen
8cc76f5013
updated the debug system so it works nicely now
...
Original commit message from CVS:
updated the debug system so it works nicely now
2001-01-01 05:18:07 +00:00