platform/upstream/gstreamer.git
23 years agoAbstract the plugin-srcdir installation idiottest into a separate file, and include...
Richard Boulton [Thu, 31 May 2001 18:35:11 +0000 (18:35 +0000)]
Abstract the plugin-srcdir installation idiottest into a separate file, and include it from the include Makefile.am, ...

Original commit message from CVS:
Abstract the plugin-srcdir installation idiottest into a separate file,
and include it from the include Makefile.am, to ensure that it gets
called at the start of a make install process, not after the whole thing
has happened.

23 years agoAdded gstaudio.h to noinst_HEADERS.
Wim Taymans [Thu, 31 May 2001 18:31:25 +0000 (18:31 +0000)]
Added gstaudio.h to noinst_HEADERS.

Original commit message from CVS:
Added gstaudio.h to noinst_HEADERS.

23 years agoAdd rules to ensure that the libgst.la and libgstelements.la exist when trying to...
Richard Boulton [Thu, 31 May 2001 18:03:10 +0000 (18:03 +0000)]
Add rules to ensure that the libgst.la and libgstelements.la exist when trying to link the scanner with them.

Original commit message from CVS:
Add rules to ensure that the libgst.la and libgstelements.la exist when
trying to link the scanner with them.
Fix mkdirs so that they don't fall over if directories already exist.

23 years agoAdd AS and ASFLAGS to configure.base, fixing the build with automake 1.4g
Richard Boulton [Thu, 31 May 2001 14:19:09 +0000 (14:19 +0000)]
Add AS and ASFLAGS to configure.base, fixing the build with automake 1.4g

Original commit message from CVS:
Add AS and ASFLAGS to configure.base, fixing the build with automake 1.4g
AS is defined in a hacky way: I've asked on the automake list for help
doing this properly.

23 years agoheader file for standard audio stuff for plugins
Thomas Vander Stichele [Wed, 30 May 2001 21:35:41 +0000 (21:35 +0000)]
header file for standard audio stuff for plugins

Original commit message from CVS:
header file for standard audio stuff for plugins

23 years agoadded no-alsa warning and made 0.9 check conditional on alsa existing at all
Erik Walthinsen [Wed, 30 May 2001 21:27:35 +0000 (21:27 +0000)]
added no-alsa warning and made 0.9 check conditional on alsa existing at all

Original commit message from CVS:
added no-alsa warning and made 0.9 check conditional on alsa existing at all

23 years agoFixed a bug so that gst_props_new (NULL) == NULL
Wim Taymans [Wed, 30 May 2001 21:14:46 +0000 (21:14 +0000)]
Fixed a bug so that gst_props_new (NULL) == NULL

Original commit message from CVS:
Fixed a bug so that gst_props_new (NULL) == NULL

23 years agostupid mistake, I put != instead of == in the g_return_if's
Erik Walthinsen [Wed, 30 May 2001 20:36:01 +0000 (20:36 +0000)]
stupid mistake, I put != instead of == in the g_return_if's

Original commit message from CVS:
stupid mistake, I put != instead of == in the g_return_if's

23 years agoadded sanity checks to make sure _push and _pull don't get called on pads of the...
Erik Walthinsen [Wed, 30 May 2001 20:13:34 +0000 (20:13 +0000)]
added sanity checks to make sure _push and _pull don't get called on pads of the wrong direction

Original commit message from CVS:
added sanity checks to make sure _push and _pull don't get called on pads of the wrong direction

23 years agoAutomatically generate a patched automake if needed, and put instructions in the...
Richard Boulton [Wed, 30 May 2001 15:16:58 +0000 (15:16 +0000)]
Automatically generate a patched automake if needed, and put instructions in the README about how to use such a patch...

Original commit message from CVS:
Automatically generate a patched automake if needed, and put instructions
in the README about how to use such a patched automake.

23 years agoAdd configure.base and autogen.sh to distributions.
Richard Boulton [Wed, 30 May 2001 14:39:06 +0000 (14:39 +0000)]
Add configure.base and autogen.sh to distributions.

