platform/upstream/gstreamer.git
22 years ago- Make inspect show the event masks, formats and qupported query types.
Wim Taymans [Wed, 24 Jul 2002 21:13:30 +0000 (21:13 +0000)]
- Make inspect show the event masks, formats and qupported query types.

Original commit message from CVS:
- Make inspect show the event masks, formats and qupported query types.
- convert enum values to something readable in -launch

22 years agoDon't try to pull on disabled pads in the scheduler
Wim Taymans [Wed, 24 Jul 2002 21:09:46 +0000 (21:09 +0000)]
Don't try to pull on disabled pads in the scheduler

Original commit message from CVS:
Don't try to pull on disabled pads in the scheduler

22 years ago- Implemented seekmasks, query types and formats in various plugins
Wim Taymans [Wed, 24 Jul 2002 21:08:43 +0000 (21:08 +0000)]
- Implemented seekmasks, query types and formats in various plugins

Original commit message from CVS:
- Implemented seekmasks, query types and formats in various plugins
- use GST_PAD_IS_USABLE if possible

22 years ago- More element API docs.
Wim Taymans [Wed, 24 Jul 2002 21:06:17 +0000 (21:06 +0000)]
- More element API docs.

Original commit message from CVS:
- More element API docs.
- more nego changes for READY->PAUSED

22 years ago- some pad.h reorg, better grouping of function
Wim Taymans [Wed, 24 Jul 2002 21:04:50 +0000 (21:04 +0000)]
- some pad.h reorg, better grouping of function

Original commit message from CVS:
- some pad.h reorg, better grouping of function
- added methods and default implementations to get supported formats,
seek methods/flags and query types.
- implemented pad activation/disabling
- start negotiation in the READY->PAUSED state
- added GST_PAD_IS_USABLE (better name?) to check if a pad can be used
for data transport (check if connected and peerpad is active)
- added query for segment end

22 years agoAdded parent_unset signal to gstobject for completeness
Wim Taymans [Wed, 24 Jul 2002 20:42:13 +0000 (20:42 +0000)]
Added parent_unset signal to gstobject for completeness

Original commit message from CVS:
Added parent_unset signal to gstobject for completeness

22 years ago- added GstEventMask to specify event masks (next set of commits)
Wim Taymans [Wed, 24 Jul 2002 20:41:08 +0000 (20:41 +0000)]
- added GstEventMask to specify event masks (next set of commits)

Original commit message from CVS:
- added GstEventMask to specify event masks (next set of commits)
- use flags for seek methods (for use in masks)
- removed #if 0 from gstmemchunk.h

22 years agoRemoved gst_bin_change_state_type it doesn't work and the concept is outdated, we...
Wim Taymans [Wed, 24 Jul 2002 20:37:09 +0000 (20:37 +0000)]
Removed gst_bin_change_state_type it doesn't work and the concept is outdated, we'll find something better soon..

Original commit message from CVS:
Removed gst_bin_change_state_type it doesn't work and the concept is
outdated, we'll find something better soon..

