platform/upstream/gstreamer.git
22 years agotaaz's yapping
Thomas Vander Stichele [Wed, 6 Feb 2002 21:35:37 +0000 (21:35 +0000)]
taaz's yapping

Original commit message from CVS:
taaz's yapping

22 years agoSmall cleanups
Wim Taymans [Wed, 6 Feb 2002 21:12:52 +0000 (21:12 +0000)]
Small cleanups

Original commit message from CVS:
Small cleanups

22 years agomake -launch receive and print out errors.
Benjamin Otte [Wed, 6 Feb 2002 19:10:38 +0000 (19:10 +0000)]
make -launch receive and print out errors.

Original commit message from CVS:
make -launch receive and print out errors.
There is also a fix to allow printing gint64 variables. This should be removed when GLib does it. Glib1.3.13 does not.

22 years agoThis patch (nearly) completes the removal of vertical events from the core.
Benjamin Otte [Wed, 6 Feb 2002 19:05:19 +0000 (19:05 +0000)]
This patch (nearly) completes the removal of vertical events from the core.

Original commit message from CVS:
This patch (nearly) completes the removal of vertical events from the
core.
What it does:
- removal of the EVENT signal of GstElement (to be replaced by
g_object_notify)
- changing of the ERROR signal to allow recursive notification (like
deep_notify)
- implementing recursive notification with error events.
- removal of some functions in gstbin.c that are not used anymore.
- The function gst_element_info and gst_element_send_event now do
nothing but printing a warning, that these functions are gone. This is
done to allow plugins to catch up.
- Some bugfixes in XML saving are included, they simply were in the
file.

22 years agosorry, but I'd like this fixed ;)
Thomas Vander Stichele [Wed, 6 Feb 2002 19:02:24 +0000 (19:02 +0000)]
sorry, but I'd like this fixed ;)

Original commit message from CVS:
sorry, but I'd like this fixed ;)

22 years agoupdate to do the new error handling and notification
Benjamin Otte [Wed, 6 Feb 2002 18:58:53 +0000 (18:58 +0000)]
update to do the new error handling and notification

Original commit message from CVS:
update to do the new error handling and notification

22 years agoUse automake's per-target CFLAG functionality to compile cothreads.c with correct...
Richard Boulton [Wed, 6 Feb 2002 18:53:33 +0000 (18:53 +0000)]
Use automake's per-target CFLAG functionality to compile cothreads.c with correct flags.

Original commit message from CVS:
Use automake's per-target CFLAG functionality to compile cothreads.c with
correct flags.

22 years agoa couple more ifdefs
Andy Wingo [Wed, 6 Feb 2002 17:29:55 +0000 (17:29 +0000)]
a couple more ifdefs

Original commit message from CVS:
a couple more ifdefs

22 years agoFarewell sweet shim,
Andy Wingo [Wed, 6 Feb 2002 16:45:33 +0000 (16:45 +0000)]
Farewell sweet shim,

Original commit message from CVS:
Farewell sweet shim,
Thou hast serv'd us well --
Though not with cherubim
but in the Attic you shall dwell.

22 years agocore is glib2 only now tried to convert to g_strdup_value_contents as much as i could...
Andy Wingo [Wed, 6 Feb 2002 16:35:16 +0000 (16:35 +0000)]
core is glib2 only now tried to convert to g_strdup_value_contents as much as i could misc other fixes

Original commit message from CVS:
* core is glib2 only now
* tried to convert to g_strdup_value_contents as much as i could
* misc other fixes

22 years ago<wingo> i thought _get gave you a copy of the string --- he's right
Benjamin Otte [Wed, 6 Feb 2002 15:02:26 +0000 (15:02 +0000)]
<wingo> i thought _get gave you a copy of the string --- he's right

Original commit message from CVS:
<wingo> i thought _get gave you a copy of the string --- he's right

22 years agodisabling cothreads build until it passes make distcheck
Thomas Vander Stichele [Wed, 6 Feb 2002 13:36:22 +0000 (13:36 +0000)]
disabling cothreads build until it passes make distcheck

Original commit message from CVS:
disabling cothreads build until it passes make distcheck