Original commit message from CVS:
Add configure.base and autogen.sh to distributions.
Add rules to keep configure.in and configure.ac up-to-date.

23 years agocreate a configure.base file, containing the contents of configure.{in,ac}, with...
Richard Boulton [Wed, 30 May 2001 14:22:50 +0000 (14:22 +0000)]
create a configure.base file, containing the contents of configure.{in,ac}, with those lines specific to one file pre...

Original commit message from CVS:
* create a configure.base file, containing the contents of
configure.{in,ac}, with those lines specific to one file prepended by
"SUBSTFOR configure.in:" or "SUBSTFOR configure.ac:" appropriately.

* Add lines to autogen.sh to generate configure.in and configure.ac
automatically from this file. (Very simple sed scripts)

* Remove configure.in and configure.ac

This shouldn't cause any problems to anyone, and should make it easy to do
work on configure scripts by just working on configure.base.

23 years agoMore small changes to bring the two scripts closer together.
Richard Boulton [Wed, 30 May 2001 13:25:28 +0000 (13:25 +0000)]
More small changes to bring the two scripts closer together.

Original commit message from CVS:
More small changes to bring the two scripts closer together.
Turned off building docs by default in configure.ac.
Only diffs are now essential due to changes from autoconf 2.13 to 2.50.

23 years agoDeal more gracefully with being either unable to check that automake is or finding...
Richard Boulton [Wed, 30 May 2001 12:56:25 +0000 (12:56 +0000)]
Deal more gracefully with being either unable to check that automake is or finding that automake definitely isn't pat...

Original commit message from CVS:
Deal more gracefully with being either unable to check that automake is
patched (will now just give a small warning), or finding that automake
definitely isn't patched (will give a big loud warning recommend stopping
the build and sleep briefly to give the user a chance to read the message).
Will eventually try to do the build anyway though.

Also, don't abort if autoconf or automake return error codes: they both
seem able to do so even when having produced viable results.

23 years agoAdd checks for appropriate versions of automake.
Richard Boulton [Tue, 29 May 2001 16:40:07 +0000 (16:40 +0000)]
Add checks for appropriate versions of automake.

Original commit message from CVS:
Add checks for appropriate versions of automake.
Add check that automake has been patched if it is a version which requires
a patch.
Please check that this doesn't cause problems: it's a bit of a hairy test,
so I might well have mucked it up and broken some people's build systems.
Hope not, though. ;-)

23 years agoAdd idiot test to stop the installing of versions with plugin srcdir enabled.
Richard Boulton [Tue, 29 May 2001 16:38:29 +0000 (16:38 +0000)]
Add idiot test to stop the installing of versions with plugin srcdir enabled.

Original commit message from CVS:
Add idiot test to stop the installing of versions with plugin srcdir
enabled.

23 years agoFix differences between configure.in and configure.ac which were trivial or due merel...
Richard Boulton [Tue, 29 May 2001 15:19:37 +0000 (15:19 +0000)]
Fix differences between configure.in and configure.ac which were trivial or due merely to formatting differences.  di...

Original commit message from CVS:
Fix differences between configure.in and configure.ac which were trivial
or due merely to formatting differences.  diff can now be used to see only
the significant differences, which should be helpful in keeping these
two files in sync.

23 years agoUpdate Makefile.am.future - a replacement for Makefile.am which uses features present...
Richard Boulton [Tue, 29 May 2001 12:43:21 +0000 (12:43 +0000)]
Update Makefile.am.future - a replacement for Makefile.am which uses features present in recent versions of automake ...

Original commit message from CVS:
Update Makefile.am.future - a replacement for Makefile.am which uses
features present in recent versions of automake (>1.4d) to avoid horrendous
hackery.

23 years agoSimplify alsa checking: we can use the standard AM_PATH_ALSA macro to check that...
Richard Boulton [Tue, 29 May 2001 12:31:21 +0000 (12:31 +0000)]
Simplify alsa checking: we can use the standard AM_PATH_ALSA macro to check that we don't have alsa 0.9.x: we just ne...