22 years agoFixed the missing .h file and some reorg (not sure what's best)
Wim Taymans [Wed, 24 Jul 2002 20:20:50 +0000 (20:20 +0000)]
Fixed the missing .h file and some reorg (not sure what's best)

Original commit message from CVS:
Fixed the missing .h file and some reorg (not sure what's best)

22 years agoDocumentation updates
Wim Taymans [Wed, 24 Jul 2002 19:46:42 +0000 (19:46 +0000)]
Documentation updates

Original commit message from CVS:
Documentation updates

22 years agoadd default bufferpool, clean up some code, add bufferpool testing to fakesrc
Andy Wingo [Wed, 24 Jul 2002 18:31:12 +0000 (18:31 +0000)]
add default bufferpool, clean up some code, add bufferpool testing to fakesrc

Original commit message from CVS:
add default bufferpool, clean up some code, add bufferpool testing to fakesrc

22 years agostart of list of example features (and matching plug-ins later on)
Thomas Vander Stichele [Mon, 15 Jul 2002 23:12:02 +0000 (23:12 +0000)]
start of list of example features (and matching plug-ins later on)

Original commit message from CVS:
start of list of example features (and matching plug-ins later on)

22 years ago- Documentation updates, renamed some _ methods because gtkdoc didn't want to generat...
Wim Taymans [Sat, 13 Jul 2002 23:12:22 +0000 (23:12 +0000)]
- Documentation updates, renamed some _ methods because gtkdoc didn't want to generate docs for them.

Original commit message from CVS:
- Documentation updates, renamed some _ methods because gtkdoc didn't
want to generate docs for them.
- Add some more events for future use.

22 years agoMake sizeof(GstBuffer) independent of config.h and HAVE_ATOMIC_H. This still needs...
Wim Taymans [Sat, 13 Jul 2002 23:08:04 +0000 (23:08 +0000)]
Make sizeof(GstBuffer) independent of config.h and HAVE_ATOMIC_H. This still needs a more fundamental solution though.

Original commit message from CVS:
Make sizeof(GstBuffer) independent of config.h and HAVE_ATOMIC_H. This still
needs a more fundamental solution though.

22 years agoSmall documentation updates
Wim Taymans [Sat, 13 Jul 2002 23:05:46 +0000 (23:05 +0000)]
Small documentation updates

Original commit message from CVS:
Small documentation updates

22 years agoAPI docs updates
Wim Taymans [Fri, 12 Jul 2002 23:21:20 +0000 (23:21 +0000)]
API docs updates

Original commit message from CVS:
API docs updates

22 years agobe more lenient when loading unconnected pads
Andy Wingo [Fri, 12 Jul 2002 19:13:19 +0000 (19:13 +0000)]
be more lenient when loading unconnected pads

Original commit message from CVS:
be more lenient when loading unconnected pads

22 years agoShort doc about state changes and actions associated with each state change.
Wim Taymans [Fri, 12 Jul 2002 15:39:18 +0000 (15:39 +0000)]
Short doc about state changes and actions associated with each state change.

Original commit message from CVS:
Short doc about state changes and actions associated with each state change.

22 years agoMakefile.am portability fix better error handling, this solves the g_error_free asser...
Thomas Vander Stichele [Fri, 12 Jul 2002 14:14:30 +0000 (14:14 +0000)]
Makefile.am portability fix better error handling, this solves the g_error_free assert error some people had

Original commit message from CVS:
Makefile.am portability fix
better error handling, this solves the g_error_free assert error some people
had

22 years agoadded gst-launch grammar reference
Andy Wingo [Fri, 12 Jul 2002 06:48:32 +0000 (06:48 +0000)]
added gst-launch grammar reference

Original commit message from CVS:
added gst-launch grammar reference

22 years agolioux's virtual patch
Thomas Vander Stichele [Thu, 11 Jul 2002 21:38:23 +0000 (21:38 +0000)]
lioux's virtual patch

Original commit message from CVS:
lioux's virtual patch

22 years agoI'm too lazy to comment this
Thomas Vander Stichele [Thu, 11 Jul 2002 21:22:55 +0000 (21:22 +0000)]
I'm too lazy to comment this

Original commit message from CVS:
combined patch by me and lioux@FreeBSD.org

22 years agoAdded PAD_DISABLED to the TODO list
Wim Taymans [Thu, 11 Jul 2002 21:10:44 +0000 (21:10 +0000)]
Added PAD_DISABLED to the TODO list

Original commit message from CVS:
Added PAD_DISABLED to the TODO list

22 years agoadded updated tex limits for dbian systems
Andy Wingo [Thu, 11 Jul 2002 19:43:32 +0000 (19:43 +0000)]
added updated tex limits for dbian systems

Original commit message from CVS:
added updated tex limits for dbian systems

22 years agodoc fixen
Andy Wingo [Thu, 11 Jul 2002 19:40:06 +0000 (19:40 +0000)]
doc fixen

Original commit message from CVS:
doc fixen

22 years agoUse docbook xsl version 1.50.0 until libxslt can handle 1.51.0 and above
Andy Wingo [Thu, 11 Jul 2002 16:30:59 +0000 (16:30 +0000)]
Use docbook xsl version 1.50.0 until libxslt can handle 1.51.0 and above

Original commit message from CVS:
Use docbook xsl version 1.50.0 until libxslt can handle 1.51.0 and above

22 years agobetter problem checking
Thomas Vander Stichele [Thu, 11 Jul 2002 15:13:09 +0000 (15:13 +0000)]
better problem checking

Original commit message from CVS:
better problem checking

22 years agoAttempt to write a good TODO list
Wim Taymans [Thu, 11 Jul 2002 14:18:31 +0000 (14:18 +0000)]
Attempt to write a good TODO list

Original commit message from CVS:
Attempt to write a good TODO list

22 years agoFix GstBufferFlag so it's really an enum typedef, not a declaration.
David Schleef [Wed, 10 Jul 2002 18:16:44 +0000 (18:16 +0000)]
Fix GstBufferFlag so it's really an enum typedef, not a declaration.

Original commit message from CVS:
Fix GstBufferFlag so it's really an enum typedef, not a declaration.

22 years agoadded configure check for POPT_TABLEEND
Thomas Vander Stichele [Wed, 10 Jul 2002 10:42:04 +0000 (10:42 +0000)]
added configure check for POPT_TABLEEND

Original commit message from CVS:
added configure check for POPT_TABLEEND

22 years agorevert wingo's patch since it breaks add AM_MAINTAINER_MODE to configure.ac since...
Thomas Vander Stichele [Tue, 9 Jul 2002 21:30:20 +0000 (21:30 +0000)]
revert wingo's patch since it breaks add AM_MAINTAINER_MODE to configure.ac since that adds the option to configure

Original commit message from CVS:
revert wingo's patch since it breaks
add AM_MAINTAINER_MODE to configure.ac since that adds the option to configure

22 years agothe percent sign is now valid XML
Andy Wingo [Tue, 9 Jul 2002 18:43:13 +0000 (18:43 +0000)]
the percent sign is now valid XML

Original commit message from CVS:
the percent sign is now valid XML

22 years agoremove AM_MAINTAINER_MODE from the main configure.ac
Andy Wingo [Tue, 9 Jul 2002 17:44:22 +0000 (17:44 +0000)]
remove AM_MAINTAINER_MODE from the main configure.ac

Original commit message from CVS:
remove AM_MAINTAINER_MODE from the main configure.ac

22 years agoFix the g_mutex_free in the fallback case
Wim Taymans [Tue, 9 Jul 2002 15:45:14 +0000 (15:45 +0000)]
Fix the g_mutex_free in the fallback case

Original commit message from CVS:
Fix the g_mutex_free in the fallback case

22 years agooops fix
Thomas Vander Stichele [Tue, 9 Jul 2002 11:08:01 +0000 (11:08 +0000)]
oops fix

Original commit message from CVS:
oops fix

22 years agomerge from BRANCH-RELEASE-0_4_0
Thomas Vander Stichele [Tue, 9 Jul 2002 10:27:22 +0000 (10:27 +0000)]
merge from BRANCH-RELEASE-0_4_0

Original commit message from CVS:
merge from BRANCH-RELEASE-0_4_0

22 years agoRemove bufspeed test
Wim Taymans [Mon, 8 Jul 2002 19:25:07 +0000 (19:25 +0000)]
Remove bufspeed test

Original commit message from CVS:
Remove bufspeed test

22 years agoAlso print event stats on exit.
Wim Taymans [Mon, 8 Jul 2002 19:23:59 +0000 (19:23 +0000)]
Also print event stats on exit.

Original commit message from CVS:
Also print event stats on exit.

22 years agoMake the old testcase compile again
Wim Taymans [Mon, 8 Jul 2002 19:23:21 +0000 (19:23 +0000)]
Make the old testcase compile again

Original commit message from CVS:
Make the old testcase compile again

22 years agounref event instead of freeing it
Wim Taymans [Mon, 8 Jul 2002 19:22:41 +0000 (19:22 +0000)]
unref event instead of freeing it

Original commit message from CVS:
unref event instead of freeing it

22 years ago- Removed bufferpool code and move that to gstbuffer.c
Wim Taymans [Mon, 8 Jul 2002 19:22:02 +0000 (19:22 +0000)]
- Removed bufferpool code and move that to gstbuffer.c

Original commit message from CVS:
- Removed bufferpool code and move that to gstbuffer.c
- implemented refcounting on GstData
- implemented new buffer code based on Company's work in the EVENTS2 branch
- added boxed types for GstData/GstEvent/GstBuffer/GstBufferPool
- added refcounting to bufferpools and events
- use lockfree allocation for buffers
- simplified the clock, use lockfree allocation
- use GQueue in GstQueue for faster access to the tail element
- update core plugins to the new event API

22 years ago- Added a bunch of fast atomic operations on x86 with C fallbacks
Wim Taymans [Mon, 8 Jul 2002 19:12:38 +0000 (19:12 +0000)]
- Added a bunch of fast atomic operations on x86 with C fallbacks

Original commit message from CVS:
- Added a bunch of fast atomic operations on x86 with C fallbacks
- Added the code for refcounting in GstData
- Added a gstmemchunk allocator using atomic operations

22 years agoThis one removes the unused code..
Wim Taymans [Mon, 8 Jul 2002 19:10:11 +0000 (19:10 +0000)]
This one removes the unused code..

Original commit message from CVS:
This one removes the unused code..

22 years ago- Removed unused locking from the cothreads
Wim Taymans [Mon, 8 Jul 2002 19:07:30 +0000 (19:07 +0000)]
- Removed unused locking from the cothreads

Original commit message from CVS:
- Removed unused locking from the cothreads
- use G_*_DECLS in .h files
- remove gstlog.h include from gstobject.h, add to .c files
- removed unused refcounting code from gstobject
- small fixes in #includes
- Added Scheduling policy and priority properties to gstthread so that
SCHED_FIFO and SCHED_RR threads can be constructed.

22 years agoif you can't write to the registry (ie it is root-owned and you are user) and it...
Andy Wingo [Fri, 5 Jul 2002 16:18:18 +0000 (16:18 +0000)]
if you can't write to the registry (ie it is root-owned and you are user) and it is out of date, just ignore it; plug...

Original commit message from CVS:
if you can't write to the registry (ie it is root-owned and you are user) and it
is out of date, just ignore it; plugin state will get written to the user reg

22 years agomove to gst-plugins
David I. Lehn [Thu, 4 Jul 2002 19:29:19 +0000 (19:29 +0000)]
move to gst-plugins

Original commit message from CVS:
move to gst-plugins

22 years agoadd devel to dist
David I. Lehn [Thu, 4 Jul 2002 19:28:47 +0000 (19:28 +0000)]
add devel to dist

Original commit message from CVS:
add devel to dist

22 years agofix segfault
Andy Wingo [Thu, 4 Jul 2002 16:03:48 +0000 (16:03 +0000)]
fix segfault

Original commit message from CVS:
fix segfault

22 years agoadded ortp info
Christian Schaller [Thu, 4 Jul 2002 10:31:31 +0000 (10:31 +0000)]
added ortp info

Original commit message from CVS:
added ortp info

22 years agoSet the scheduler to NULL in all cases.
Wim Taymans [Tue, 2 Jul 2002 18:42:00 +0000 (18:42 +0000)]
Set the scheduler to NULL in all cases.

Original commit message from CVS:
Set the scheduler to NULL in all cases.

22 years agocommented out gstreamer-gstpad-template.html as it doesn't exist
Christian Schaller [Tue, 2 Jul 2002 14:11:45 +0000 (14:11 +0000)]
commented out  gstreamer-gstpad-template.html as it doesn't exist

Original commit message from CVS:
commented out  gstreamer-gstpad-template.html as it doesn't exist

22 years agoignore generated enumtypes files.
David I. Lehn [Tue, 2 Jul 2002 13:38:01 +0000 (13:38 +0000)]
ignore generated enumtypes files.

Original commit message from CVS:
ignore generated enumtypes files.

22 years agoadd back gstenumtypes.h
David I. Lehn [Tue, 2 Jul 2002 13:37:28 +0000 (13:37 +0000)]
add back gstenumtypes.h

Original commit message from CVS:
add back gstenumtypes.h

22 years agoback to hack
Thomas Vander Stichele [Mon, 1 Jul 2002 15:54:26 +0000 (15:54 +0000)]
back to hack

Original commit message from CVS:
back to hack

22 years agofor better or worse, make distcheck now passes again BRANCH-RELEASE-0_4_0-ROOT
Thomas Vander Stichele [Mon, 1 Jul 2002 13:02:03 +0000 (13:02 +0000)]
for better or worse, make distcheck now passes again

Original commit message from CVS:
for better or worse, make distcheck now passes again

22 years agofake fails on a make distcheck
Thomas Vander Stichele [Mon, 1 Jul 2002 12:09:20 +0000 (12:09 +0000)]
fake fails on a make distcheck

Original commit message from CVS:
fake fails on a make distcheck

22 years agodist fixes
Thomas Vander Stichele [Mon, 1 Jul 2002 12:08:22 +0000 (12:08 +0000)]
dist fixes

Original commit message from CVS:
dist fixes

22 years agofixing tests
Thomas Vander Stichele [Mon, 1 Jul 2002 10:41:39 +0000 (10:41 +0000)]
fixing tests

Original commit message from CVS:
fixing tests

22 years agoidentify failing tests
Thomas Vander Stichele [Mon, 1 Jul 2002 09:57:10 +0000 (09:57 +0000)]
identify failing tests

Original commit message from CVS:
identify failing tests

22 years agocommented out the munmap stuff again
Christian Schaller [Sat, 29 Jun 2002 16:26:47 +0000 (16:26 +0000)]
commented out the munmap stuff again

Original commit message from CVS:
commented out the munmap stuff again

22 years agomore protective programming cothread 0 cleans up higher cothreads if they're still...
Thomas Vander Stichele [Fri, 28 Jun 2002 10:58:05 +0000 (10:58 +0000)]
more protective programming cothread 0 cleans up higher cothreads if they're still around use a magic number to prote...

Original commit message from CVS:
more protective programming
cothread 0 cleans up higher cothreads if they're still around
use a magic number to protect against mem corruption in the struct
flames welcome

22 years agofree stack properly s/prefered/preferred/
Andy Wingo [Thu, 27 Jun 2002 23:55:27 +0000 (23:55 +0000)]
free stack properly s/prefered/preferred/

Original commit message from CVS:
* free stack properly
* s/prefered/preferred/

22 years agono newlines
Thomas Vander Stichele [Thu, 27 Jun 2002 22:24:36 +0000 (22:24 +0000)]
no newlines

Original commit message from CVS:
no newlines

22 years agono newlines
Thomas Vander Stichele [Thu, 27 Jun 2002 22:23:51 +0000 (22:23 +0000)]
no newlines

Original commit message from CVS:
no newlines

22 years agofix a debug segfault
Thomas Vander Stichele [Thu, 27 Jun 2002 22:22:42 +0000 (22:22 +0000)]
fix a debug segfault

Original commit message from CVS:
fix a debug segfault

22 years agook, my latest added error checking and stuff this reverts uraeus's patch but should...
Thomas Vander Stichele [Thu, 27 Jun 2002 22:17:17 +0000 (22:17 +0000)]
ok, my latest added error checking and stuff this reverts uraeus's patch but should tell us what goes wrong with munmap

Original commit message from CVS:
ok, my latest added error checking and stuff
this reverts uraeus's patch but should tell us what goes wrong with munmap

22 years agoFixes suggested by thomasvs to get rhythmbox working with basic threads
Christian Schaller [Thu, 27 Jun 2002 21:35:56 +0000 (21:35 +0000)]
Fixes suggested by thomasvs to get rhythmbox working with basic threads

Original commit message from CVS:
Fixes suggested by thomasvs to get rhythmbox working with basic threads

- int res;
+ int res = 0;

-  res = munmap ((void *) thread, COTHREAD_STACKSIZE);
+/*    res = munmap ((void *) thread, COTHREAD_STACKSIZE); */

22 years agosome debug info remove the preventive munmap reinstate the other munmap for cothread...
Thomas Vander Stichele [Thu, 27 Jun 2002 15:52:13 +0000 (15:52 +0000)]
some debug info remove the preventive munmap reinstate the other munmap for cothread stocks which really should be th...

Original commit message from CVS:
some debug info
remove the preventive munmap
reinstate the other munmap for cothread stocks which really should be there IMO

22 years agoback to basics
Thomas Vander Stichele [Thu, 27 Jun 2002 11:34:37 +0000 (11:34 +0000)]
back to basics

Original commit message from CVS:
back to basics

22 years agook, this seems to be the right fix for the basic scheduler.
Thomas Vander Stichele [Wed, 26 Jun 2002 08:22:17 +0000 (08:22 +0000)]
ok, this seems to be the right fix for the basic scheduler.

Original commit message from CVS:
ok, this seems to be the right fix for the basic scheduler.
I'd appreciate it if :
a) someone looks over these minimal changes and tells me if they're done
in the right way (especially the alignment argument ;))
b) others run lots of pipes with basic and tell me if they still have
issues
If all goes well I want to revert to the basic scheduler and do a release