22 years agouse numerical comparisions for version check
Steve Baker [Wed, 6 Feb 2002 12:53:15 +0000 (12:53 +0000)]
use numerical comparisions for version check

Original commit message from CVS:
use numerical comparisions for version check

22 years agobugfixing: always use the right GType when using g_object_get/set; do not free string...
Benjamin Otte [Wed, 6 Feb 2002 08:23:10 +0000 (08:23 +0000)]
bugfixing: always use the right GType when using g_object_get/set; do not free strings from g_object_get, they're not...

Original commit message from CVS:
bugfixing: always use the right GType when using g_object_get/set; do not free strings from g_object_get, they're not yours (see docs/design/part-standards.txt)

22 years agomake gst-launch property aware
Benjamin Otte [Wed, 6 Feb 2002 07:10:37 +0000 (07:10 +0000)]
make gst-launch property aware

Original commit message from CVS:
make gst-launch property aware

22 years agoinitial checkin for the deep_notify signal which replaces INFO events in the long...
Benjamin Otte [Tue, 5 Feb 2002 21:11:43 +0000 (21:11 +0000)]
initial checkin for the deep_notify signal which replaces INFO events in the long run.

Original commit message from CVS:
initial checkin for the deep_notify signal which replaces INFO events in the long run.
PLEASE do not use gst_element_[info,message,error] anymore. Use g_object_notify instead.
Thank you.

22 years agobugfixing; use the right function to check probable caps compatibility
Benjamin Otte [Tue, 5 Feb 2002 20:56:11 +0000 (20:56 +0000)]
bugfixing; use the right function to check probable caps compatibility

Original commit message from CVS:
bugfixing; use the right function to check probable caps compatibility

22 years agobugfix: nobody knows if the pad will still be there...
Benjamin Otte [Tue, 5 Feb 2002 19:01:45 +0000 (19:01 +0000)]
bugfix: nobody knows if the pad will still be there...

Original commit message from CVS:
bugfix: nobody knows if the pad will still be there...

22 years agoremoved workaround for a bug that is fixed
Benjamin Otte [Tue, 5 Feb 2002 18:22:37 +0000 (18:22 +0000)]
removed workaround for a bug that is fixed

Original commit message from CVS:
removed workaround for a bug that is fixed

22 years agothis fix makes sure that we actually request a pad from the template with an unused...
Thomas Vander Stichele [Tue, 5 Feb 2002 17:42:40 +0000 (17:42 +0000)]
this fix makes sure that we actually request a pad from the template with an unused name this isn't optimal but gets ...

Original commit message from CVS:
this fix makes sure that we actually request a pad from the template with
an unused name
this isn't optimal but gets the job done

should we move this code fragment to it's own helper function to use
everywhere stuff is requested according to a template ?

22 years ago- use autoplugging instead of predefined way on sometimes pads
Benjamin Otte [Tue, 5 Feb 2002 17:08:08 +0000 (17:08 +0000)]
- use autoplugging instead of predefined way on sometimes pads

Original commit message from CVS:
- use autoplugging instead of predefined way on sometimes pads
- exchange plugtype with factories in the spider
- revamp the spider, now messier than before...
- bugfixing
- style corrections

22 years agoshow bug in tee code
Thomas Vander Stichele [Tue, 5 Feb 2002 14:40:56 +0000 (14:40 +0000)]
show bug in tee code

Original commit message from CVS:
show bug in tee code

22 years agogst version info
Thomas Vander Stichele [Tue, 5 Feb 2002 13:24:46 +0000 (13:24 +0000)]
gst version info

Original commit message from CVS:
gst version info

22 years agothis example tests caps proxying it seems to work, too
Thomas Vander Stichele [Tue, 5 Feb 2002 13:23:09 +0000 (13:23 +0000)]
this example tests caps proxying it seems to work, too

Original commit message from CVS:
this example tests caps proxying
it seems to work, too

22 years agoadding basic tests for fakesrc fakesink and tee
Thomas Vander Stichele [Tue, 5 Feb 2002 11:48:36 +0000 (11:48 +0000)]
adding basic tests for fakesrc fakesink and tee

Original commit message from CVS:
adding basic tests for fakesrc fakesink and tee

22 years agotrying to write a test for tee first
Thomas Vander Stichele [Tue, 5 Feb 2002 10:55:21 +0000 (10:55 +0000)]
trying to write a test for tee first