Original commit message from CVS:
Simplify alsa checking: we can use the standard AM_PATH_ALSA macro to
check that we don't have alsa 0.9.x: we just need to specify something
for ACTION_NOT_FOUND to override the default AC_MSG_ERROR behaviour, so
I've put a colon for ACTION_NOT_FOUND. ;-)
Also, update the alsa macro in acinclude with the latest from the alsa
project CVS.

23 years agofixed #define line continuation in gstsparc.h
Erik Walthinsen [Mon, 28 May 2001 22:23:18 +0000 (22:23 +0000)]
fixed #define line continuation in gstsparc.h

Original commit message from CVS:
fixed #define line continuation in gstsparc.h

23 years agoAdded a check for gsm/gsm.h
Wim Taymans [Mon, 28 May 2001 22:02:02 +0000 (22:02 +0000)]
Added a check for gsm/gsm.h

Original commit message from CVS:
Added a check for gsm/gsm.h

23 years agochanged debug so it always prints pid and cid in color
Erik Walthinsen [Mon, 28 May 2001 21:41:02 +0000 (21:41 +0000)]
changed debug so it always prints pid and cid in color

Original commit message from CVS:
changed debug so it always prints pid and cid in color

23 years agoRemoved the -pre0
Wim Taymans [Mon, 28 May 2001 21:02:25 +0000 (21:02 +0000)]
Removed the -pre0

Original commit message from CVS:
Removed the -pre0

23 years agoAdded the refcounting to the output targets.
Wim Taymans [Mon, 28 May 2001 20:47:47 +0000 (20:47 +0000)]
Added the refcounting to the output targets.

Original commit message from CVS:
Added the refcounting to the output targets.

23 years agoAdded a check for libgsm
Wim Taymans [Mon, 28 May 2001 20:36:13 +0000 (20:36 +0000)]
Added a check for libgsm

Original commit message from CVS:
Added a check for libgsm

23 years agoUpdated to match configure.in
Wim Taymans [Mon, 28 May 2001 20:22:48 +0000 (20:22 +0000)]
Updated to match configure.in

Original commit message from CVS:
Updated to match configure.in

23 years agoThe configure file for autoconf 2.50
Wim Taymans [Mon, 28 May 2001 20:05:03 +0000 (20:05 +0000)]
The configure file for autoconf 2.50

Original commit message from CVS:
The configure file for autoconf 2.50

23 years agoadded blank file to keep autoconf happy, fill it in later
Erik Walthinsen [Mon, 28 May 2001 19:59:25 +0000 (19:59 +0000)]
added blank file to keep autoconf happy, fill it in later

Original commit message from CVS:
added blank file to keep autoconf happy, fill it in later

23 years agoattempt at a fixed alsa check to guarantee 0.5.x
Erik Walthinsen [Mon, 28 May 2001 19:33:16 +0000 (19:33 +0000)]
attempt at a fixed alsa check to guarantee 0.5.x

Original commit message from CVS:
attempt at a fixed alsa check to guarantee 0.5.x

23 years agodistcheck cleanups
Erik Walthinsen [Mon, 28 May 2001 19:09:48 +0000 (19:09 +0000)]
distcheck cleanups

Original commit message from CVS:
distcheck cleanups

23 years agosome fixes to handle builddirs, which distcheck uses, along with complete .pc files
Erik Walthinsen [Mon, 28 May 2001 07:46:21 +0000 (07:46 +0000)]
some fixes to handle builddirs, which distcheck uses, along with complete .pc files

Original commit message from CVS:
some fixes to handle builddirs, which distcheck uses, along with complete .pc files

23 years agoAdded some caps != NULL checks.
Erik Walthinsen [Sun, 27 May 2001 23:57:34 +0000 (23:57 +0000)]
Added some caps != NULL checks.

Original commit message from CVS:
Added some caps != NULL checks.
Patched up a problem with the thread handling when the iteration fails.
Cleaned up the output of -inspect a tiny bit.

23 years agoremoved a spare alsa check, and made sure it fails for alsa 0.9.x
Erik Walthinsen [Sun, 27 May 2001 23:52:20 +0000 (23:52 +0000)]
removed a spare alsa check, and made sure it fails for alsa 0.9.x

