platform/upstream/gstreamer.git
22 years agofurther fixes
Andy Wingo [Tue, 22 Jan 2002 20:50:39 +0000 (20:50 +0000)]
further fixes

Original commit message from CVS:
further fixes

22 years agoforgot to add a file
Andy Wingo [Tue, 22 Jan 2002 01:32:49 +0000 (01:32 +0000)]
forgot to add a file

Original commit message from CVS:
forgot to add a file

22 years agoattemping to resolve thread_self() problems, unfinished
Andy Wingo [Mon, 21 Jan 2002 22:21:19 +0000 (22:21 +0000)]
attemping to resolve thread_self() problems, unfinished

Original commit message from CVS:
attemping to resolve thread_self() problems, unfinished

22 years agoadded autogen skript
Andy Wingo [Mon, 21 Jan 2002 05:19:49 +0000 (05:19 +0000)]
added autogen skript

Original commit message from CVS:
added autogen skript

22 years agoadded a test for pth and pthreads. in summary, it doesn't work because in __pthread_f...
Andy Wingo [Mon, 21 Jan 2002 05:09:17 +0000 (05:09 +0000)]
added a test for pth and pthreads. in summary, it doesn't work because in __pthread_find_self() some funny stack poin...

Original commit message from CVS:
added a test for pth and pthreads. in summary, it doesn't work because
in __pthread_find_self() some funny stack pointer math is done that
will result in no matches for __pthread_find_self(). this is dereferenced in
__errno_location, causing a segfault on context switch because of the errno-swapping
on the part of pth. it's a mess and i don't know how to get around it. i'll
have to look into what ngpt does for looking up errno, as it has kernel threads as
well as user threads.

22 years agoThe core code from pth has been taken out and included in gstreamer.
Andy Wingo [Mon, 21 Jan 2002 00:20:29 +0000 (00:20 +0000)]
The core code from pth has been taken out and included in gstreamer.

Original commit message from CVS:
The core code from pth has been taken out and included in gstreamer.
This code is documented, more or less, in http://www-124.ibm.com/pthreads/docs/rse-pmt.ps.

This code is designed to replace cothreads.[ch], eventually.

22 years agoSmall cleanups
Wim Taymans [Sun, 20 Jan 2002 16:04:16 +0000 (16:04 +0000)]
Small cleanups

Original commit message from CVS:
Small cleanups
Only do capsnego in READY or higher

22 years agoDelay pad negotiation until the element is in READY or higher. this will gice the...
Wim Taymans [Sun, 20 Jan 2002 11:55:35 +0000 (11:55 +0000)]
Delay pad negotiation until the element is in READY or higher. this will gice the element a chance to open its device...

Original commit message from CVS:
Delay pad negotiation until the element is in READY or higher. this will
gice the element a chance to open its devices before we start calling the
connect functions.
Make sure we use the real pad in the negotiation.
Some other small cleanups.

22 years agoremoved another overzealous check, sigh
Andy Wingo [Sat, 19 Jan 2002 15:22:19 +0000 (15:22 +0000)]
removed another overzealous check, sigh

Original commit message from CVS:
removed another overzealous check, sigh

22 years agoremoved a check that was too restrictive. any errors that are not caught here will...
Andy Wingo [Sat, 19 Jan 2002 06:49:06 +0000 (06:49 +0000)]
removed a check that was too restrictive. any errors that are not caught here will be caught at runtime.

Original commit message from CVS:
removed a check that was too restrictive. any errors that are not caught here will be caught at runtime.

22 years agomiscellaneous fixes, added gst_pad_unset_sched() api.
Andy Wingo [Sat, 19 Jan 2002 06:29:40 +0000 (06:29 +0000)]
miscellaneous fixes, added gst_pad_unset_sched() api.

Original commit message from CVS:
miscellaneous fixes, added gst_pad_unset_sched() api.

although I unref the old pipeline and the cothread context gets freed in dynamic-pipeline.c,
I still get segfaults.

22 years agocleaning up duplicated code in gstbin.c added some sanity checks in gstpad.c added...
Andy Wingo [Fri, 18 Jan 2002 22:44:19 +0000 (22:44 +0000)]
cleaning up duplicated code in gstbin.c added some sanity checks in gstpad.c added checks for failed connections in g...

