Commit graph

2346 commits

Author SHA1 Message Date
Martin Enlund
7b1d5c7abd Previously filesrc would segfault when fed with the name of a directory.
Original commit message from CVS:
Previously filesrc would segfault when fed with the name of a directory.
Added check to ensure that the given file is a regular file.
2002-01-15 22:33:15 +00:00
Bastien Nocera
f1e89caecd - add all the dirs to the DIST_SUBDIRS
Original commit message from CVS:
- add all the dirs to the DIST_SUBDIRS
2002-01-15 21:25:02 +00:00
Bastien Nocera
769cc8e90c - dodge compiling memchunk and bufspeed if NASM is not present
Original commit message from CVS:
- dodge compiling memchunk and bufspeed if NASM is not present
2002-01-15 21:00:56 +00:00
Andy Wingo
0050b2af50 man page updates
Original commit message from CVS:
man page updates
2002-01-15 17:10:48 +00:00
Andy Wingo
9e7087cf0e added xmllaunch man page
Original commit message from CVS:
added xmllaunch man page
2002-01-15 16:48:38 +00:00
Thomas Vander Stichele
04f32a7280 removed capsnego testsuite from build if ok then someone please remove the source dirs
Original commit message from CVS:
removed capsnego testsuite from build
if ok then someone please remove the source dirs
2002-01-15 09:29:27 +00:00
Andy Wingo
703f271947 minor cleanups
Original commit message from CVS:
minor cleanups
2002-01-15 05:58:45 +00:00
Andy Wingo
aa29faadef gst-xmllaunch works now. it's a separate target built from gst-launch.c, just with a different name. it can set the p...
Original commit message from CVS:
gst-xmllaunch works now. it's a separate target built from gst-launch.c, just with
a different name. it can set the properties of elements by name, as in
element.property=value. craete pipelines using gst-launch -o file.xml <pipeline description>
2002-01-15 05:57:14 +00:00
Andy Wingo
43cbc42c45 the 'brown paper bag' commit. sorry for the email spam on this one, but it will be laaaarrrggggeee
Original commit message from CVS:
the 'brown paper bag' commit. sorry for the email spam on this one, but it will be laaaarrrggggeee
2002-01-15 00:41:22 +00:00
Wim Taymans
5c10feaf48 Removed the old capsnego tests
Original commit message from CVS:
Removed the old capsnego tests
2002-01-14 21:45:48 +00:00
Wim Taymans
f064c9f566 More docs.
Original commit message from CVS:
More docs.
2002-01-14 20:44:40 +00:00
Thomas Vander Stichele
f0586a57dc fixing make distcheck
Original commit message from CVS:
fixing make distcheck
2002-01-14 14:04:14 +00:00
Andy Wingo
57dc4b544d doc and configure updates, and the beginnings of gst-xmllaunch
Original commit message from CVS:
doc and configure updates, and the beginnings of gst-xmllaunch
2002-01-14 07:18:43 +00:00
Andy Wingo
f38969ff25 fix doc build for glib2 remove template files from cvs, they are generated with gtkdoc-mktmpl new, cleaner interface ...
Original commit message from CVS:
* fix doc build for glib2
* remove template files from cvs, they are generated with gtkdoc-mktmpl
* new, cleaner interface to the parser facilities
* cleanups in gstparse.c
2002-01-14 04:09:56 +00:00
Wim Taymans
dcfb86bb73 Added caps testsuite.
Original commit message from CVS:
Added caps testsuite.
2002-01-13 22:46:34 +00:00
Wim Taymans
04667da435 Commited some other changes.
Original commit message from CVS:
Commited some other changes.
2002-01-13 22:43:49 +00:00
Wim Taymans
b2ee38575d Landed the new improved capsnegotiation system.
Original commit message from CVS:
Landed the new improved capsnegotiation system.
The main idea is to keep track of the possible data types that can
pass through a connection. plugins can at any time inspect, adjust and
refine these caps. plugins also get notified when something changes to
the types so that they can reconfigure themselves.
Look at the updated plugins and the soon to be finished doc.
2002-01-13 22:22:42 +00:00
Wim Taymans
0a0598f97a Added an unfinished capsnego doc.
Original commit message from CVS:
Added an unfinished capsnego doc.
2002-01-13 22:08:33 +00:00
Wim Taymans
4031c2f252 Added EOS to the cache.
Original commit message from CVS:
Added EOS to the cache.
2002-01-13 12:59:23 +00:00
Thomas Vander Stichele
e35929fbe0 this goes in
Original commit message from CVS:
this goes in
2002-01-13 08:52:01 +00:00
David I. Lehn
c0be5ce811 Debian 0.3.1-1 packaging updates
Original commit message from CVS:
Debian 0.3.1-1 packaging updates
2002-01-12 01:31:57 +00:00
David I. Lehn
0952f6551e remove WIN32 path stuff
Original commit message from CVS:
remove WIN32 path stuff
2002-01-12 01:26:04 +00:00
David I. Lehn
c0110cf644 convert 'adding factory' message to a plugin loading debug message
Original commit message from CVS:
convert 'adding factory' message to a plugin loading debug message
2002-01-12 01:25:14 +00:00
David I. Lehn
48d88402a0 make libtoolize run like the other tools
Original commit message from CVS:
make libtoolize run like the other tools
2002-01-12 01:24:32 +00:00
David I. Lehn
344cb7291c typo fix
Original commit message from CVS:
typo fix
2002-01-12 01:23:42 +00:00
David I. Lehn
e468687c17 s/GST_CFLAGS/GST_PKG_CFLAGS/ add libdir to lib path since that's where -lgst needs to look
Original commit message from CVS:
* s/GST_CFLAGS/GST_PKG_CFLAGS/
* add libdir to lib path since that's where -lgst needs to look
2002-01-12 01:22:45 +00:00
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