Original commit message from CVS:
removed a spare alsa check, and made sure it fails for alsa 0.9.x

23 years agoAdded the headers
Wim Taymans [Sun, 27 May 2001 23:12:57 +0000 (23:12 +0000)]
Added the headers

Original commit message from CVS:
Added the headers

23 years agoUpdated for new API calls.
Wim Taymans [Sun, 27 May 2001 22:55:46 +0000 (22:55 +0000)]
Updated for new API calls.

Original commit message from CVS:
Updated for new API calls.

23 years agoAdded refcounting to the targets.
Wim Taymans [Sun, 27 May 2001 22:26:05 +0000 (22:26 +0000)]
Added refcounting to the targets.

Original commit message from CVS:
Added refcounting to the targets.

23 years agoMakfeile updates.
Wim Taymans [Sun, 27 May 2001 22:25:32 +0000 (22:25 +0000)]
Makfeile updates.

Original commit message from CVS:
Makfeile updates.

23 years agovarious build fixes
Erik Walthinsen [Sun, 27 May 2001 21:56:04 +0000 (21:56 +0000)]
various build fixes

Original commit message from CVS:
various build fixes

23 years agoAdded a check for openquicktime.
Wim Taymans [Sun, 27 May 2001 20:52:01 +0000 (20:52 +0000)]
Added a check for openquicktime.

Original commit message from CVS:
Added a check for openquicktime.

23 years agonow builds for those who are too lazy to upgrade their xml libraries
Steve Baker [Sun, 27 May 2001 17:02:25 +0000 (17:02 +0000)]
now builds for those who are too lazy to upgrade their xml libraries

Original commit message from CVS:
now builds for those who are too lazy to upgrade their xml libraries

23 years ago- changed the Alt shortcuts to Ctrl shortcuts (like in all proper GTK+ apps)
Bastien Nocera [Sun, 27 May 2001 14:41:38 +0000 (14:41 +0000)]
- changed the Alt shortcuts to Ctrl shortcuts (like in all proper GTK+ apps)

Original commit message from CVS:
- changed the Alt shortcuts to Ctrl shortcuts (like in all proper GTK+ apps)

23 years agoUpdated for removed methods.
Wim Taymans [Sun, 27 May 2001 14:39:17 +0000 (14:39 +0000)]
Updated for removed methods.

Original commit message from CVS:
Updated for removed methods.

23 years agoUpdated for remove methods.
Wim Taymans [Sun, 27 May 2001 14:38:43 +0000 (14:38 +0000)]
Updated for remove methods.

Original commit message from CVS:
Updated for remove methods.

23 years agoDocs updates
Wim Taymans [Sun, 27 May 2001 14:37:29 +0000 (14:37 +0000)]
Docs updates

Original commit message from CVS:
Docs updates
Changed the cothread to use sigjmp_buf
removed some unused methods.
Some code cleanups.

23 years agoAPI docs updates.
Wim Taymans [Sun, 27 May 2001 14:33:30 +0000 (14:33 +0000)]
API docs updates.

Original commit message from CVS:
API docs updates.

23 years agofixed up and turned back on GST_SCHEDULE_SAFETY
Erik Walthinsen [Sun, 27 May 2001 00:04:00 +0000 (00:04 +0000)]
fixed up and turned back on GST_SCHEDULE_SAFETY

Original commit message from CVS:
fixed up and turned back on GST_SCHEDULE_SAFETY

23 years agofixed cothread locking and set_arg/get_arg safety, and switched to 64 cothreads of...
Erik Walthinsen [Sat, 26 May 2001 22:58:15 +0000 (22:58 +0000)]
fixed cothread locking and set_arg/get_arg safety, and switched to 64 cothreads of 32KB

Original commit message from CVS:
fixed cothread locking and set_arg/get_arg safety, and switched to 64 cothreads of 32KB

23 years agoRemoved redundant prototypes.
Wim Taymans [Sat, 26 May 2001 16:41:27 +0000 (16:41 +0000)]
Removed redundant prototypes.