Original commit message from CVS:
* cleaning up duplicated code in gstbin.c
* added some sanity checks in gstpad.c
* added checks for failed connections in gstparse.c
* better docs in gstxml.c

22 years agoautoplug doesn't depend on gnome anymore.
Wim Taymans [Thu, 17 Jan 2002 20:58:42 +0000 (20:58 +0000)]
autoplug doesn't depend on gnome anymore.

Original commit message from CVS:
autoplug doesn't depend on gnome anymore.

22 years agoRemove the gnome dependency
Wim Taymans [Thu, 17 Jan 2002 20:56:12 +0000 (20:56 +0000)]
Remove the gnome dependency

Original commit message from CVS:
Remove the gnome dependency

22 years agoI've removed autoplug from build and dist since it seems to need Gnome and we agreed...
Thomas Vander Stichele [Thu, 17 Jan 2002 12:31:12 +0000 (12:31 +0000)]
I've removed autoplug from build and dist since it seems to need Gnome and we agreed not to have that in the core.

Original commit message from CVS:
I've removed autoplug from build and dist since it seems to need Gnome and
we agreed not to have that in the core.
Can someone take a look at it ? I couldn't get it to work anyway ;)
It should probably either be rewritten without gnome or moved to another
module

22 years agochop chop, out with the cruft
Andy Wingo [Thu, 17 Jan 2002 05:22:18 +0000 (05:22 +0000)]
chop chop, out with the cruft

Original commit message from CVS:
chop chop, out with the cruft

22 years agoadded a slightly new twist in dynamic-pipeline.c: I actually iterate the first pipeline.
Andy Wingo [Thu, 17 Jan 2002 05:04:17 +0000 (05:04 +0000)]
added a slightly new twist in dynamic-pipeline.c: I actually iterate the first pipeline.

