platform/upstream/gstreamer.git
22 years agoadd comments to show what pipeline is being constructed.
Steve Baker [Mon, 3 Jun 2002 18:51:08 +0000 (18:51 +0000)]
add comments to show what pipeline is being constructed.

Original commit message from CVS:
add comments to show what pipeline is being constructed.
change threadstate3 to be { { fakesrc ! fakesink } } which doesn't change state once it has started

22 years agothreadstate4 fails randomly on state change. it is { { fakesrc } ! queue ! fakesink }
Steve Baker [Mon, 3 Jun 2002 18:37:36 +0000 (18:37 +0000)]
threadstate4 fails randomly on state change. it is { { fakesrc } ! queue ! fakesink }

Original commit message from CVS:
threadstate4 fails randomly on state change. it is { { fakesrc } ! queue ! fakesink }

22 years agothis test demostrates *another* deadlock (or it might be the same one).
Steve Baker [Mon, 3 Jun 2002 18:05:08 +0000 (18:05 +0000)]
this test demostrates *another* deadlock (or it might be the same one).

Original commit message from CVS:
this test demostrates *another* deadlock (or it might be the same one).
the test is a thread in a pipeline

22 years agoadd an optional timeout for when queue blocks. when timeout is reached a GST_EVENT_FI...
Steve Baker [Mon, 3 Jun 2002 15:44:28 +0000 (15:44 +0000)]
add an optional timeout for when queue blocks. when timeout is reached a GST_EVENT_FILLER is sent downstream

Original commit message from CVS:
add an optional timeout for when queue blocks. when timeout is reached a GST_EVENT_FILLER is sent downstream
This is needed for gst-player since videosink has to be in the same thread as the ui, and spider blocks when there is no video (thus freezing the ui).

22 years agoRemoved \n in DEBUG some buffer flags for future use
Wim Taymans [Sun, 2 Jun 2002 21:45:16 +0000 (21:45 +0000)]
Removed \n in DEBUG some buffer flags for future use

Original commit message from CVS:
Removed \n in DEBUG
some buffer flags for future use

22 years agoIf format and source are the same, we allready know the result in the convert function
Wim Taymans [Sun, 2 Jun 2002 20:10:46 +0000 (20:10 +0000)]
If format and source are the same, we allready know the result in the convert function

Original commit message from CVS:
If format and source are the same, we allready know the result in
the convert function

22 years agoSome sanity checking for when the element was removed from the pipeline.
Wim Taymans [Sun, 2 Jun 2002 17:44:20 +0000 (17:44 +0000)]
Some sanity checking for when the element was removed from the pipeline.

Original commit message from CVS:
Some sanity checking for when the element was removed from the pipeline.

22 years agoProperly fix locking in the scheduler
Andy Wingo [Sun, 2 Jun 2002 16:20:09 +0000 (16:20 +0000)]
Properly fix locking in the scheduler

Original commit message from CVS:
Properly fix locking in the scheduler

22 years agoUNITS is better.
Thomas Vander Stichele [Sun, 2 Jun 2002 15:48:13 +0000 (15:48 +0000)]
UNITS is better.

Original commit message from CVS:
UNITS is better.

22 years agoDon't update state if the peer event failed
Wim Taymans [Sun, 2 Jun 2002 15:34:34 +0000 (15:34 +0000)]
Don't update state if the peer event failed

Original commit message from CVS:
Don't update state if the peer event failed

22 years agoMake clock use nanoseconds
Wim Taymans [Sun, 2 Jun 2002 13:24:35 +0000 (13:24 +0000)]
Make clock use nanoseconds

Original commit message from CVS:
Make clock use nanoseconds