22 years agohahaha
Thomas Vander Stichele [Tue, 25 Jun 2002 12:09:32 +0000 (12:09 +0000)]
hahaha

Original commit message from CVS:
hahaha

22 years agoblind flying adding more debug output cleaning up according to man pages
Thomas Vander Stichele [Tue, 25 Jun 2002 12:08:10 +0000 (12:08 +0000)]
blind flying adding more debug output cleaning up according to man pages

Original commit message from CVS:
blind flying
adding more debug output
cleaning up according to man pages

22 years agoThis makes more sense and solves the locking problem when a loop based element is...
Wim Taymans [Sun, 23 Jun 2002 12:50:12 +0000 (12:50 +0000)]
This makes more sense and solves the locking problem when a loop based element is selected as the entry point.

Original commit message from CVS:
This makes more sense and solves the locking problem when a loop based
element is selected as the entry point.

22 years agoUse new method to check for availability of threads
Wim Taymans [Sun, 23 Jun 2002 12:43:45 +0000 (12:43 +0000)]
Use new method to check for availability of threads

Original commit message from CVS:
Use new method to check for availability of threads

22 years agoSmall cleanups
Wim Taymans [Sun, 23 Jun 2002 12:42:52 +0000 (12:42 +0000)]
Small cleanups

Original commit message from CVS:
Small cleanups