Original commit message from CVS:
added a slightly new twist in dynamic-pipeline.c: I actually iterate the first pipeline.
this causes a segfault (at least on my machine, i've been having link issues today though).
if a scheduler wizard (ahem) could take at glance at this, i'd be eternally grateful :-)

22 years agoPreviously filesrc would segfault when fed with the name of a directory.
Martin Enlund [Tue, 15 Jan 2002 22:33:15 +0000 (22:33 +0000)]
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.

22 years ago- add all the dirs to the DIST_SUBDIRS
Bastien Nocera [Tue, 15 Jan 2002 21:25:02 +0000 (21:25 +0000)]
- add all the dirs to the DIST_SUBDIRS

Original commit message from CVS:
- add all the dirs to the DIST_SUBDIRS

22 years ago- dodge compiling memchunk and bufspeed if NASM is not present
Bastien Nocera [Tue, 15 Jan 2002 21:00:56 +0000 (21:00 +0000)]
- 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

22 years agoman page updates
Andy Wingo [Tue, 15 Jan 2002 17:10:48 +0000 (17:10 +0000)]
man page updates

Original commit message from CVS:
man page updates

22 years agoadded xmllaunch man page
Andy Wingo [Tue, 15 Jan 2002 16:48:38 +0000 (16:48 +0000)]
added xmllaunch man page

Original commit message from CVS:
added xmllaunch man page

22 years agoremoved capsnego testsuite from build if ok then someone please remove the source...
Thomas Vander Stichele [Tue, 15 Jan 2002 09:29:27 +0000 (09:29 +0000)]
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

22 years agominor cleanups
Andy Wingo [Tue, 15 Jan 2002 05:58:45 +0000 (05:58 +0000)]
minor cleanups

Original commit message from CVS:
minor cleanups

22 years agogst-xmllaunch works now. it's a separate target built from gst-launch.c, just with...
Andy Wingo [Tue, 15 Jan 2002 05:57:14 +0000 (05:57 +0000)]
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>

22 years agothe 'brown paper bag' commit. sorry for the email spam on this one, but it will be...
Andy Wingo [Tue, 15 Jan 2002 00:41:22 +0000 (00:41 +0000)]
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

22 years agoRemoved the old capsnego tests
Wim Taymans [Mon, 14 Jan 2002 21:45:48 +0000 (21:45 +0000)]
Removed the old capsnego tests

Original commit message from CVS:
Removed the old capsnego tests

22 years agoMore docs.
Wim Taymans [Mon, 14 Jan 2002 20:44:40 +0000 (20:44 +0000)]
More docs.

Original commit message from CVS:
More docs.

22 years agofixing make distcheck
Thomas Vander Stichele [Mon, 14 Jan 2002 14:04:14 +0000 (14:04 +0000)]
fixing make distcheck

Original commit message from CVS:
fixing make distcheck

22 years agodoc and configure updates, and the beginnings of gst-xmllaunch
Andy Wingo [Mon, 14 Jan 2002 07:18:43 +0000 (07:18 +0000)]
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

22 years agofix doc build for glib2 remove template files from cvs, they are generated with gtkdo...
Andy Wingo [Mon, 14 Jan 2002 04:09:56 +0000 (04:09 +0000)]
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

22 years agoAdded caps testsuite.
Wim Taymans [Sun, 13 Jan 2002 22:46:34 +0000 (22:46 +0000)]
Added caps testsuite.

Original commit message from CVS:
Added caps testsuite.

22 years agoCommited some other changes.
Wim Taymans [Sun, 13 Jan 2002 22:43:49 +0000 (22:43 +0000)]
Commited some other changes.

Original commit message from CVS:
Commited some other changes.

22 years agoLanded the new improved capsnegotiation system.
Wim Taymans [Sun, 13 Jan 2002 22:22:42 +0000 (22:22 +0000)]
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.

22 years agoAdded an unfinished capsnego doc.
Wim Taymans [Sun, 13 Jan 2002 22:08:33 +0000 (22:08 +0000)]
Added an unfinished capsnego doc.

Original commit message from CVS:
Added an unfinished capsnego doc.

22 years agoAdded EOS to the cache.
Wim Taymans [Sun, 13 Jan 2002 12:59:23 +0000 (12:59 +0000)]
Added EOS to the cache.

Original commit message from CVS:
Added EOS to the cache.

22 years agothis goes in
Thomas Vander Stichele [Sun, 13 Jan 2002 08:52:01 +0000 (08:52 +0000)]
this goes in

Original commit message from CVS:
this goes in

22 years agoDebian 0.3.1-1 packaging updates DEBIAN-0_3_1-1
David I. Lehn [Sat, 12 Jan 2002 01:31:57 +0000 (01:31 +0000)]
Debian 0.3.1-1 packaging updates

Original commit message from CVS:
Debian 0.3.1-1 packaging updates

22 years agoremove WIN32 path stuff
David I. Lehn [Sat, 12 Jan 2002 01:26:04 +0000 (01:26 +0000)]
remove WIN32 path stuff

Original commit message from CVS:
remove WIN32 path stuff

22 years agoconvert 'adding factory' message to a plugin loading debug message
David I. Lehn [Sat, 12 Jan 2002 01:25:14 +0000 (01:25 +0000)]
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

22 years agomake libtoolize run like the other tools
David I. Lehn [Sat, 12 Jan 2002 01:24:32 +0000 (01:24 +0000)]
make libtoolize run like the other tools

Original commit message from CVS:
make libtoolize run like the other tools

22 years agotypo fix
David I. Lehn [Sat, 12 Jan 2002 01:23:42 +0000 (01:23 +0000)]
typo fix

Original commit message from CVS:
typo fix

22 years agos/GST_CFLAGS/GST_PKG_CFLAGS/ add libdir to lib path since that's where -lgst needs...
David I. Lehn [Sat, 12 Jan 2002 01:22:45 +0000 (01:22 +0000)]
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

22 years agos/filter/plugin/ add $(GST_LIBS) to all plugins move Makefile.am things around to...
David I. Lehn [Sat, 12 Jan 2002 00:47:40 +0000 (00:47 +0000)]
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

22 years agoback to dev mode
Thomas Vander Stichele [Fri, 11 Jan 2002 23:05:45 +0000 (23:05 +0000)]
back to dev mode

Original commit message from CVS:
back to dev mode

22 years agorun a file, this is a quick hack
Andy Wingo [Fri, 11 Jan 2002 17:23:49 +0000 (17:23 +0000)]
run a file, this is a quick hack

Original commit message from CVS:
run a file, this is a quick hack

22 years agofix for libxml1 compatibility
Andy Wingo [Fri, 11 Jan 2002 16:05:06 +0000 (16:05 +0000)]
fix for libxml1 compatibility

Original commit message from CVS:
fix for libxml1 compatibility

22 years agosummary: fix xml in gstreamer 1) make clear distinction between loading xml that...
Andy Wingo [Fri, 11 Jan 2002 15:49:47 +0000 (15:49 +0000)]
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.