22 years agoRemove the media specific types, the unit type is now defined by the caps (frames...
Wim Taymans [Sun, 2 Jun 2002 11:54:36 +0000 (11:54 +0000)]
Remove the media specific types, the unit type is now defined by the caps (frames/samples/etc..)

Original commit message from CVS:
Remove the media specific types, the unit type is now defined by the
caps (frames/samples/etc..)

22 years agounlock the queue
Wim Taymans [Sun, 2 Jun 2002 11:51:26 +0000 (11:51 +0000)]
unlock the queue

Original commit message from CVS:
unlock the queue

22 years agoSome cleanups
Wim Taymans [Sun, 2 Jun 2002 11:49:57 +0000 (11:49 +0000)]
Some cleanups

Original commit message from CVS:
Some cleanups
Add a KEY_UNIT flag for a seek event.

22 years agoThis is needed after all..
Wim Taymans [Sun, 2 Jun 2002 11:21:35 +0000 (11:21 +0000)]
This is needed after all..

Original commit message from CVS:
This is needed after all..

22 years agoa more complex example which happens to be a mp3 player
Steve Baker [Sat, 1 Jun 2002 15:08:13 +0000 (15:08 +0000)]
a more complex example which happens to be a mp3 player

Original commit message from CVS:
a more complex example which happens to be a mp3 player

22 years agoadded a test which shows a problem with state changes when the toplevel bin is a...
Steve Baker [Sat, 1 Jun 2002 15:01:51 +0000 (15:01 +0000)]
added a test which shows a problem with state changes when the toplevel bin is a thread.

Original commit message from CVS:
added a test which shows a problem with state changes when the toplevel bin is a thread.
there is some kind of deadlock. It would be good if wingo or wtay could have a look.

22 years agoeven better
Thomas Vander Stichele [Sat, 1 Jun 2002 10:29:29 +0000 (10:29 +0000)]
even better

Original commit message from CVS:
even better

22 years agoThis looks a lot better when printing out ranges for doubles which are set at max...
Thomas Vander Stichele [Sat, 1 Jun 2002 10:24:38 +0000 (10:24 +0000)]
This looks a lot better when printing out ranges for doubles which are set at max.  Tell me if I can change the other...

Original commit message from CVS:
This looks a lot better when printing out ranges for doubles which are
set at max.  Tell me if I can change the other arguments to be printed like
this too and I will change them

22 years agoSlightly better timestamp handling use pad_query for _tell
Wim Taymans [Fri, 31 May 2002 23:39:09 +0000 (23:39 +0000)]
Slightly better timestamp handling use pad_query for _tell

Original commit message from CVS:
Slightly better timestamp handling
use pad_query for _tell

22 years agoRemove crappy event code from tee
Wim Taymans [Fri, 31 May 2002 21:36:11 +0000 (21:36 +0000)]
Remove crappy event code from tee

Original commit message from CVS:
Remove crappy event code from tee
Some more debugging info in filesrc

22 years agoSet the element to eos after all EOS events are pushed
Wim Taymans [Fri, 31 May 2002 21:34:45 +0000 (21:34 +0000)]
Set the element to eos after all EOS events are pushed

Original commit message from CVS:
Set the element to eos after all EOS events are pushed

22 years agofix and comment
Thomas Vander Stichele [Fri, 31 May 2002 08:51:32 +0000 (08:51 +0000)]
fix and comment

Original commit message from CVS:
fix and comment

22 years agoonly use ranked element factories for autoplugging. This is the only commit that...
Steve Baker [Fri, 31 May 2002 08:32:49 +0000 (08:32 +0000)]
only use ranked element factories for autoplugging. This is the only commit that needs to be backed out to reinstate ...

Original commit message from CVS:
only use ranked element factories for autoplugging. This is the only commit that needs to be backed out to reinstate previous behaviour.

Before your spider will work again, you will have to update/rebuild plugins and run gst-register.

22 years agosave/load the elementfactory rank
Steve Baker [Fri, 31 May 2002 08:18:13 +0000 (08:18 +0000)]
save/load the elementfactory rank

Original commit message from CVS:
save/load the elementfactory rank

22 years agoadd a rank to elementfactory for autoplugging
Steve Baker [Fri, 31 May 2002 08:17:15 +0000 (08:17 +0000)]
add a rank to elementfactory for autoplugging

Original commit message from CVS:
add a rank to elementfactory for autoplugging

22 years agoAdded first draf of current events code.
Wim Taymans [Thu, 30 May 2002 19:05:05 +0000 (19:05 +0000)]
Added first draf of current events code.

Original commit message from CVS:
Added first draf of current events code.

22 years agoCreated an overridable method for seeking on an element, along with a default impleme...
Wim Taymans [Thu, 30 May 2002 19:03:30 +0000 (19:03 +0000)]
Created an overridable method for seeking on an element, along with a default implementation.

Original commit message from CVS:
Created an overridable method for seeking on an element, along with a default
implementation.
make queue flush on discont (not entirely correct)
removed the new_media from the discont event.

22 years agoshow file
Thomas Vander Stichele [Thu, 30 May 2002 16:31:36 +0000 (16:31 +0000)]
show file

Original commit message from CVS:
show file

22 years agofixes bug 83427
Thomas Vander Stichele [Thu, 30 May 2002 14:30:47 +0000 (14:30 +0000)]
fixes bug  83427

Original commit message from CVS:
fixes bug  83427

22 years agobig mistake
Thomas Vander Stichele [Thu, 30 May 2002 13:52:13 +0000 (13:52 +0000)]
big mistake

Original commit message from CVS:
big mistake

22 years agoallow colons in indentifier names (for jack: " ... !alsa_pcm:out_1 jacksink")
Andy Wingo [Thu, 30 May 2002 04:50:46 +0000 (04:50 +0000)]
allow colons in indentifier names (for jack: " ... !alsa_pcm:out_1 jacksink")

Original commit message from CVS:
allow colons in indentifier names (for jack: " ... !alsa_pcm:out_1 jacksink")

22 years agofix spider to accomodate filesrc's new behavior (ie, sending a DISCONT before any...
Andy Wingo [Thu, 30 May 2002 04:33:01 +0000 (04:33 +0000)]
fix spider to accomodate filesrc's new behavior (ie, sending a DISCONT before any data)

Original commit message from CVS:
fix spider to accomodate filesrc's new behavior (ie, sending a DISCONT before any data)

22 years agomany changes including:
Steve Baker [Wed, 29 May 2002 18:51:27 +0000 (18:51 +0000)]
many changes including:

Original commit message from CVS:
many changes including:
- now the rate needs to be set explicitly, instead of from a pad
- asynchronous mode has been implemented - and it even works
- some refactoring of the process code
- a plugin api change, GST_DPMAN_PREPROCESS and GST_DPMAN_PROCESS have changed a bit
they are now *a lot* simpler to use, more flexible, and optimised so that the process func is never called if nothing changes - all in all worth the api breakage.

UPDATE YOUR PLUGINS PEOPLE!

22 years agocompletely rewrite interpolation so that it is more stable, faster, easier to maintai...
Steve Baker [Wed, 29 May 2002 18:47:06 +0000 (18:47 +0000)]
completely rewrite interpolation so that it is more stable, faster, easier to maintain and it now sounds damned smoooth

Original commit message from CVS:
completely rewrite interpolation so that it is more stable, faster, easier to maintain and it now sounds damned smoooth

22 years agoadd a value-changed signal so that subclasses can precalculate stuff after a value...
Steve Baker [Wed, 29 May 2002 18:45:25 +0000 (18:45 +0000)]
add a value-changed signal so that subclasses can precalculate stuff after a value has been changed

Original commit message from CVS:
add a value-changed signal so that subclasses can precalculate stuff after a value has been changed

22 years agofix from wingo so that get functions inside threads won't be locked twice
Steve Baker [Wed, 29 May 2002 15:33:46 +0000 (15:33 +0000)]
fix from wingo so that get functions inside threads won't be locked twice

Original commit message from CVS:
fix from wingo so that get functions inside threads won't be locked twice

22 years agothis wasn't actually needed
Steve Baker [Wed, 29 May 2002 15:30:10 +0000 (15:30 +0000)]
this wasn't actually needed

Original commit message from CVS:
this wasn't actually needed

22 years agoHandle the case where the pad change mid-switch.
Wim Taymans [Wed, 29 May 2002 15:09:36 +0000 (15:09 +0000)]
Handle the case where the pad change mid-switch.

Original commit message from CVS:
Handle the case where the pad change mid-switch.
Handle the case where the entry poin is removed from the scheduler.

22 years agoError checking in pthread creation more info in gst_util_dump_mem
Wim Taymans [Wed, 29 May 2002 15:01:50 +0000 (15:01 +0000)]
Error checking in pthread creation more info in gst_util_dump_mem

Original commit message from CVS:
Error checking in pthread creation
more info in gst_util_dump_mem

22 years agoSome cleanups, more debugging info
Wim Taymans [Wed, 29 May 2002 14:59:48 +0000 (14:59 +0000)]
Some cleanups, more debugging info

Original commit message from CVS:
Some cleanups, more debugging info

22 years agothis seems to be needed when doing a pipeline like -launch { foo ! bar }
Steve Baker [Tue, 28 May 2002 14:42:22 +0000 (14:42 +0000)]
this seems to be needed when doing a pipeline like -launch { foo ! bar }

Original commit message from CVS:
this seems to be needed when doing a pipeline like -launch { foo ! bar }

Now you can run:
gst-launch --gst-mask=-1 { fakesrc ! fakesink }
to see what seems to be a double locking problem

22 years agoadded format.h
Thomas Vander Stichele [Tue, 28 May 2002 09:18:04 +0000 (09:18 +0000)]
added format.h

Original commit message from CVS:
added format.h

22 years agoshould make stuff more legible
Thomas Vander Stichele [Tue, 28 May 2002 08:56:34 +0000 (08:56 +0000)]
should make stuff more legible

Original commit message from CVS:
should make stuff more legible

22 years agomaking stuff purtier
Thomas Vander Stichele [Mon, 27 May 2002 19:52:00 +0000 (19:52 +0000)]
making stuff purtier

Original commit message from CVS:
making stuff purtier

22 years agotogether with the recent commit in common, this little beauty should
Thomas Vander Stichele [Mon, 27 May 2002 13:37:37 +0000 (13:37 +0000)]
together with the recent commit in common, this little beauty should

Original commit message from CVS:
together with the recent commit in common, this little beauty should
- implement both --with-automake and --with-autoconf to autogen.sh
- pass them on to configure, along with good settings for aclocal and autoheader
- which then forces these tools to be used in rebuilding through running
make in the dirs (which was the whole point of this makeover)

Please test and let me know if it doesn't break other stuff.
Right, going to make the really minimal set of changes to all of our other
modules now.  I love having made a common/ dir ;)