Original commit message from CVS:
Removed redundant prototypes.

23 years agoFixed a bug in the typecast macros for padtemplates.
Wim Taymans [Sat, 26 May 2001 16:33:02 +0000 (16:33 +0000)]
Fixed a bug in the typecast macros for padtemplates.

Original commit message from CVS:
Fixed a bug in the typecast macros for padtemplates.

23 years agodon't link against libgst.la because it seems to fail on some libtool versions.
Wim Taymans [Sat, 26 May 2001 12:17:05 +0000 (12:17 +0000)]
don't link against libgst.la because it seems to fail on some libtool versions.

Original commit message from CVS:
don't link against libgst.la because it seems to fail on some libtool
versions.

23 years agoshut up fakesrc and fakesink, changed sleeping a little
Erik Walthinsen [Sat, 26 May 2001 05:36:26 +0000 (05:36 +0000)]
shut up fakesrc and fakesink, changed sleeping a little

Original commit message from CVS:
shut up fakesrc and fakesink, changed sleeping a little

23 years agomoved debug to before _init so cmdline can override, and put sleep(1)'s in while...
Erik Walthinsen [Sat, 26 May 2001 05:26:47 +0000 (05:26 +0000)]
moved debug to before _init so cmdline can override, and put sleep(1)'s in while(1) to increase chance of contention ...

Original commit message from CVS:
moved debug to before _init so cmdline can override, and put sleep(1)'s in while(1) to increase chance of contention (I think)

23 years agoupdated threadlock to actually be a thread locking test
Erik Walthinsen [Sat, 26 May 2001 05:19:33 +0000 (05:19 +0000)]
updated threadlock to actually be a thread locking test

Original commit message from CVS:
updated threadlock to actually be a thread locking test

23 years agoElements must have different names.
David I. Lehn [Fri, 25 May 2001 23:36:32 +0000 (23:36 +0000)]
Elements must have different names.

Original commit message from CVS:
Elements must have different names.

23 years ago- more generic files to exclude: *~ and ~.bak
Bastien Nocera [Fri, 25 May 2001 22:08:50 +0000 (22:08 +0000)]
- more generic files to exclude: *~ and ~.bak

Original commit message from CVS:
- more generic files to exclude: *~ and ~.bak

23 years ago- added gstmediaplay.glade.bak to the files to ignore
Bastien Nocera [Fri, 25 May 2001 22:02:52 +0000 (22:02 +0000)]
- added gstmediaplay.glade.bak to the files to ignore

Original commit message from CVS:
- added gstmediaplay.glade.bak to the files to ignore

23 years ago- updated (c) date, and added WMClass and WMName to the gstmediaplay windows
Bastien Nocera [Fri, 25 May 2001 22:01:51 +0000 (22:01 +0000)]
- updated (c) date, and added WMClass and WMName to the gstmediaplay windows

Original commit message from CVS:
- updated (c) date, and added WMClass and WMName to the gstmediaplay windows

23 years agoRemoved a stupid printf.
Wim Taymans [Fri, 25 May 2001 21:42:14 +0000 (21:42 +0000)]
Removed a stupid printf.

Original commit message from CVS:
Removed a stupid printf.

23 years agoSome cleanups.
Wim Taymans [Fri, 25 May 2001 21:39:54 +0000 (21:39 +0000)]
Some cleanups.

Original commit message from CVS:
Some cleanups.
Removed some bogus code from element and pipeline elements.
Fixed a typo.

23 years agoAdded GST_LIBS to LIBADD.
Wim Taymans [Fri, 25 May 2001 21:38:21 +0000 (21:38 +0000)]
Added GST_LIBS to LIBADD.

Original commit message from CVS:
Added GST_LIBS to LIBADD.

23 years agofixed rather heinous bug in gst_buffer_copy
Erik Walthinsen [Fri, 25 May 2001 21:35:58 +0000 (21:35 +0000)]
fixed rather heinous bug in gst_buffer_copy

Original commit message from CVS:
fixed rather heinous bug in gst_buffer_copy