22 years agocimpile fix for libxml1
Andy Wingo [Fri, 11 Jan 2002 07:21:26 +0000 (07:21 +0000)]
cimpile fix for libxml1

Original commit message from CVS:
cimpile fix for libxml1

22 years agoadded function gst_xml_write_file() which writes a nicely formatted and indented...
Andy Wingo [Fri, 11 Jan 2002 01:48:17 +0000 (01:48 +0000)]
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.

22 years agooops..
David I. Lehn [Thu, 10 Jan 2002 04:14:12 +0000 (04:14 +0000)]
oops..

Original commit message from CVS:
oops..

22 years agoHTML_DIR set via configure now
David I. Lehn [Thu, 10 Jan 2002 04:01:48 +0000 (04:01 +0000)]
HTML_DIR set via configure now

Original commit message from CVS:
HTML_DIR set via configure now

22 years agoa couple of fixes that got lost a few revs ago
Andy Wingo [Wed, 9 Jan 2002 21:32:30 +0000 (21:32 +0000)]
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

22 years agoAdd css and magic* to dist.
David I. Lehn [Wed, 9 Jan 2002 04:54:04 +0000 (04:54 +0000)]
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.

22 years agoStart of a release checklist and policies
David I. Lehn [Wed, 9 Jan 2002 04:50:13 +0000 (04:50 +0000)]
Start of a release checklist and policies

Original commit message from CVS:
Start of a release checklist and policies

22 years agofix external loading: s/sgml/xml/
David I. Lehn [Wed, 9 Jan 2002 04:45:25 +0000 (04:45 +0000)]
fix external loading: s/sgml/xml/

Original commit message from CVS:
fix external loading: s/sgml/xml/

22 years agoGenerate m4 and xsl Makefiles
David I. Lehn [Wed, 9 Jan 2002 03:03:26 +0000 (03:03 +0000)]
Generate m4 and xsl Makefiles

Original commit message from CVS:
Generate m4 and xsl Makefiles
Add xsl dir and *.xsl to dist

22 years agoAdd m4 dir stuff to dist
David I. Lehn [Tue, 8 Jan 2002 23:54:15 +0000 (23:54 +0000)]
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

22 years agoVarious updates
David I. Lehn [Tue, 8 Jan 2002 23:22:09 +0000 (23:22 +0000)]
Various updates

Original commit message from CVS:
Various updates

22 years agolet's get ready releasing RELEASE-0_3_1-BELGIANBEER
Thomas Vander Stichele [Tue, 8 Jan 2002 09:41:11 +0000 (09:41 +0000)]
let's get ready releasing

Original commit message from CVS:
let's get ready releasing

22 years agoUntested conversion to 0.3.1 layout
David I. Lehn [Mon, 7 Jan 2002 23:34:32 +0000 (23:34 +0000)]
Untested conversion to 0.3.1 layout

Original commit message from CVS:
Untested conversion to 0.3.1 layout

22 years agoCrank up version to 0.3.1
Christian Schaller [Mon, 7 Jan 2002 22:51:25 +0000 (22:51 +0000)]
Crank up version to 0.3.1

Original commit message from CVS:
Crank up version to 0.3.1

22 years agoBump lib version to 2.
David I. Lehn [Mon, 7 Jan 2002 22:35:54 +0000 (22:35 +0000)]
Bump lib version to 2.

Original commit message from CVS:
Bump lib version to 2.

22 years agoremove a cvs merge leftover
David I. Lehn [Mon, 7 Jan 2002 22:35:26 +0000 (22:35 +0000)]
remove a cvs merge leftover

Original commit message from CVS:
remove a cvs merge leftover

22 years agoDebian build scripts as of 0.3.0-3.
David I. Lehn [Mon, 7 Jan 2002 22:05:17 +0000 (22:05 +0000)]
Debian build scripts as of 0.3.0-3.

Original commit message from CVS:
Debian build scripts as of 0.3.0-3.