We now return to your regularly scheduled broadcast.

22 years agofixups in the prop view/controller compilation fixes in the player add gst-editor...
Andy Wingo [Mon, 27 May 2002 04:48:57 +0000 (04:48 +0000)]
fixups in the prop view/controller compilation fixes in the player add gst-editor to gst-all fixes to adder to comply...

Original commit message from CVS:
* fixups in the prop view/controller
* compilation fixes in the player
* add gst-editor to gst-all
* fixes to adder to comply with new osssink sync issues
* alsa fixes, although still 100% cpu is used, yum
* reenable locking of threaded elements, seems to work fine here
* fix a makefile in examples/plugins

22 years ago- The clock_wait now returns the difference between requested time and unlock time.
Wim Taymans [Sun, 26 May 2002 21:54:27 +0000 (21:54 +0000)]
- The clock_wait now returns the difference between requested time and unlock time.

Original commit message from CVS:
- The clock_wait now returns the difference between requested time and
unlock time.
- Misc defines like GST_SECOND in gstclock.h
- remove pre/post in gstelement.c until fixed.
- added release_locks to gstelement so that the element can unlock itself
- added some more predefined events.
- added folowing functions to gstpad:
- convert function: get the relation between formats on this pad
- query function: get stats about the pad (position/total/latency)
- internal connect function: find out how this pad connects to other
pad internally to the element.
- generic pad_dispatcher.
- removed the last bits of pullregion
- use release_locks on the queue.
- added some events to queue
- make gstthread use the new release_locks function
- make the scheduler use the new clock_wait functions
- added events to fakesink
- added query functions to filesrc
- swap type and offset in the bytestream seek API to match fseek
- added some event handling in bytestream.