22 years agoOr not..
Wim Taymans [Sun, 23 Jun 2002 12:42:01 +0000 (12:42 +0000)]
Or not..

Original commit message from CVS:
Or not..

22 years agoUnlock an element even if it was a loop based one
Wim Taymans [Sun, 23 Jun 2002 12:21:50 +0000 (12:21 +0000)]
Unlock an element even if it was a loop based one

Original commit message from CVS:
Unlock an element even if it was a loop based one

22 years agoimplement _destroy, and fix some bugs changing songs in the player doesn't work now...
Andy Wingo [Sun, 23 Jun 2002 04:31:45 +0000 (04:31 +0000)]
implement _destroy, and fix some bugs changing songs in the player doesn't work now, i don't know why yet

Original commit message from CVS:
implement _destroy, and fix some bugs

changing songs in the player doesn't work now, i don't know why yet

22 years agoas promised, the header changes and some of wingo's virtual fixes as well by accident
Thomas Vander Stichele [Sat, 22 Jun 2002 23:17:44 +0000 (23:17 +0000)]
as promised, the header changes and some of wingo's virtual fixes as well by accident

Original commit message from CVS:
as promised, the header changes
and some of wingo's virtual fixes as well by accident

22 years agoadd getters for values
Steve Baker [Sat, 22 Jun 2002 13:23:59 +0000 (13:23 +0000)]
add getters for values