22 years agoold gst-player source is now in the gst-oldplayer module
Andy Wingo [Mon, 7 Jan 2002 21:49:11 +0000 (21:49 +0000)]
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

22 years agofix from Company
Andy Wingo [Mon, 7 Jan 2002 21:32:34 +0000 (21:32 +0000)]
fix from Company

Original commit message from CVS:
fix from Company

22 years agoadded avi playback and moved all movie examples togheter
Christian Schaller [Mon, 7 Jan 2002 20:50:32 +0000 (20:50 +0000)]
added avi playback and moved all movie examples togheter

Original commit message from CVS:
added avi playback and moved all movie examples togheter

22 years agoAdded syntax for playing both audio and video from a video clip
Christian Schaller [Mon, 7 Jan 2002 20:43:52 +0000 (20:43 +0000)]
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

22 years agofix for libtool issue which has been fixed in cvs (of libtool) until packages are...
Thomas Vander Stichele [Mon, 7 Jan 2002 18:24:56 +0000 (18:24 +0000)]
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

22 years agoFix the helloworld example.
Wim Taymans [Sun, 6 Jan 2002 19:00:14 +0000 (19:00 +0000)]
Fix the helloworld example.

Original commit message from CVS:
Fix the helloworld example.

22 years agoRename all examples from gstreamer to gst
Christian Schaller [Sun, 6 Jan 2002 17:36:49 +0000 (17:36 +0000)]
Rename all examples from gstreamer to gst

Original commit message from CVS:
Rename all examples from gstreamer to gst

22 years agomore changes
Thomas Vander Stichele [Sun, 6 Jan 2002 14:10:07 +0000 (14:10 +0000)]
more changes

Original commit message from CVS:
more changes

22 years agosigh
Thomas Vander Stichele [Sun, 6 Jan 2002 13:34:44 +0000 (13:34 +0000)]
sigh

Original commit message from CVS:
sigh

22 years agoglobal s/disksrc/filesrc/, but edited by me
Andy Wingo [Sun, 6 Jan 2002 04:26:37 +0000 (04:26 +0000)]
global s/disksrc/filesrc/, but edited by me

Original commit message from CVS:
global s/disksrc/filesrc/, but edited by me

22 years agothis looks better
Thomas Vander Stichele [Sat, 5 Jan 2002 23:59:44 +0000 (23:59 +0000)]
this looks better

Original commit message from CVS:
this looks better

22 years agofor i in `find . -name *.[ch]`; do perl -n -i -p -e 's/disksrc/filesrc/g;' $i; done
Andy Wingo [Sat, 5 Jan 2002 23:05:56 +0000 (23:05 +0000)]
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

22 years agomore nailing
Thomas Vander Stichele [Sat, 5 Jan 2002 14:06:08 +0000 (14:06 +0000)]
more nailing

Original commit message from CVS:
more nailing

22 years agomore fixes
Thomas Vander Stichele [Sat, 5 Jan 2002 13:52:25 +0000 (13:52 +0000)]
more fixes

Original commit message from CVS:
more fixes
I like my libs nailed down so I can see when they're missing

22 years agoheh, rpm actually complained about uraeus's 2001/2002 mixup not being in chronologica...
Thomas Vander Stichele [Sat, 5 Jan 2002 11:02:08 +0000 (11:02 +0000)]
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 ;)

22 years agoeat your own dogfood
Thomas Vander Stichele [Sat, 5 Jan 2002 10:19:32 +0000 (10:19 +0000)]
eat your own dogfood

Original commit message from CVS:
eat your own dogfood

22 years agorunning make distdir in the dir you change stuff in might help ;)
Thomas Vander Stichele [Sat, 5 Jan 2002 09:33:57 +0000 (09:33 +0000)]
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 ;)

22 years agoadded lat.c, thanks to MattyBoy
Andy Wingo [Sat, 5 Jan 2002 02:04:28 +0000 (02:04 +0000)]
added lat.c, thanks to MattyBoy

Original commit message from CVS:
added lat.c, thanks to MattyBoy

22 years agocompile fixen
Andy Wingo [Sat, 5 Jan 2002 01:43:16 +0000 (01:43 +0000)]
compile fixen

Original commit message from CVS:
compile fixen