22 years agoAdded g_malloc instead of a memchunk when using memprof
Wim Taymans [Sun, 26 May 2002 21:22:50 +0000 (21:22 +0000)]
Added g_malloc instead of a memchunk when using memprof

Original commit message from CVS:
Added g_malloc instead of a memchunk when using memprof

22 years agoSmall fixes, use some wierd hack to make the plugin a .so
Wim Taymans [Sun, 26 May 2002 21:21:37 +0000 (21:21 +0000)]
Small fixes, use some wierd hack to make the plugin a .so

Original commit message from CVS:
Small fixes, use some wierd hack to make the plugin a .so

22 years agoget rid of some debug printouts
Andy Wingo [Sun, 26 May 2002 16:02:45 +0000 (16:02 +0000)]
get rid of some debug printouts

Original commit message from CVS:
get rid of some debug printouts

22 years agocosmetic change: remove newlines from bs_print strings
Steve Baker [Sun, 26 May 2002 10:02:03 +0000 (10:02 +0000)]
cosmetic change: remove newlines from bs_print strings

Original commit message from CVS:
cosmetic change: remove newlines from bs_print strings

22 years agoimplemented threadsafe property set/get system as discussed in docs/random/wingo...
Andy Wingo [Sun, 26 May 2002 03:23:25 +0000 (03:23 +0000)]
implemented threadsafe property set/get system as discussed in docs/random/wingo/threadsafe-properties some cleanups ...