23 years agoremoved some more noise, converted to GST_DEBUG
Erik Walthinsen [Fri, 25 May 2001 21:31:12 +0000 (21:31 +0000)]
removed some more noise, converted to GST_DEBUG

Original commit message from CVS:
removed some more noise, converted to GST_DEBUG

23 years agoremoved annoying debug message during state change (made GST_DEBUG)
Erik Walthinsen [Fri, 25 May 2001 21:25:36 +0000 (21:25 +0000)]
removed annoying debug message during state change (made GST_DEBUG)

Original commit message from CVS:
removed annoying debug message during state change (made GST_DEBUG)

23 years ago- added a line for busy application developers, it's shorter this time
Bastien Nocera [Fri, 25 May 2001 21:13:05 +0000 (21:13 +0000)]
- added a line for busy application developers, it's shorter this time

Original commit message from CVS:
- added a line for busy application developers, it's shorter this time

23 years agoMerged from INCSCHED on 200505251!!! INCSCHED1-200105251
Erik Walthinsen [Fri, 25 May 2001 21:00:07 +0000 (21:00 +0000)]
Merged from INCSCHED on 200505251!!!

Original commit message from CVS:
Merged from INCSCHED on 200505251!!!

23 years agoRemoved a debug info line. BRANCH-INCSCHED1-200105251-ROOT INCSCHED1-200105251-FREEZE
Wim Taymans [Fri, 25 May 2001 20:42:48 +0000 (20:42 +0000)]
Removed a debug info line.

Original commit message from CVS:
Removed a debug info line.

23 years agoMore docs updates.
Wim Taymans [Fri, 25 May 2001 20:41:48 +0000 (20:41 +0000)]
More docs updates.

Original commit message from CVS:
More docs updates.

23 years agosome minor fixes..
Wim Taymans [Fri, 25 May 2001 20:41:07 +0000 (20:41 +0000)]
some minor fixes..

Original commit message from CVS:
some minor fixes..

23 years agoautomake 1.4-p1 doesn't support AC_CONFIG_FILES. revert to AC_OUTPUT until the fix...
David I. Lehn [Fri, 25 May 2001 04:42:41 +0000 (04:42 +0000)]
automake 1.4-p1 doesn't support AC_CONFIG_FILES.  revert to AC_OUTPUT until the fix in the just released 1.4-p2 gets ...

Original commit message from CVS:
automake 1.4-p1 doesn't support AC_CONFIG_FILES.  revert to AC_OUTPUT
until the fix in the just released 1.4-p2 gets debianized. ;)

23 years agoAdded the autoconf file for version 2.50
Wim Taymans [Thu, 24 May 2001 11:24:38 +0000 (11:24 +0000)]
Added the autoconf file for version 2.50

Original commit message from CVS:
Added the autoconf file for version 2.50

23 years agoUpdate some signal func vars.
David I. Lehn [Wed, 23 May 2001 23:24:17 +0000 (23:24 +0000)]
Update some signal func vars.

Original commit message from CVS:
Update some signal func vars.

23 years agolibtool check fix... copy & paste error msgs code could be improved.
David I. Lehn [Wed, 23 May 2001 23:23:50 +0000 (23:23 +0000)]
libtool check fix... copy & paste error msgs code could be improved.

Original commit message from CVS:
libtool check fix... copy & paste error msgs code could be improved.

23 years agoadded level Makefile deleted one of two instances of adder Makefile BRANCH-INCSCHED1-200105231-ROOT
Thomas Vander Stichele [Wed, 23 May 2001 08:48:34 +0000 (08:48 +0000)]
added level Makefile deleted one of two instances of adder Makefile

Original commit message from CVS:
added level Makefile
deleted one of two instances of adder Makefile

23 years ago- it is now possible to change the opened file when state is PAUSED
Bastien Nocera [Tue, 22 May 2001 19:22:57 +0000 (19:22 +0000)]
- it is now possible to change the opened file when state is PAUSED

Original commit message from CVS:
- it is now possible to change the opened file when state is PAUSED

23 years agoautogen.sh now fails if aclocal fails.
Richard Boulton [Tue, 22 May 2001 13:48:48 +0000 (13:48 +0000)]
autogen.sh now fails if aclocal fails.

