David I. Lehn
8da28910bc
s/filter/plugin/ add $(GST_LIBS) to all plugins move Makefile.am things around to a mostly standard layout remove HTT...
...
Original commit message from CVS:
* s/filter/plugin/
* add $(GST_LIBS) to all plugins
* move Makefile.am things around to a mostly standard layout
* remove HTTP flags/libs from elements since http element moved
2002-01-12 00:47:40 +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
Andy Wingo
50043acf47
run a file, this is a quick hack
...
Original commit message from CVS:
run a file, this is a quick hack
2002-01-11 17:23:49 +00:00
Andy Wingo
58ce781c21
fix for libxml1 compatibility
...
Original commit message from CVS:
fix for libxml1 compatibility
2002-01-11 16:05:06 +00:00
Andy Wingo
d262bea863
summary: fix xml in gstreamer 1) make clear distinction between loading xml that actually creates objects and loading...
...
Original commit message from CVS:
summary: fix xml in gstreamer
1) make clear distinction between loading xml that actually creates objects and loading xml that just
synchronizes properties with objects. moved most of gst_element_restore_thyself functionality to
gst_xml_make_element. this new function name can change if it sucks.
2) many various fixes. createxml and runxml work now.
3) doc updates.
4) GstSignalObject is stil broken. i have no idea what it's supposed to do.
2002-01-11 15:49:47 +00:00
Andy Wingo
c51e7cd2fe
cimpile fix for libxml1
...
Original commit message from CVS:
cimpile fix for libxml1
2002-01-11 07:21:26 +00:00
Andy Wingo
099074586c
added function gst_xml_write_file() which writes a nicely formatted and indented xml representation of an element to ...
...
Original commit message from CVS:
added function gst_xml_write_file() which writes a nicely formatted and indented
xml representation of an element to a file. you can use stdout or stderr, for
example.
2002-01-11 01:48:17 +00:00
David I. Lehn
fe516689cc
oops..
...
Original commit message from CVS:
oops..
2002-01-10 04:14:12 +00:00
David I. Lehn
5283e83a03
HTML_DIR set via configure now
...
Original commit message from CVS:
HTML_DIR set via configure now
2002-01-10 04:01:48 +00:00
Andy Wingo
bfc0a5c2a0
a couple of fixes that got lost a few revs ago
...
Original commit message from CVS:
a couple of fixes that got lost a few revs ago
2002-01-09 21:32:30 +00:00
David I. Lehn
387ae96dd5
Add css and magic* to dist.
...
Original commit message from CVS:
Add css and magic* to dist.
Remove CONFIG_CLEAN_FILES that removes doc source on a make distclean.
2002-01-09 04:54:04 +00:00
David I. Lehn
5092a3bb32
Start of a release checklist and policies
...
Original commit message from CVS:
Start of a release checklist and policies
2002-01-09 04:50:13 +00:00
David I. Lehn
e26de309fd
fix external loading: s/sgml/xml/
...
Original commit message from CVS:
fix external loading: s/sgml/xml/
2002-01-09 04:45:25 +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
David I. Lehn
97bdeecdc7
Add m4 dir stuff to dist
...
Original commit message from CVS:
Add m4 dir stuff to dist
Add glib.m4
Remove m4s we don't need in the core
2002-01-08 23:54:15 +00:00
David I. Lehn
e77f316bb4
Various updates
...
Original commit message from CVS:
Various updates
2002-01-08 23:22:09 +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
David I. Lehn
b93c77f6e7
Untested conversion to 0.3.1 layout
...
Original commit message from CVS:
Untested conversion to 0.3.1 layout
2002-01-07 23:34:32 +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
David I. Lehn
0bdb498055
remove a cvs merge leftover
...
Original commit message from CVS:
remove a cvs merge leftover
2002-01-07 22:35:26 +00:00
David I. Lehn
57bbd90819
Debian build scripts as of 0.3.0-3.
...
Original commit message from CVS:
Debian build scripts as of 0.3.0-3.
2002-01-07 22:05:17 +00:00
Andy Wingo
9af4f42b3c
old gst-player source is now in the gst-oldplayer module
...
Original commit message from CVS:
old gst-player source is now in the gst-oldplayer module
2002-01-07 21:49:11 +00:00
Andy Wingo
15a22cc4c0
fix from Company
...
Original commit message from CVS:
fix from Company
2002-01-07 21:32:34 +00:00
Christian Schaller
de85531b18
added avi playback and moved all movie examples togheter
...
Original commit message from CVS:
added avi playback and moved all movie examples togheter
2002-01-07 20:50:32 +00:00
Christian Schaller
420e70235f
Added syntax for playing both audio and video from a video clip
...
Original commit message from CVS:
Added syntax for playing both audio and video from a video clip
2002-01-07 20:43:52 +00:00
Thomas Vander Stichele
80552c778b
fix for libtool issue which has been fixed in cvs (of libtool) until packages are available, we'd probably do best to...
...
Original commit message from CVS:
fix for libtool issue which has been fixed in cvs (of libtool)
until packages are available, we'd probably do best to keep ltmain.sh in CVS and not run libtoolize in autogen.sh
2002-01-07 18:24:56 +00:00
Wim Taymans
3de9788e32
Fix the helloworld example.
...
Original commit message from CVS:
Fix the helloworld example.
2002-01-06 19:00:14 +00:00
Christian Schaller
2e4818ba0e
Rename all examples from gstreamer to gst
...
Original commit message from CVS:
Rename all examples from gstreamer to gst
2002-01-06 17:36:49 +00:00
Thomas Vander Stichele
568e687eb7
more changes
...
Original commit message from CVS:
more changes
2002-01-06 14:10:07 +00:00
Thomas Vander Stichele
30daba948d
sigh
...
Original commit message from CVS:
sigh
2002-01-06 13:34:44 +00:00
Andy Wingo
35aa5cebdf
global s/disksrc/filesrc/, but edited by me
...
Original commit message from CVS:
global s/disksrc/filesrc/, but edited by me
2002-01-06 04:26:37 +00:00
Thomas Vander Stichele
7eda2fc8b5
this looks better
...
Original commit message from CVS:
this looks better
2002-01-05 23:59:44 +00:00
Andy Wingo
082a40ded1
for i in find . -name *.[ch]
; do perl -n -i -p -e 's/disksrc/filesrc/g;' $i; done
...
Original commit message from CVS:
for i in `find . -name *.[ch]`; do perl -n -i -p -e 's/disksrc/filesrc/g;' $i; done
2002-01-05 23:05:56 +00:00
Thomas Vander Stichele
55641b32a8
more nailing
...
Original commit message from CVS:
more nailing
2002-01-05 14:06:08 +00:00
Thomas Vander Stichele
86dbe3f7b5
more fixes
...
Original commit message from CVS:
more fixes
I like my libs nailed down so I can see when they're missing
2002-01-05 13:52:25 +00:00
Thomas Vander Stichele
cea7d994e1
heh, rpm actually complained about uraeus's 2001/2002 mixup not being in chronological order. I didn't know it did t...
...
Original commit message from CVS:
heh, rpm actually complained about uraeus's 2001/2002 mixup not being in chronological order. I didn't know it did that ;)
2002-01-05 11:02:08 +00:00
Thomas Vander Stichele
0f5fb3402a
eat your own dogfood
...
Original commit message from CVS:
eat your own dogfood
2002-01-05 10:19:32 +00:00
Thomas Vander Stichele
d877412c09
running make distdir in the dir you change stuff in might help ;)
...
Original commit message from CVS:
running make distdir in the dir you change stuff in might help ;)
2002-01-05 09:33:57 +00:00
Andy Wingo
bc3ea27c3b
added lat.c, thanks to MattyBoy
...
Original commit message from CVS:
added lat.c, thanks to MattyBoy
2002-01-05 02:04:28 +00:00
Andy Wingo
f698d6469c
compile fixen
...
Original commit message from CVS:
compile fixen
2002-01-05 01:43:16 +00:00
Andy Wingo
dea02b14b8
byebye test/ ;-)
...
Original commit message from CVS:
byebye test/ ;-)
2002-01-05 01:26:03 +00:00
Andy Wingo
1a4c7726aa
put everything in tests/
...
Original commit message from CVS:
put everything in tests/
2002-01-05 01:25:28 +00:00
Andy Wingo
e1bc025265
kutting out the kruft
...
Original commit message from CVS:
kutting out the kruft
2002-01-05 01:19:24 +00:00
Andy Wingo
f3dc36d37d
changes to allow apps outside of gstreamer/ to use dparams continuing test removal
...
Original commit message from CVS:
* changes to allow apps outside of gstreamer/ to use dparams
* continuing test removal
2002-01-05 00:56:40 +00:00
Christian Schaller
7930956d92
Added --with-configdir parameter as the rpms tries placing the registry weird places without it set
...
Original commit message from CVS:
Added --with-configdir parameter as the rpms tries placing the registry weird places without it set
2002-01-04 23:27:04 +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
Andy Wingo
ef36c68458
much removal. anything that can be built with gst-launch should just have a line in a README somewhere, not a separat...
...
Original commit message from CVS:
much removal. anything that can be built with gst-launch should just have a line in a README
somewhere, not a separate c file.
2002-01-04 22:18:45 +00:00
Andy Wingo
3c39b171b0
intermediate commit
...
Original commit message from CVS:
intermediate commit
2002-01-04 22:01:09 +00:00
Andy Wingo
83bd7c9c73
no test dir
...
Original commit message from CVS:
no test dir
2002-01-04 21:57:08 +00:00