Original commit message from CVS:
* implemented threadsafe property set/get system as discussed in
docs/random/wingo/threadsafe-properties
* some cleanups
* this change will cause binary incompatibilities, better rebuild them plugins

now, off to drink :-)

22 years agoadded design doc for threadsafe properties
Andy Wingo [Sat, 25 May 2002 20:58:08 +0000 (20:58 +0000)]
added design doc for threadsafe properties

Original commit message from CVS:
added design doc for threadsafe properties

22 years agore-enable thread test, although it does not work but passes right now warn for bizarr...
Andy Wingo [Sat, 25 May 2002 17:45:51 +0000 (17:45 +0000)]
re-enable thread test, although it does not work but passes right now warn for bizarre behavior in plugin loading

Original commit message from CVS:
re-enable thread test, although it does not work but passes right now
warn for bizarre behavior in plugin loading

22 years agoAPI cleanup: (s/g)et_sched -> _scheduler
Thomas Vander Stichele [Sat, 25 May 2002 15:36:59 +0000 (15:36 +0000)]
API cleanup: (s/g)et_sched -> _scheduler

Original commit message from CVS:
API cleanup: (s/g)et_sched -> _scheduler

22 years agotypos
Thomas Vander Stichele [Sat, 25 May 2002 15:25:47 +0000 (15:25 +0000)]
typos

Original commit message from CVS:
typos

22 years agoadd gerror to gstplugin.c -- not fully propagated to periphery apis fix recursive...
Andy Wingo [Mon, 20 May 2002 23:11:10 +0000 (23:11 +0000)]
add gerror to gstplugin.c -- not fully propagated to periphery apis fix recursive dir creation in the xml registry co...

Original commit message from CVS:
* add gerror to gstplugin.c -- not fully propagated to periphery apis
* fix recursive dir creation in the xml registry
* comment identity props
* fix dependency resolution in lib loading

22 years agoNew bytestream fileio style api has landed, along with some minor fixes:
Steve Baker [Wed, 15 May 2002 18:52:08 +0000 (18:52 +0000)]
New bytestream fileio style api has landed, along with some minor fixes:

Original commit message from CVS:
New bytestream fileio style api has landed, along with some minor fixes:
- implement gst_bytestream_tell
- prevent buffers from being gobbled after a seek

22 years agoulong type fix add 64b types add printing name of unknown type
David I. Lehn [Tue, 14 May 2002 00:45:10 +0000 (00:45 +0000)]
ulong type fix add 64b types add printing name of unknown type

Original commit message from CVS:
ulong type fix
add 64b types
add printing name of unknown type

22 years agoformatting
David I. Lehn [Tue, 14 May 2002 00:40:15 +0000 (00:40 +0000)]
formatting

Original commit message from CVS:
formatting

22 years agomake gst-inspect-gui call the proper gst-inspect
Andy Wingo [Sat, 11 May 2002 23:33:32 +0000 (23:33 +0000)]
make gst-inspect-gui call the proper gst-inspect

Original commit message from CVS:
make gst-inspect-gui call the proper gst-inspect

22 years agoReturn TESTS_ENVIRONMENT, necessary to make the registry properly
Andy Wingo [Sat, 11 May 2002 21:38:16 +0000 (21:38 +0000)]
Return TESTS_ENVIRONMENT, necessary to make the registry properly

Original commit message from CVS:
Return TESTS_ENVIRONMENT, necessary to make the registry properly