Original commit message from CVS:
add getters for values

22 years agoadd color to debug
Christian Schaller [Sat, 22 Jun 2002 10:07:45 +0000 (10:07 +0000)]
add color to debug

Original commit message from CVS:
add color to debug

22 years agoDon't seek past the end of the file
Wim Taymans [Sat, 22 Jun 2002 09:23:40 +0000 (09:23 +0000)]
Don't seek past the end of the file

Original commit message from CVS:
Don't seek past the end of the file
Fix a bug where the mapend was incorrectly calculated when we read past
the end of the file.

22 years agoAdded a runtime option to use a dummy threading implementation that uses
Wim Taymans [Fri, 21 Jun 2002 14:50:00 +0000 (14:50 +0000)]
Added a runtime option to use a dummy threading implementation that uses

Original commit message from CVS:
Added a runtime option to use a dummy threading implementation that uses
NOPs for all synchronisation and threading operations.

22 years agocleanups
Andy Wingo [Fri, 21 Jun 2002 14:35:45 +0000 (14:35 +0000)]
cleanups

Original commit message from CVS:
cleanups

22 years agoPass some required params to cothreads_init
Wim Taymans [Fri, 21 Jun 2002 08:00:13 +0000 (08:00 +0000)]
Pass some required params to cothreads_init

