Wim Taymans [Sat, 8 Jun 2002 16:30:43 +0000 (16:30 +0000)]
Revert queue event forwarding, added comments what it is supposed to do.
Original commit message from CVS:
Revert queue event forwarding, added comments what it is supposed to do.
Steve Baker [Sat, 8 Jun 2002 16:15:02 +0000 (16:15 +0000)]
g_print bad
Original commit message from CVS:
g_print bad
Steve Baker [Sat, 8 Jun 2002 16:13:18 +0000 (16:13 +0000)]
put upstream events in an async queue and resend them at the start of the chain. not working as expected yet but a start
Original commit message from CVS:
put upstream events in an async queue and resend them at the start of the chain. not working as expected yet but a start
Wim Taymans [Sat, 8 Jun 2002 15:00:30 +0000 (15:00 +0000)]
A discont event is the right way to handle seeking on filesink IMO
Original commit message from CVS:
A discont event is the right way to handle seeking on filesink IMO
Wim Taymans [Sat, 8 Jun 2002 14:59:34 +0000 (14:59 +0000)]
Added element query
Original commit message from CVS:
Added element query
Wim Taymans [Sat, 8 Jun 2002 14:58:03 +0000 (14:58 +0000)]
Return the result of the forwarded seek instead of TRUE
Original commit message from CVS:
Return the result of the forwarded seek instead of TRUE
Wim Taymans [Sat, 8 Jun 2002 12:51:11 +0000 (12:51 +0000)]
Add an event function so that seek events are not forwarded when we have a cache, seeking in the cache still needs to...
Original commit message from CVS:
Add an event function so that seek events are not forwarded when we
have a cache, seeking in the cache still needs to be implemented though..
Steve Baker [Sat, 8 Jun 2002 11:57:49 +0000 (11:57 +0000)]
INT64 is good for passing timestamps in signals
Original commit message from CVS:
INT64 is good for passing timestamps in signals
Thomas Vander Stichele [Sat, 8 Jun 2002 11:32:24 +0000 (11:32 +0000)]
my mistake
Original commit message from CVS:
my mistake
Wim Taymans [Fri, 7 Jun 2002 21:52:16 +0000 (21:52 +0000)]
Added _length method for peer pads that can answer the query
Original commit message from CVS:
Added _length method for peer pads that can answer the query
Steve Baker [Fri, 7 Jun 2002 19:41:35 +0000 (19:41 +0000)]
a couple of fixes here:
Original commit message from CVS:
a couple of fixes here:
- forward eos events to all src pads, even if spider didn't connect them. this ensures that the pipeline will stay in a consistant state even when not all pads are sent data
- don't check for nonnull spider until it is actually needed. it really is null when it has been disposed and this method is called.
Steve Baker [Fri, 7 Jun 2002 19:37:00 +0000 (19:37 +0000)]
make sure gst_spider_plug isn't called while in playing state
Original commit message from CVS:
make sure gst_spider_plug isn't called while in playing state
Steve Baker [Fri, 7 Jun 2002 19:34:52 +0000 (19:34 +0000)]
added a "iterate_started" signal which fires before the iterate of a bin. useful for non-threadsafe operations like s...
Original commit message from CVS:
added a "iterate_started" signal which fires before the iterate of a bin. useful for non-threadsafe operations like seek in threaded pipelines
Steve Baker [Fri, 7 Jun 2002 19:32:53 +0000 (19:32 +0000)]
file is opened in ready->paused rather than null->ready. this makes it easier to set the location more than once
Original commit message from CVS:
file is opened in ready->paused rather than null->ready. this makes it easier to set the location more than once
Thomas Vander Stichele [Fri, 7 Jun 2002 17:15:34 +0000 (17:15 +0000)]
cleanups in preparation of the release
Original commit message from CVS:
cleanups in preparation of the release
Wim Taymans [Wed, 5 Jun 2002 18:56:31 +0000 (18:56 +0000)]
Fix the case where one of the pads is a ghostpad.
Original commit message from CVS:
Fix the case where one of the pads is a ghostpad.
Wim Taymans [Wed, 5 Jun 2002 18:12:41 +0000 (18:12 +0000)]
Along with the latest scheduler updates, all these tests should work.
Original commit message from CVS:
Along with the latest scheduler updates, all these tests should work.
Wim Taymans [Wed, 5 Jun 2002 18:10:55 +0000 (18:10 +0000)]
Set the right scheduler on the pads of decoupled elements.
Original commit message from CVS:
Set the right scheduler on the pads of decoupled elements.
Wim Taymans [Wed, 5 Jun 2002 18:10:07 +0000 (18:10 +0000)]
Make sure we interrupt the right scheduler on the right pad.
Original commit message from CVS:
Make sure we interrupt the right scheduler on the right pad.
Wim Taymans [Tue, 4 Jun 2002 23:00:36 +0000 (23:00 +0000)]
Some sanity checking emit a warning when interrupting a queue bacause we do it wrongly
Original commit message from CVS:
Some sanity checking
emit a warning when interrupting a queue bacause we do it wrongly
Wim Taymans [Tue, 4 Jun 2002 21:07:03 +0000 (21:07 +0000)]
going into the main loop effectively never stops this app
Original commit message from CVS:
going into the main loop effectively never stops this app
Wim Taymans [Tue, 4 Jun 2002 21:05:53 +0000 (21:05 +0000)]
One little fixes
Original commit message from CVS:
One little fixes
Wim Taymans [Tue, 4 Jun 2002 21:04:41 +0000 (21:04 +0000)]
No \n for DEBUG, thank you
Original commit message from CVS:
No \n for DEBUG, thank you
Wim Taymans [Tue, 4 Jun 2002 21:03:35 +0000 (21:03 +0000)]
Some cleanups, refactor some code, make sure the decoupled peer element has the right handlers
Original commit message from CVS:
Some cleanups, refactor some code, make sure the decoupled peer element
has the right handlers
Wim Taymans [Tue, 4 Jun 2002 21:01:58 +0000 (21:01 +0000)]
Fix define
Original commit message from CVS:
Fix define
Wim Taymans [Tue, 4 Jun 2002 21:01:10 +0000 (21:01 +0000)]
Fix a little typo, unlock the peer element if it's decoupled instead of our own element
Original commit message from CVS:
Fix a little typo, unlock the peer element if it's decoupled instead
of our own element
Thomas Vander Stichele [Tue, 4 Jun 2002 20:54:39 +0000 (20:54 +0000)]
man fixes
Original commit message from CVS:
man fixes
Thomas Vander Stichele [Tue, 4 Jun 2002 16:32:53 +0000 (16:32 +0000)]
output cleanups
Original commit message from CVS:
output cleanups
Wim Taymans [Mon, 3 Jun 2002 20:59:02 +0000 (20:59 +0000)]
We are nano seconds now..
Original commit message from CVS:
We are nano seconds now..
Wim Taymans [Mon, 3 Jun 2002 19:53:47 +0000 (19:53 +0000)]
Add iterate mutex for future use
Original commit message from CVS:
Add iterate mutex for future use
Wim Taymans [Mon, 3 Jun 2002 19:50:41 +0000 (19:50 +0000)]
Poll instead of blocking when waiting for a state change
Original commit message from CVS:
Poll instead of blocking when waiting for a state change
Steve Baker [Mon, 3 Jun 2002 19:10:34 +0000 (19:10 +0000)]
this one actually works, its just here for completeness
Original commit message from CVS:
this one actually works, its just here for completeness
Steve Baker [Mon, 3 Jun 2002 19:09:48 +0000 (19:09 +0000)]
adding comment, no change to test
Original commit message from CVS:
adding comment, no change to test
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
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 }
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
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).
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
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
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.
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
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.
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
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
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..)
Wim Taymans [Sun, 2 Jun 2002 11:51:26 +0000 (11:51 +0000)]
unlock the queue
Original commit message from CVS:
unlock the queue
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.
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..
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
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.
Thomas Vander Stichele [Sat, 1 Jun 2002 10:29:29 +0000 (10:29 +0000)]
even better
Original commit message from CVS:
even better
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
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
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
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
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
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.
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
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
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.
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.
Thomas Vander Stichele [Thu, 30 May 2002 16:31:36 +0000 (16:31 +0000)]
show file
Original commit message from CVS:
show file
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
Thomas Vander Stichele [Thu, 30 May 2002 13:52:13 +0000 (13:52 +0000)]
big mistake
Original commit message from CVS:
big mistake
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")
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)
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!
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
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
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
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
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.
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
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
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
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
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
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
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.
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
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.
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
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
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
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
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 :-)
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
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
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
Thomas Vander Stichele [Sat, 25 May 2002 15:25:47 +0000 (15:25 +0000)]
typos
Original commit message from CVS:
typos
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
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
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
David I. Lehn [Tue, 14 May 2002 00:40:15 +0000 (00:40 +0000)]
formatting
Original commit message from CVS:
formatting
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
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
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
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
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
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