22 years agofix refcounting tests so that they compile and run, but they fail currently: gst...
Andy Wingo [Sat, 11 May 2002 20:30:05 +0000 (20:30 +0000)]
fix refcounting tests so that they compile and run, but they fail currently: gst leaks obscene amounts of memory ;) f...

Original commit message from CVS:
* fix refcounting tests so that they compile and run, but they fail currently:
gst leaks obscene amounts of memory ;)
* fix plugin loading test so that it only refers to plugins within the gstreamer/
tree
* store gst plugin paths in the registry
* is GST_REGISTRY is set, only use the user registry with the PLUGIN_PATH explictly
specified by the user
* all tests should pass now except refcounting

22 years agoFix the plugin testsuite, only registry.c doesn't work yet
Wim Taymans [Fri, 10 May 2002 19:24:04 +0000 (19:24 +0000)]
Fix the plugin testsuite, only registry.c doesn't work yet

Original commit message from CVS:
Fix the plugin testsuite, only registry.c doesn't work yet

22 years agoSmall fixes for testsuite/plugin
Wim Taymans [Fri, 10 May 2002 19:23:18 +0000 (19:23 +0000)]
Small fixes for testsuite/plugin

Original commit message from CVS:
Small fixes for testsuite/plugin

22 years agoadded a get_perms_func to gstxmlregistry that will set _WRITABLE and _READABLE as...
Andy Wingo [Fri, 10 May 2002 18:26:14 +0000 (18:26 +0000)]
added a get_perms_func to gstxmlregistry that will set _WRITABLE and _READABLE as appropriate added an object propert...

Original commit message from CVS:
* added a get_perms_func to gstxmlregistry that will set _WRITABLE and _READABLE
as appropriate
* added an object property for location so that we can do some cleanup and initialization

22 years agoFix automake badness
Andy Wingo [Fri, 10 May 2002 14:40:07 +0000 (14:40 +0000)]
Fix automake badness

Original commit message from CVS:
Fix automake badness

22 years agoAdded gst_bytestream_get_timestamp() call to get timestamp of data at the front of...
David I. Lehn [Fri, 10 May 2002 08:16:18 +0000 (08:16 +0000)]
Added gst_bytestream_get_timestamp() call to get timestamp of data at the front of the stream.  If no data in stream,...

Original commit message from CVS:
Added gst_bytestream_get_timestamp() call to get timestamp of data at
the front of the stream.  If no data in stream, loads 1 byte to get a
new buffer and uses its timestamp.

Does nothing to handle readers that try to read data lengths that span
buffers with multiple timestamps.

_get_timestamp() now used when creating new buffers.

22 years agopoor error checking, should do something better
David I. Lehn [Fri, 10 May 2002 08:10:14 +0000 (08:10 +0000)]
poor error checking, should do something better

Original commit message from CVS:
poor error checking, should do something better

22 years agoremove duplicate gst_registry_pool_add declaration
David I. Lehn [Fri, 10 May 2002 06:49:18 +0000 (06:49 +0000)]
remove duplicate gst_registry_pool_add declaration

Original commit message from CVS:
remove duplicate gst_registry_pool_add declaration

22 years agoGST_PLUGIN_PATH gets split into the user registry some debugging output in registry...
Andy Wingo [Fri, 10 May 2002 03:27:42 +0000 (03:27 +0000)]
GST_PLUGIN_PATH gets split into the user registry some debugging output in registry rebuilding don't go into =build, ...

Original commit message from CVS:
* GST_PLUGIN_PATH gets split into the user registry
* some debugging output in registry rebuilding
* don't go into =build, =inst, etc
* i really don't know what the current idiom is for the plugin test suites, disabling for now

still pending issues: what to do when other plugin paths are passed on the command
line for existing registries. if the existing registries were built against those
paths, the time checks work, but if not they will need to be rebuilt. i have a feeling
they should be rebuilt in any case, but it's a tricky issue.

22 years agoFunny how doing things the right way takes less code...
Andy Wingo [Fri, 10 May 2002 01:24:08 +0000 (01:24 +0000)]
Funny how doing things the right way takes less code...

Original commit message from CVS:
Funny how doing things the right way takes less code...