Original commit message from CVS:
trying to write a test for tee first

22 years agoremove cothreads from the Makefile.am
Thomas Vander Stichele [Tue, 5 Feb 2002 09:31:57 +0000 (09:31 +0000)]
remove cothreads from the Makefile.am

Original commit message from CVS:
remove cothreads from the Makefile.am

22 years agosmall compile fix
Thomas Vander Stichele [Mon, 4 Feb 2002 23:28:55 +0000 (23:28 +0000)]
small compile fix

Original commit message from CVS:
small compile fix

22 years agooops
Thomas Vander Stichele [Mon, 4 Feb 2002 23:25:40 +0000 (23:25 +0000)]
oops

Original commit message from CVS:
oops

22 years agosimilar fix for count ref
Thomas Vander Stichele [Mon, 4 Feb 2002 22:41:23 +0000 (22:41 +0000)]
similar fix for count ref

Original commit message from CVS:
similar fix for count ref

22 years agothis is better
Thomas Vander Stichele [Mon, 4 Feb 2002 22:40:30 +0000 (22:40 +0000)]
this is better

Original commit message from CVS:
this is better

22 years agoshouldn't fuss about not needing to ref at all
Thomas Vander Stichele [Mon, 4 Feb 2002 22:33:48 +0000 (22:33 +0000)]
shouldn't fuss about not needing to ref at all

Original commit message from CVS:
shouldn't fuss about not needing to ref at all