Original commit message from CVS:
Pass some required params to cothreads_init

22 years agoAdded _get_prefered_stack to the scheduler
Wim Taymans [Wed, 19 Jun 2002 18:13:28 +0000 (18:13 +0000)]
Added _get_prefered_stack to the scheduler

Original commit message from CVS:
Added _get_prefered_stack to the scheduler

22 years agois make distcheck that much to ask ?
Thomas Vander Stichele [Tue, 18 Jun 2002 09:00:23 +0000 (09:00 +0000)]
is make distcheck that much to ask ?

Original commit message from CVS:
is make distcheck that much to ask ?

22 years agoAdded cothread context stress test (that fails)
Wim Taymans [Mon, 17 Jun 2002 20:35:22 +0000 (20:35 +0000)]
Added cothread context stress test (that fails)

Original commit message from CVS:
Added cothread context stress test (that fails)

22 years agoAllocate a few more bytes as gmarkup reads past the end of the allocated buffer
Wim Taymans [Mon, 17 Jun 2002 19:23:05 +0000 (19:23 +0000)]
Allocate a few more bytes as gmarkup reads past the end of the allocated buffer

Original commit message from CVS:
Allocate a few more bytes as gmarkup reads past the end of the
allocated buffer

22 years agoOnly revert the state of the failed element
Wim Taymans [Mon, 17 Jun 2002 16:00:10 +0000 (16:00 +0000)]
Only revert the state of the failed element