22 years agoCheck to see if the registry is out of date, and if so try to rebuild it.
Andy Wingo [Fri, 10 May 2002 01:13:40 +0000 (01:13 +0000)]
Check to see if the registry is out of date, and if so try to rebuild it.

Original commit message from CVS:
Check to see if the registry is out of date, and if so try to rebuild it.

WIERD THING: trying to run gst-register using system() fails. Apparently child processes
can't link to libs parent processes use? It's wierd, and it could be a libtool issue.

That's probably just as well, it would be better just to use -register's code from within
core and not rely on another binary.

22 years agoCompile fix.
Wim Taymans [Thu, 9 May 2002 17:45:49 +0000 (17:45 +0000)]
Compile fix.

Original commit message from CVS:
Compile fix.

22 years agoadd registries to gst/Makefile.am:DIST_SUBDIRS
Andy Wingo [Thu, 9 May 2002 17:28:22 +0000 (17:28 +0000)]
add registries to gst/Makefile.am:DIST_SUBDIRS

Original commit message from CVS:
add registries to gst/Makefile.am:DIST_SUBDIRS

22 years agoadd refcounting to configure.ac
Andy Wingo [Thu, 9 May 2002 17:21:28 +0000 (17:21 +0000)]
add refcounting to configure.ac

Original commit message from CVS:
add refcounting to configure.ac

22 years agoadd common to the dist without using makefiles
Andy Wingo [Thu, 9 May 2002 16:53:07 +0000 (16:53 +0000)]
add common to the dist without using makefiles

Original commit message from CVS:
add common to the dist without using makefiles

22 years agovarious more tests enabling
Thomas Vander Stichele [Thu, 9 May 2002 16:44:22 +0000 (16:44 +0000)]
various more tests enabling

Original commit message from CVS:
various more tests enabling

22 years agofixing up tests
Thomas Vander Stichele [Thu, 9 May 2002 16:43:10 +0000 (16:43 +0000)]
fixing up tests

Original commit message from CVS:
fixing up tests

22 years agorefcounting tests sure would be nice to have
Thomas Vander Stichele [Thu, 9 May 2002 16:07:33 +0000 (16:07 +0000)]
refcounting tests sure would be nice to have

Original commit message from CVS:
refcounting tests sure would be nice to have

22 years agotried fixing, failed spectacularly
Thomas Vander Stichele [Thu, 9 May 2002 15:38:31 +0000 (15:38 +0000)]
tried fixing, failed spectacularly

Original commit message from CVS:
tried fixing, failed spectacularly

22 years agoUnconnected pad errors are detected elsewhere
Wim Taymans [Thu, 9 May 2002 15:15:49 +0000 (15:15 +0000)]
Unconnected pad errors are detected elsewhere

Original commit message from CVS:
Unconnected pad errors are detected elsewhere
ERROR has higher priority than CHANGED.

22 years agowhy does this test fail ?
Thomas Vander Stichele [Thu, 9 May 2002 14:50:54 +0000 (14:50 +0000)]
why does this test fail ?

Original commit message from CVS:
why does this test fail ?

22 years agoallowing failing tests to be built
Thomas Vander Stichele [Thu, 9 May 2002 14:26:20 +0000 (14:26 +0000)]
allowing failing tests to be built

Original commit message from CVS:
allowing failing tests to be built

22 years agosmall api fix
Thomas Vander Stichele [Thu, 9 May 2002 14:23:02 +0000 (14:23 +0000)]
small api fix

Original commit message from CVS:
small api fix

22 years agorevert patch to dynamic-pipeline and document more fully
Andy Wingo [Wed, 8 May 2002 21:32:03 +0000 (21:32 +0000)]
revert patch to dynamic-pipeline and document more fully

Original commit message from CVS:
revert patch to dynamic-pipeline and document more fully

22 years agoadd common to dist
David I. Lehn [Wed, 8 May 2002 21:17:44 +0000 (21:17 +0000)]
add common to dist

Original commit message from CVS:
add common to dist

22 years agoAt least check whether the directory exists when creating the registry file
Ronald S. Bultje [Wed, 8 May 2002 21:16:41 +0000 (21:16 +0000)]
At least check whether the directory exists when creating the registry file

Original commit message from CVS:
At least check whether the directory exists when creating the registry file