22 years agoRevert aclocal invocation to do cat m4/*.m4 > acinclude.m4 beforehand, rather than...
Richard Boulton [Mon, 4 Feb 2002 21:24:08 +0000 (21:24 +0000)]
Revert aclocal invocation to do cat m4/*.m4 > acinclude.m4 beforehand, rather than adding m4/ to aclocal search path....

Original commit message from CVS:
Revert aclocal invocation to do cat m4/*.m4 > acinclude.m4 beforehand,
rather than adding m4/ to aclocal search path.  Shouldn't cause errors when
macros are already present on system, because macros in acinclude.m4 are
used in preference.

22 years agogstreamer-register -> gst-register gstreamer-launch -> gst-launch etc.
Richard Boulton [Mon, 4 Feb 2002 20:33:14 +0000 (20:33 +0000)]
gstreamer-register -> gst-register gstreamer-launch -> gst-launch etc.

Original commit message from CVS:
gstreamer-register -> gst-register
gstreamer-launch -> gst-launch
etc.

22 years agobrown paper bag commit
Andy Wingo [Mon, 4 Feb 2002 20:05:44 +0000 (20:05 +0000)]
brown paper bag commit

Original commit message from CVS:
brown paper bag commit

22 years agocothreads stuff i forgot to commit last night
Andy Wingo [Mon, 4 Feb 2002 17:41:45 +0000 (17:41 +0000)]
cothreads stuff i forgot to commit last night

Original commit message from CVS:
cothreads stuff i forgot to commit last night

22 years agoremoved my cothreads dir in favor of the cothreads/ module
Andy Wingo [Mon, 4 Feb 2002 03:23:12 +0000 (03:23 +0000)]
removed my cothreads dir in favor of the cothreads/ module

Original commit message from CVS:
removed my cothreads dir in favor of the cothreads/ module

22 years agoAdded a first stab at a better clocking system.
Wim Taymans [Sun, 3 Feb 2002 20:07:09 +0000 (20:07 +0000)]
Added a first stab at a better clocking system.

Original commit message from CVS:
Added a first stab at a better clocking system.
It still needs more infrastructure for async notification and custom clock
implementors.
This thing can still deadlock the pipeline.

22 years agoinitial import start
Thomas Vander Stichele [Sun, 3 Feb 2002 16:16:36 +0000 (16:16 +0000)]
initial import

Original commit message from CVS:
initial import

22 years agoInitial revision
Thomas Vander Stichele [Sun, 3 Feb 2002 16:16:36 +0000 (16:16 +0000)]
Initial revision

Original commit message from CVS:
Initial revision

22 years agoSome small adjustments for for better open-a-new-file handling
Ronald S. Bultje [Sun, 3 Feb 2002 15:47:20 +0000 (15:47 +0000)]
Some small adjustments for for better open-a-new-file handling

Original commit message from CVS:
Some small adjustments for for better open-a-new-file handling

22 years agosome release caveats, some todos
Andy Wingo [Sat, 2 Feb 2002 23:09:20 +0000 (23:09 +0000)]
some release caveats, some todos

Original commit message from CVS:
some release caveats, some todos

22 years agosome compile fixes, api changes, and i added the ability to create new chunks on...
Andy Wingo [Sat, 2 Feb 2002 19:07:10 +0000 (19:07 +0000)]
some compile fixes, api changes, and i added the ability to create new chunks on the stack, which can extend the main...

Original commit message from CVS:
some compile fixes, api changes, and i added the ability to create new chunks on the
stack, which can extend the main thread's stack up to 8M under linuxthreads. thanks
to billh for the {set,get}rlimit tip.

on the other hand, there's a nasty bug in cothreads when they are run without gthreads
that i'm still tracking down. that's the last bug though, at this point.

the commit is to syn the repository with my working copy before moving cothreads to a
separate module.

22 years agoback to cvs mode
Thomas Vander Stichele [Sat, 2 Feb 2002 17:35:06 +0000 (17:35 +0000)]
back to cvs mode

Original commit message from CVS:
back to cvs mode

22 years agoprepping the release RELEASE-0_3_2-DOBDAY
Thomas Vander Stichele [Sat, 2 Feb 2002 13:50:03 +0000 (13:50 +0000)]
prepping the release

Original commit message from CVS:
prepping the release

22 years agoAdded some more shims
Wim Taymans [Sat, 2 Feb 2002 13:36:21 +0000 (13:36 +0000)]
Added some more shims

Original commit message from CVS:
Added some more shims
Pointless cleanups..

22 years agoMore pointless cleanups
Wim Taymans [Sat, 2 Feb 2002 13:34:44 +0000 (13:34 +0000)]
More pointless cleanups

Original commit message from CVS:
More pointless cleanups

22 years agoSmall pointless cleanups
Wim Taymans [Sat, 2 Feb 2002 13:32:32 +0000 (13:32 +0000)]
Small pointless cleanups

Original commit message from CVS:
Small pointless cleanups

22 years agoSmall cleanups
Wim Taymans [Sat, 2 Feb 2002 13:27:33 +0000 (13:27 +0000)]
Small cleanups

Original commit message from CVS:
Small cleanups

22 years agoMake filesrc respond to seek
Wim Taymans [Sat, 2 Feb 2002 13:24:25 +0000 (13:24 +0000)]
Make filesrc respond to seek

Original commit message from CVS:
Make filesrc respond to seek

22 years agoAdded _seek and _tell // cleanup
Wim Taymans [Sat, 2 Feb 2002 13:23:07 +0000 (13:23 +0000)]
Added _seek and _tell // cleanup

Original commit message from CVS:
Added _seek and _tell
// cleanup

22 years agoFix a serious leak in tee
Wim Taymans [Sat, 2 Feb 2002 00:22:34 +0000 (00:22 +0000)]
Fix a serious leak in tee

Original commit message from CVS:
Fix a serious leak in tee

22 years agoChange soversion back to 0:0:0 and add use of -release flag for libtool.
Erik Walthinsen [Fri, 1 Feb 2002 22:37:16 +0000 (22:37 +0000)]
Change soversion back to 0:0:0 and add use of -release flag for libtool.

Original commit message from CVS:
Change soversion back to 0:0:0 and add use of -release flag for libtool.
This means that any program linking against libgst will automatically have
the specific release of libgst encoded into it.  This enforces the fact
that (for the moment), the API/ABI is changing rapidly enough that you
can't link against 0.3.2 originally and have it still work with 0.3.3.  It
might be possible, but highly unlikely.

When we get closer to a stable API/ABI, in the 0.5.0 timeframe most likely,
we will start using soversions as recommended in the libtool docs.  Then
we have to pay more attention to forward and backwards compatiblity, or
rather, we have to *start* paying attention <g>

22 years agogoind down again
Thomas Vander Stichele [Thu, 31 Jan 2002 23:19:18 +0000 (23:19 +0000)]
goind down again

Original commit message from CVS:
goind down again

22 years agoUpdate libtool lib version
David I. Lehn [Thu, 31 Jan 2002 23:11:03 +0000 (23:11 +0000)]
Update libtool lib version

Original commit message from CVS:
Update libtool lib version

22 years agorelease version
Thomas Vander Stichele [Thu, 31 Jan 2002 22:43:42 +0000 (22:43 +0000)]
release version

Original commit message from CVS:
release version

22 years agoremove elements from the tests for now
Thomas Vander Stichele [Thu, 31 Jan 2002 22:42:52 +0000 (22:42 +0000)]
remove elements from the tests for now

Original commit message from CVS:
remove elements from the tests for now

22 years agoelements test dir
Thomas Vander Stichele [Thu, 31 Jan 2002 22:33:22 +0000 (22:33 +0000)]
elements test dir

Original commit message from CVS:
elements test dir

22 years agoadding release notes to dist
Thomas Vander Stichele [Thu, 31 Jan 2002 22:27:04 +0000 (22:27 +0000)]
adding release notes to dist

Original commit message from CVS:
adding release notes to dist

22 years agocodename is in release notes, let's leave it there
Thomas Vander Stichele [Thu, 31 Jan 2002 22:26:03 +0000 (22:26 +0000)]
codename is in release notes, let's leave it there

Original commit message from CVS:
codename is in release notes, let's leave it there

22 years agorelease notes
Thomas Vander Stichele [Thu, 31 Jan 2002 22:23:46 +0000 (22:23 +0000)]
release notes

Original commit message from CVS:
release notes

22 years agoadded codename
Thomas Vander Stichele [Thu, 31 Jan 2002 22:02:26 +0000 (22:02 +0000)]
added codename

Original commit message from CVS:
added codename

22 years agoAllow new headers to be written - or we will never create valid second files for...
Ronald S. Bultje [Thu, 31 Jan 2002 21:03:39 +0000 (21:03 +0000)]
Allow new headers to be written - or we will never create valid second files for avimux

Original commit message from CVS:
Allow new headers to be written - or we will never create valid second files for avimux

22 years agoAllow multiple files to be created with disksink and integrate a new event for that
Ronald S. Bultje [Thu, 31 Jan 2002 15:38:04 +0000 (15:38 +0000)]
Allow multiple files to be created with disksink and integrate a new event for that

Original commit message from CVS:
Allow multiple files to be created with disksink and integrate a new event for that

22 years agoupdate libxml depenecy to libxml2
Christian Schaller [Thu, 31 Jan 2002 15:25:46 +0000 (15:25 +0000)]
update libxml depenecy to libxml2

Original commit message from CVS:
update libxml depenecy to libxml2

22 years agotee test too bad it fails at creating
Thomas Vander Stichele [Thu, 31 Jan 2002 12:17:46 +0000 (12:17 +0000)]
tee test too bad it fails at creating

Original commit message from CVS:
tee test
too bad it fails at creating

22 years agoUpdated to use gst-launch instead of gstreamer-launch and mad instead of mpg123
Martin Enlund [Thu, 31 Jan 2002 09:08:30 +0000 (09:08 +0000)]
Updated to use gst-launch instead of gstreamer-launch and mad instead of mpg123

Original commit message from CVS:
Updated to use gst-launch instead of gstreamer-launch and mad instead of mpg123

22 years ago- plugins are built without versioning info /Uraeus claims: plugins/; if not plugins...
Wrobell [Wed, 30 Jan 2002 23:49:06 +0000 (23:49 +0000)]
- plugins are built without versioning info /Uraeus claims: plugins/; if not plugins why this is built as lib*.so.0.0.0?

Original commit message from CVS:
- plugins are built without versioning info /Uraeus claims: plugins/;
if not plugins why this is built as lib*.so.0.0.0?

22 years agoprerelease
Thomas Vander Stichele [Wed, 30 Jan 2002 23:38:04 +0000 (23:38 +0000)]
prerelease

Original commit message from CVS:
prerelease

22 years ago- use aclocal -I option instead of cat
Wrobell [Wed, 30 Jan 2002 23:09:26 +0000 (23:09 +0000)]
- use aclocal -I option instead of cat

Original commit message from CVS:
- use aclocal -I option instead of cat

22 years agoAdding the SPIDER to the specfile, all hail Loth
Christian Schaller [Wed, 30 Jan 2002 22:13:52 +0000 (22:13 +0000)]
Adding the SPIDER to the specfile, all hail Loth

Original commit message from CVS:
Adding the SPIDER to the specfile, all hail Loth

22 years agofix segfault when pushing events twice
Benjamin Otte [Wed, 30 Jan 2002 21:54:06 +0000 (21:54 +0000)]
fix segfault when pushing events twice

Original commit message from CVS:
fix segfault when pushing events twice

22 years agotrying to fall back to glib1 when glib2 isn't there
Thomas Vander Stichele [Wed, 30 Jan 2002 17:27:46 +0000 (17:27 +0000)]
trying to fall back to glib1 when glib2 isn't there

Original commit message from CVS:
trying to fall back to glib1 when glib2 isn't there

22 years agofall back to glib1 when no glib2 found
Thomas Vander Stichele [Wed, 30 Jan 2002 17:27:01 +0000 (17:27 +0000)]
fall back to glib1 when no glib2 found

Original commit message from CVS:
fall back to glib1 when no glib2 found

22 years agoremoving versioning please check ;)
Thomas Vander Stichele [Wed, 30 Jan 2002 10:15:26 +0000 (10:15 +0000)]
removing versioning please check ;)

Original commit message from CVS:
removing versioning
please check ;)

22 years agocvs versioning
Thomas Vander Stichele [Wed, 30 Jan 2002 10:08:53 +0000 (10:08 +0000)]
cvs versioning

Original commit message from CVS:
cvs versioning

22 years agoadded event proposal - probably a bit long, you may shorten it, if you can.
Benjamin Otte [Tue, 29 Jan 2002 23:48:08 +0000 (23:48 +0000)]
added event proposal - probably a bit long, you may shorten it, if you can.

Original commit message from CVS:
added event proposal - probably a bit long, you may shorten it, if you can.

22 years agodude, use glib swap functions
Benjamin Otte [Tue, 29 Jan 2002 20:42:18 +0000 (20:42 +0000)]
dude, use glib swap functions

Original commit message from CVS:
dude, use glib swap functions

22 years agoinclusion of GstMD5Sink
Benjamin Otte [Tue, 29 Jan 2002 20:06:07 +0000 (20:06 +0000)]
inclusion of GstMD5Sink

Original commit message from CVS:
inclusion of GstMD5Sink

22 years agofirst stab at some ideas for 0.4.0
Thomas Vander Stichele [Tue, 29 Jan 2002 16:41:44 +0000 (16:41 +0000)]
first stab at some ideas for 0.4.0

Original commit message from CVS:
first stab at some ideas for 0.4.0

22 years ago... and this one fixes make distcheck for glib2 builds
Thomas Vander Stichele [Tue, 29 Jan 2002 12:08:42 +0000 (12:08 +0000)]
... and this one fixes make distcheck for glib2 builds

Original commit message from CVS:
... and this one fixes make distcheck for glib2 builds

22 years agothis fixes the marshal thingy
Thomas Vander Stichele [Tue, 29 Jan 2002 11:17:44 +0000 (11:17 +0000)]
this fixes the marshal thingy

Original commit message from CVS:
this fixes the marshal thingy

22 years agofixed a number of bugs, added support for cothread-private data and functions of...
Andy Wingo [Tue, 29 Jan 2002 05:49:57 +0000 (05:49 +0000)]
fixed a number of bugs, added support for cothread-private data and functions of the form void (*func) (int argc, voi...

Original commit message from CVS:
fixed a number of bugs, added support for cothread-private data and
functions of the form void (*func) (int argc, void **argv)

the test app demonstrates the thread-safety of the cothreads lib

this is shaping up to be pretty solid.

22 years agotrying to fix some of the issues here
Thomas Vander Stichele [Mon, 28 Jan 2002 17:14:41 +0000 (17:14 +0000)]
trying to fix some of the issues here

Original commit message from CVS:
trying to fix some of the issues here

22 years agoit works, yo
Andy Wingo [Mon, 28 Jan 2002 01:56:17 +0000 (01:56 +0000)]
it works, yo

Original commit message from CVS:
it works, yo

22 years agoinitial import of the spider autoplugger - not to self: Makefile changes must be...
Benjamin Otte [Mon, 28 Jan 2002 01:48:34 +0000 (01:48 +0000)]
initial import of the spider autoplugger - not to self: Makefile changes must be committed, too

Original commit message from CVS:
initial import of the spider autoplugger - not to self: Makefile changes must be committed, too

22 years agoinitial import of the spider autoplugger
Benjamin Otte [Mon, 28 Jan 2002 01:47:31 +0000 (01:47 +0000)]
initial import of the spider autoplugger

Original commit message from CVS:
initial import of the spider autoplugger

22 years agoremoved acinclude.m4
Andy Wingo [Mon, 28 Jan 2002 01:32:02 +0000 (01:32 +0000)]
removed acinclude.m4

Original commit message from CVS:
removed acinclude.m4

22 years agothe cothreads library now builds, but it's untested the public api is in cothreads.h
Andy Wingo [Mon, 28 Jan 2002 01:29:10 +0000 (01:29 +0000)]
the cothreads library now builds, but it's untested the public api is in cothreads.h

Original commit message from CVS:
the cothreads library now builds, but it's untested
the public api is in cothreads.h

22 years agoadd API to make life easier
Benjamin Otte [Mon, 28 Jan 2002 00:51:39 +0000 (00:51 +0000)]
add API to make life easier

Original commit message from CVS:
add API to make life easier

22 years agofix SEGV when connecting chains during an iteration
Benjamin Otte [Mon, 28 Jan 2002 00:40:11 +0000 (00:40 +0000)]
fix SEGV when connecting chains during an iteration

Original commit message from CVS:
fix SEGV when connecting chains during an iteration

22 years agoCurrent ideas for a global clocking mechanism.
Wim Taymans [Sun, 27 Jan 2002 23:36:38 +0000 (23:36 +0000)]
Current ideas for a global clocking mechanism.

Original commit message from CVS:
Current ideas for a global clocking mechanism.

22 years agofix bug in _dispose of element/pads
Benjamin Otte [Sun, 27 Jan 2002 22:35:08 +0000 (22:35 +0000)]
fix bug in _dispose of element/pads

Original commit message from CVS:
fix bug in _dispose of element/pads

22 years agomake the test have output
Benjamin Otte [Sun, 27 Jan 2002 22:10:10 +0000 (22:10 +0000)]
make the test have output

Original commit message from CVS:
make the test have output

22 years agoa couple of fixen
Andy Wingo [Sun, 27 Jan 2002 20:11:58 +0000 (20:11 +0000)]
a couple of fixen

Original commit message from CVS:
a couple of fixen

22 years agoa first pass at cleaning up the configure stuff new cothread library started, some...
Andy Wingo [Sun, 27 Jan 2002 20:03:54 +0000 (20:03 +0000)]
a first pass at cleaning up the configure stuff new cothread library started, some experimental stack allocation code...

Original commit message from CVS:
* a first pass at cleaning up the configure stuff
* new cothread library started, some experimental stack allocation code is in place

22 years agoUse a core element (tee) for this testcase
Wim Taymans [Sun, 27 Jan 2002 19:29:57 +0000 (19:29 +0000)]
Use a core element (tee) for this testcase

Original commit message from CVS:
Use a core element (tee) for this testcase

22 years agoAdded another testcase.
Wim Taymans [Sun, 27 Jan 2002 19:24:23 +0000 (19:24 +0000)]
Added another testcase.

Original commit message from CVS:
Added another testcase.

22 years agoFix padtemplate being unreffed twice on glib2
Wim Taymans [Sun, 27 Jan 2002 19:21:05 +0000 (19:21 +0000)]
Fix padtemplate being unreffed twice on glib2

Original commit message from CVS:
Fix padtemplate being unreffed twice on glib2

22 years agoadded -Wall to GST_INT_CFLAGS
Andy Wingo [Sun, 27 Jan 2002 19:08:38 +0000 (19:08 +0000)]
added -Wall to GST_INT_CFLAGS

Original commit message from CVS:
added -Wall to GST_INT_CFLAGS