Original commit message from CVS:
autogen.sh now fails if aclocal fails.

23 years ago- added a line to autogen.sh for the busy application developers
Bastien Nocera [Tue, 22 May 2001 12:56:45 +0000 (12:56 +0000)]
- added a line to autogen.sh for the busy application developers

Original commit message from CVS:
- added a line to autogen.sh for the busy application developers

23 years agoUpdates to the audiofile detection stuff.
Wim Taymans [Mon, 21 May 2001 20:17:44 +0000 (20:17 +0000)]
Updates to the audiofile detection stuff.

Original commit message from CVS:
Updates to the audiofile detection stuff.

23 years agotrying to add a check for libaudiofile (-> plugins/audiofile/afsink)
Thomas Vander Stichele [Mon, 21 May 2001 19:40:50 +0000 (19:40 +0000)]
trying to add a check for libaudiofile (-> plugins/audiofile/afsink)

Original commit message from CVS:
trying to add a check for libaudiofile (-> plugins/audiofile/afsink)

23 years ago- removed the parse factory, it's unused
Bastien Nocera [Mon, 21 May 2001 02:35:22 +0000 (02:35 +0000)]
- removed the parse factory, it's unused

Original commit message from CVS:
- removed the parse factory, it's unused

23 years agoAdded a ChangeLog as per hadess' sugesstion, and added myself as an author.
Arik Devens [Mon, 21 May 2001 01:37:10 +0000 (01:37 +0000)]
Added a ChangeLog as per hadess' sugesstion, and added myself as an author.

Original commit message from CVS:
Added a ChangeLog as per hadess' sugesstion, and added myself as an author.

23 years agoplaying at double size, general code cleanup and what not.
Arik Devens [Mon, 21 May 2001 01:19:06 +0000 (01:19 +0000)]
playing at double size, general code cleanup and what not.

Original commit message from CVS:
added the begninnings of full-screen support (crashes atm), playing at double size, general code cleanup and what not.

23 years agoFixed a problem with -inspect where some args would not show up correctly
Wim Taymans [Sun, 20 May 2001 21:24:59 +0000 (21:24 +0000)]
Fixed a problem with -inspect where some args would not show up correctly

Original commit message from CVS:
Fixed a problem with -inspect where some args would not show up correctly

23 years agoBetter output of element flags.
Wim Taymans [Sun, 20 May 2001 20:12:45 +0000 (20:12 +0000)]
Better output of element flags.

Original commit message from CVS:
Better output of element flags.

23 years agoEscape spaces in the cmdline args with "\\ " so that parse can handle it.
Wim Taymans [Sun, 20 May 2001 20:06:09 +0000 (20:06 +0000)]
Escape spaces in the cmdline args with "\\ " so that parse can handle it.

Original commit message from CVS:
Escape spaces in the cmdline args with "\\ " so that parse can handle it.

23 years agoAdded the possibility to escape chars in gstparse. You can now give it a cmdline...
Wim Taymans [Sun, 20 May 2001 20:05:29 +0000 (20:05 +0000)]
Added the possibility to escape chars in gstparse. You can now give it a cmdline like disksrc location=some\ sort\ of...

Original commit message from CVS:
Added the possibility to escape chars in gstparse. You can now give it a
cmdline like disksrc location=some\ sort\ of.mp3 ! .... and it does the
right thing.

23 years agoreinstated exit(-1) when gstparse.c doesn't find the plugin mentioned
Thomas Vander Stichele [Sun, 20 May 2001 14:55:02 +0000 (14:55 +0000)]
reinstated exit(-1) when gstparse.c doesn't find the plugin mentioned

Original commit message from CVS:
reinstated exit(-1) when gstparse.c doesn't find the plugin mentioned

23 years agoMade pipefilter a DECOUPLED element.
Wim Taymans [Sun, 20 May 2001 14:12:36 +0000 (14:12 +0000)]
Made pipefilter a DECOUPLED element.

Original commit message from CVS:
Made pipefilter a DECOUPLED element.