22 years agoTotally rewritten registry handling.
Wim Taymans [Wed, 8 May 2002 20:40:48 +0000 (20:40 +0000)]
Totally rewritten registry handling.

Original commit message from CVS:
Totally rewritten registry handling.
- move the registry save/load code into a gstregistry subclass, this
will make it possible to use other registries (flat file, web based,
RDBMS type, etc..)
- a simple GMarkup xml registry is implemented
- use standard statically linked plugins for core elements.
- GstPlugin has a very well defined set of functions now
A little bytestream hack..
Added more info to -inspect.
Some more debugging info for clocking.
Small cleanups

I use ./gst-register --gst-plugin-path=/opt/src/sourceforge/gst-plugins/gst-libs:/opt/src/sourceforge/gst-plugins/
to register core and gst-plugins now.

22 years agoSome random docs updates I had lying around
Wim Taymans [Wed, 8 May 2002 20:06:20 +0000 (20:06 +0000)]
Some random docs updates I had lying around

Original commit message from CVS:
Some random docs updates I had lying around

22 years agoAdded gst_props_get_safe
Wim Taymans [Wed, 8 May 2002 20:00:35 +0000 (20:00 +0000)]
Added gst_props_get_safe

Original commit message from CVS:
Added gst_props_get_safe

22 years agovirtual patch from taaz
Andy Wingo [Wed, 8 May 2002 01:44:03 +0000 (01:44 +0000)]
virtual patch from taaz

Original commit message from CVS:
virtual patch from taaz

22 years agofix distcheck issue
Andy Wingo [Tue, 7 May 2002 20:24:56 +0000 (20:24 +0000)]
fix distcheck issue

Original commit message from CVS:
fix distcheck issue

22 years agohopefully fix distcheck issues
Andy Wingo [Tue, 7 May 2002 03:01:16 +0000 (03:01 +0000)]
hopefully fix distcheck issues

Original commit message from CVS:
hopefully fix distcheck issues

22 years agomerged schedulers
Benjamin Otte [Mon, 6 May 2002 19:23:37 +0000 (19:23 +0000)]
merged schedulers

Original commit message from CVS:
merged schedulers
- new file cothreads_compat.h to provide linking to desired cothreads package
- changes in basic and fast scheduler to use cothreads_compat.h
- updated Makefile to build the basic and the fast scheduler from both packages
- removed gststandardscheduler.c - it is not needed anymore

Available schedulers are now 'basic', 'standard', 'fastbasic' and 'faststandard' where the basic ones are built with old cothreads and the standard ones with the new cothreads.

22 years agouse contents of GST_REGISTRY variable if --gst-registry is not set
Andy Wingo [Sun, 5 May 2002 17:45:41 +0000 (17:45 +0000)]
use contents of GST_REGISTRY variable if --gst-registry is not set

Original commit message from CVS:
use contents of GST_REGISTRY variable if --gst-registry is not set

22 years agoFix the tests so that builds that are not --enable-plugin-builddir can register the...
Andy Wingo [Sun, 5 May 2002 16:49:45 +0000 (16:49 +0000)]
Fix the tests so that builds that are not --enable-plugin-builddir can register the plugins from the uninstalled gstr...

Original commit message from CVS:
Fix the tests so that builds that are not --enable-plugin-builddir can register
the plugins from the uninstalled gstreamer directory. There is some small amount of voodoo
here.

Also, add gst-inspect-check to gstreamer/testsuite, where it probably belongs

22 years agoa few internal changes:
Steve Baker [Sun, 5 May 2002 15:39:37 +0000 (15:39 +0000)]
a few internal changes:

Original commit message from CVS:
a few internal changes:
- put last_update_timestamp into GstDParam
- added a GstDParamUpdateInfo enum to the update function so that dparams know what context they are updating in (for example, the first update since the pipeline was started)
- rewrote bogus next_timestamp calculation in GstDParamSmooth

22 years agorenamed rate-proportion to the more accurate hertz-rate-bound
Steve Baker [Sun, 5 May 2002 15:31:11 +0000 (15:31 +0000)]
renamed rate-proportion to the more accurate hertz-rate-bound

Original commit message from CVS:
renamed rate-proportion to the more accurate hertz-rate-bound