22 years agobyebye test/ ;-)
Andy Wingo [Sat, 5 Jan 2002 01:26:03 +0000 (01:26 +0000)]
byebye test/ ;-)

Original commit message from CVS:
byebye test/ ;-)

22 years agoput everything in tests/
Andy Wingo [Sat, 5 Jan 2002 01:25:28 +0000 (01:25 +0000)]
put everything in tests/

Original commit message from CVS:
put everything in tests/

22 years agokutting out the kruft
Andy Wingo [Sat, 5 Jan 2002 01:19:24 +0000 (01:19 +0000)]
kutting out the kruft

Original commit message from CVS:
kutting out the kruft

22 years agochanges to allow apps outside of gstreamer/ to use dparams continuing test removal
Andy Wingo [Sat, 5 Jan 2002 00:56:40 +0000 (00:56 +0000)]
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

22 years agoAdded --with-configdir parameter as the rpms tries placing the registry weird places...
Christian Schaller [Fri, 4 Jan 2002 23:27:04 +0000 (23:27 +0000)]
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

22 years agoremoved test/ from AC_OUTPUT
Andy Wingo [Fri, 4 Jan 2002 22:45:59 +0000 (22:45 +0000)]
removed test/ from AC_OUTPUT

Original commit message from CVS:
removed test/ from AC_OUTPUT

22 years agomuch removal. anything that can be built with gst-launch should just have a line...
Andy Wingo [Fri, 4 Jan 2002 22:18:45 +0000 (22:18 +0000)]
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.

22 years agointermediate commit
Andy Wingo [Fri, 4 Jan 2002 22:01:09 +0000 (22:01 +0000)]
intermediate commit

Original commit message from CVS:
intermediate commit

22 years agono test dir
Andy Wingo [Fri, 4 Jan 2002 21:57:08 +0000 (21:57 +0000)]
no test dir

Original commit message from CVS:
no test dir

22 years agoremoved a bunch of obsolete tests, changed others to use filesrc i'm not done yet...
Andy Wingo [Fri, 4 Jan 2002 21:15:32 +0000 (21:15 +0000)]
removed a bunch of obsolete tests, changed others to use filesrc i'm not done yet...

Original commit message from CVS:
removed a bunch of obsolete tests, changed others to use filesrc
i'm not done yet...

22 years agosynco with wingo
Thomas Vander Stichele [Fri, 4 Jan 2002 21:06:42 +0000 (21:06 +0000)]
synco with wingo

Original commit message from CVS:
synco with wingo

22 years agofinalize conversion to gst-register
Andy Wingo [Fri, 4 Jan 2002 19:47:17 +0000 (19:47 +0000)]
finalize conversion to gst-register

Original commit message from CVS:
finalize conversion to gst-register

22 years agofor i in gstreamer-*; do mv $i `echo $i | sed -e 's/gstreamer/gst/'`; done
Andy Wingo [Fri, 4 Jan 2002 19:46:40 +0000 (19:46 +0000)]
for i in gstreamer-*; do mv $i `echo $i | sed -e 's/gstreamer/gst/'`; done

Original commit message from CVS:
for i in gstreamer-*; do mv $i `echo $i | sed -e 's/gstreamer/gst/'`; done

*THIS CHANGES PROGRAM NAMES*

gstreamer-register -> gst-register et al
no one expressed objections to this over a two-day period, so i went ahead and did it
this can be reverted if folks complain too much...

22 years agoremoving editor, laa dee da (it's in gst-editor now)
Andy Wingo [Fri, 4 Jan 2002 19:10:46 +0000 (19:10 +0000)]
removing editor, laa dee da (it's in gst-editor now)

Original commit message from CVS:
removing editor, laa dee da (it's in gst-editor now)

22 years agonotes updates
Thomas Vander Stichele [Fri, 4 Jan 2002 18:28:17 +0000 (18:28 +0000)]
notes updates

Original commit message from CVS:
notes updates

22 years agochanged something. the plugin regquirements should go in gs-tplugins though...
Andy Wingo [Fri, 4 Jan 2002 06:43:17 +0000 (06:43 +0000)]
changed something. the plugin regquirements should go in gs-tplugins though...

Original commit message from CVS:
changed something. the plugin regquirements should go in gs-tplugins though...