23 years agoAdded the code for the bonobo media component. It doesn't really work yet because...
Wim Taymans [Sun, 20 May 2001 10:31:23 +0000 (10:31 +0000)]
Added the code for the bonobo media component. It doesn't really work yet because bonobo-media doesn't show video.

Original commit message from CVS:
Added the code for the bonobo media component. It doesn't really
work yet because bonobo-media doesn't show video.

23 years agofinally managed to get the AUTHORS file added. big things are coming allright ;-)
Arik Devens [Sun, 20 May 2001 05:48:13 +0000 (05:48 +0000)]
finally managed to get the AUTHORS file added. big things are coming allright ;-)

Original commit message from CVS:
finally managed to get the AUTHORS file added. big things are coming allright ;-)

23 years ago- added myself to the AUTHORS file
Bastien Nocera [Sun, 20 May 2001 00:16:27 +0000 (00:16 +0000)]
- added myself to the AUTHORS file

Original commit message from CVS:
- added myself to the AUTHORS file

23 years agoPesky nightly doc build failure emails exposing my forgetfulness...
David I. Lehn [Thu, 17 May 2001 05:20:28 +0000 (05:20 +0000)]
Pesky nightly doc build failure emails exposing my forgetfulness...

Original commit message from CVS:
Pesky nightly doc build failure emails exposing my forgetfulness...

23 years agoAdded SDL.
Wim Taymans [Wed, 16 May 2001 22:42:55 +0000 (22:42 +0000)]
Added SDL.

Original commit message from CVS:
Added SDL.

23 years agoAdded a check for SDL
Wim Taymans [Wed, 16 May 2001 22:40:17 +0000 (22:40 +0000)]
Added a check for SDL

Original commit message from CVS:
Added a check for SDL

23 years agoAdded gnomevfs checks.
Wim Taymans [Wed, 16 May 2001 19:32:07 +0000 (19:32 +0000)]
Added gnomevfs checks.

Original commit message from CVS:
Added gnomevfs checks.

23 years ago- Fix cothread pointers and allocation so full 2M stack space available:
David I. Lehn [Wed, 16 May 2001 07:16:47 +0000 (07:16 +0000)]
- Fix cothread pointers and allocation so full 2M stack space available:

Original commit message from CVS:
- Fix cothread pointers and allocation so full 2M stack space available:
- Double maximums to use full stack space:
- COTHREAD_STACKSIZE = 16k
- COTHREAD_MAXTHREADS = 128
- cothread changes only verified on x86
- cothread_create returns NULL if nthreads == MAXTHREADS though not yet handled by gstschedule caller

23 years ago- basic arch check for HAVE_RDTSC
David I. Lehn [Wed, 16 May 2001 05:04:44 +0000 (05:04 +0000)]
- basic arch check for HAVE_RDTSC

Original commit message from CVS:
- basic arch check for HAVE_RDTSC
- use common gst_trace_read_tsc() for RDTSC call
- add untested function to do ascii dump of trace data

23 years agofix a couple warnings
David I. Lehn [Wed, 16 May 2001 04:07:33 +0000 (04:07 +0000)]
fix a couple warnings

Original commit message from CVS:
fix a couple warnings

23 years agoadded ability to write out xml copy of pipeline
Erik Walthinsen [Tue, 15 May 2001 09:04:41 +0000 (09:04 +0000)]
added ability to write out xml copy of pipeline

Original commit message from CVS:
added ability to write out xml copy of pipeline

23 years agoremoved the COTHREAD_STACKSIZE and friends, since they're now private to cothreads.c
Erik Walthinsen [Mon, 14 May 2001 08:51:55 +0000 (08:51 +0000)]
removed the COTHREAD_STACKSIZE and friends, since they're now private to cothreads.c

Original commit message from CVS:
removed the COTHREAD_STACKSIZE and friends, since they're now private to cothreads.c

23 years agosome minor updates with a hair more speed
Erik Walthinsen [Thu, 10 May 2001 23:43:34 +0000 (23:43 +0000)]
some minor updates with a hair more speed

Original commit message from CVS:
some minor updates with a hair more speed