Original commit message from CVS:
Only revert the state of the failed element

22 years agoremoved my gst-launch-ext manpage as I discovered it is already part of gst-plugins
Christian Schaller [Mon, 17 Jun 2002 11:32:34 +0000 (11:32 +0000)]
removed my gst-launch-ext manpage as I discovered it is already part of gst-plugins

Original commit message from CVS:
removed my gst-launch-ext manpage as I discovered it is already part of gst-plugins

22 years agoadded manpage for gst-launch-ext to spec file
Christian Schaller [Mon, 17 Jun 2002 10:32:52 +0000 (10:32 +0000)]
added manpage for gst-launch-ext to spec file

Original commit message from CVS:
added manpage for gst-launch-ext to spec file

22 years agoadd gst-launch-ext manpage to build
Christian Schaller [Mon, 17 Jun 2002 10:22:43 +0000 (10:22 +0000)]
add gst-launch-ext manpage to build

Original commit message from CVS:
add gst-launch-ext manpage to build

22 years agofixes
Thomas Vander Stichele [Mon, 17 Jun 2002 09:23:34 +0000 (09:23 +0000)]
fixes

Original commit message from CVS:
fixes

22 years agoupdates
Thomas Vander Stichele [Mon, 17 Jun 2002 09:19:49 +0000 (09:19 +0000)]
updates

Original commit message from CVS:
updates

22 years agomake the include location more visible
David I. Lehn [Mon, 17 Jun 2002 01:53:36 +0000 (01:53 +0000)]
make the include location more visible

Original commit message from CVS:
make the include location more visible

22 years agoauto build some enum code.
David I. Lehn [Sun, 16 Jun 2002 23:23:28 +0000 (23:23 +0000)]
auto build some enum code.

Original commit message from CVS:
auto build some enum code.
useful for things like autogenerated python bindings.

22 years agoAdded more debugging info
Wim Taymans [Sun, 16 Jun 2002 22:36:10 +0000 (22:36 +0000)]
Added more debugging info

Original commit message from CVS:
Added more debugging info

22 years agoSome small cleanups implement a default _clock_wait
Wim Taymans [Sun, 16 Jun 2002 21:50:50 +0000 (21:50 +0000)]
Some small cleanups implement a default _clock_wait

Original commit message from CVS:
Some small cleanups
implement a default _clock_wait

22 years agoprint the name
Thomas Vander Stichele [Sun, 16 Jun 2002 21:20:07 +0000 (21:20 +0000)]
print the name

Original commit message from CVS:
print the name