platform/upstream/gstreamer.git
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

22 years agogst_scheduler_factory_make () can accept NULL as the first arg now _create () sets...
Andy Wingo [Sat, 4 May 2002 18:59:24 +0000 (18:59 +0000)]
gst_scheduler_factory_make () can accept NULL as the first arg now _create () sets the element sched and refcounts th...

Original commit message from CVS:
* gst_scheduler_factory_make () can accept NULL as the first arg now
*                      _create () sets the element sched and refcounts the scheduler
* corresponding touchups to gstpipeline and gstthread

22 years agofix segfault when using unsafe get_props
Benjamin Otte [Sat, 4 May 2002 18:12:11 +0000 (18:12 +0000)]
fix segfault when using unsafe get_props

Original commit message from CVS:
fix segfault when using unsafe get_props

22 years agomore changes to get docs to build
Thomas Vander Stichele [Fri, 3 May 2002 15:38:06 +0000 (15:38 +0000)]
more changes to get docs to build

Original commit message from CVS:
more changes to get docs to build

22 years agoadding buildreqs for dist
Thomas Vander Stichele [Fri, 3 May 2002 15:13:52 +0000 (15:13 +0000)]
adding buildreqs for dist

Original commit message from CVS:
adding buildreqs for dist

22 years agouse python2 at all costs
Thomas Vander Stichele [Fri, 3 May 2002 15:12:23 +0000 (15:12 +0000)]
use python2 at all costs

Original commit message from CVS:
use python2 at all costs

22 years agoHeader file fix (these ## are needed for multi-arguments) and a fix for gst_props_get...
Ronald S. Bultje [Fri, 3 May 2002 09:34:07 +0000 (09:34 +0000)]
Header file fix (these ## are needed for multi-arguments) and a fix for gst_props_get() if safe = FALSE (we still nee...

Original commit message from CVS:
Header file fix (these ## are needed for multi-arguments) and a fix for gst_props_get() if safe = FALSE (we still need three arguments per fetch)

22 years agosame change here
Thomas Vander Stichele [Thu, 2 May 2002 13:41:07 +0000 (13:41 +0000)]
same change here

Original commit message from CVS:
same change here

22 years agomy mistake - this should compile with the header in the tarball, not a possibly insta...
Thomas Vander Stichele [Thu, 2 May 2002 13:39:39 +0000 (13:39 +0000)]
my mistake - this should compile with the header in the tarball, not a possibly installed header

Original commit message from CVS:
my mistake - this should compile with the header in the tarball, not a
possibly installed header

22 years agoSmall cleanups
Wim Taymans [Wed, 1 May 2002 20:02:40 +0000 (20:02 +0000)]
Small cleanups

Original commit message from CVS:
Small cleanups

22 years agoSmall cleanup
Wim Taymans [Wed, 1 May 2002 19:43:18 +0000 (19:43 +0000)]
Small cleanup

Original commit message from CVS:
Small cleanup

22 years agoAdded some more useful functions to create props
Wim Taymans [Wed, 1 May 2002 19:38:58 +0000 (19:38 +0000)]
Added some more useful functions to create props

Original commit message from CVS:
Added some more useful functions to create props

22 years agoit's nice to see the core's version when running apps
Thomas Vander Stichele [Wed, 1 May 2002 14:58:22 +0000 (14:58 +0000)]
it's nice to see the core's version when running apps

Original commit message from CVS:
it's nice to see the core's version when running apps

22 years agothrowing these out
Thomas Vander Stichele [Mon, 29 Apr 2002 20:54:10 +0000 (20:54 +0000)]
throwing these out

Original commit message from CVS:
throwing these out

22 years agoexecuted
Thomas Vander Stichele [Mon, 29 Apr 2002 20:53:02 +0000 (20:53 +0000)]
executed

Original commit message from CVS:
executed

22 years agochanges
Thomas Vander Stichele [Mon, 29 Apr 2002 20:52:22 +0000 (20:52 +0000)]
changes

Original commit message from CVS:
changes

22 years agodoc changes
Thomas Vander Stichele [Mon, 29 Apr 2002 20:38:39 +0000 (20:38 +0000)]
doc changes

Original commit message from CVS:
doc changes

22 years agoadded docbuilding
Thomas Vander Stichele [Mon, 29 Apr 2002 15:11:47 +0000 (15:11 +0000)]
added docbuilding

Original commit message from CVS:
added docbuilding

22 years agothis hack shouldn't be here
Thomas Vander Stichele [Mon, 29 Apr 2002 10:28:33 +0000 (10:28 +0000)]
this hack shouldn't be here

Original commit message from CVS:
this hack shouldn't be here

22 years agorename operation
Thomas Vander Stichele [Sun, 28 Apr 2002 17:08:59 +0000 (17:08 +0000)]
rename operation

Original commit message from CVS:
rename operation

22 years agomake sure autogen.sh options get passed on to cothreads
Thomas Vander Stichele [Sun, 28 Apr 2002 15:29:23 +0000 (15:29 +0000)]
make sure autogen.sh options get passed on to cothreads

Original commit message from CVS:
make sure autogen.sh options get passed on to cothreads

22 years agoAdded method for releasing request pads.
Wim Taymans [Sun, 28 Apr 2002 13:27:32 +0000 (13:27 +0000)]
Added method for releasing request pads.

Original commit message from CVS:
Added method for releasing request pads.
Fix state changes.

22 years agoset the "name" property on pad templates
Andy Wingo [Fri, 26 Apr 2002 15:02:34 +0000 (15:02 +0000)]
set the "name" property on pad templates

Original commit message from CVS:
set the "name" property on pad templates

22 years agoadding buildrequires
Thomas Vander Stichele [Thu, 25 Apr 2002 19:20:20 +0000 (19:20 +0000)]
adding buildrequires

Original commit message from CVS:
adding buildrequires

22 years agoadding build requires for the buildroot system
Thomas Vander Stichele [Wed, 24 Apr 2002 20:48:54 +0000 (20:48 +0000)]
adding build requires for the buildroot system

Original commit message from CVS:
adding build requires for the buildroot system

22 years agoadded clock test app
Thomas Vander Stichele [Tue, 23 Apr 2002 19:13:50 +0000 (19:13 +0000)]
added clock test app

Original commit message from CVS:
added clock test app

22 years agoadding clock example
Thomas Vander Stichele [Tue, 23 Apr 2002 19:12:54 +0000 (19:12 +0000)]
adding clock example

Original commit message from CVS:
adding clock example

22 years agodoc fixes
Thomas Vander Stichele [Tue, 23 Apr 2002 15:02:35 +0000 (15:02 +0000)]
doc fixes

Original commit message from CVS:
doc fixes

22 years agodoc changes
Thomas Vander Stichele [Tue, 23 Apr 2002 15:01:56 +0000 (15:01 +0000)]
doc changes

Original commit message from CVS:
doc changes

22 years agodoc fixes s/gst_clock_activate/gst_clock_set_active/g
Thomas Vander Stichele [Tue, 23 Apr 2002 14:58:51 +0000 (14:58 +0000)]
doc fixes s/gst_clock_activate/gst_clock_set_active/g

Original commit message from CVS:

* doc fixes
* s/gst_clock_activate/gst_clock_set_active/g

22 years agoapi change doc clarification
Thomas Vander Stichele [Tue, 23 Apr 2002 14:56:44 +0000 (14:56 +0000)]
api change doc clarification

Original commit message from CVS:
* api change
* doc clarification

22 years agoapi renaming
Thomas Vander Stichele [Tue, 23 Apr 2002 11:15:18 +0000 (11:15 +0000)]
api renaming

Original commit message from CVS:
api renaming

22 years agodoc changes
Thomas Vander Stichele [Tue, 23 Apr 2002 10:32:16 +0000 (10:32 +0000)]
doc changes

Original commit message from CVS:
doc changes

22 years agocode cleanup
Thomas Vander Stichele [Tue, 23 Apr 2002 09:48:48 +0000 (09:48 +0000)]
code cleanup

Original commit message from CVS:
code cleanup

22 years agolet's not clobber our local variables -- i think this is a good short-term fix until...
Andy Wingo [Mon, 22 Apr 2002 04:43:28 +0000 (04:43 +0000)]
let's not clobber our local variables -- i think this is a good short-term fix until i get to hacking on the standard...

Original commit message from CVS:
let's not clobber our local variables -- i think this is a good short-term
fix until i get to hacking on the standard scheduler again.

22 years agogive useful warning when not unique
Thomas Vander Stichele [Sun, 21 Apr 2002 14:16:36 +0000 (14:16 +0000)]
give useful warning when not unique

Original commit message from CVS:
give useful warning when not unique

22 years agoadapted docs
Thomas Vander Stichele [Sun, 21 Apr 2002 14:06:14 +0000 (14:06 +0000)]
adapted docs

Original commit message from CVS:
adapted docs

22 years agoadded name test
Thomas Vander Stichele [Sun, 21 Apr 2002 14:04:24 +0000 (14:04 +0000)]
added name test

Original commit message from CVS:
added name test

22 years agomakes no sense as INFO
Thomas Vander Stichele [Sun, 21 Apr 2002 13:32:35 +0000 (13:32 +0000)]
makes no sense as INFO

Original commit message from CVS:
makes no sense as INFO

22 years agoa hack to work around intltool's brokenness a current check for mpeg2dec details...
Andy Wingo [Sat, 20 Apr 2002 21:42:53 +0000 (21:42 +0000)]
a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br...

Original commit message from CVS:
* a hack to work around intltool's brokenness
* a current check for mpeg2dec
* details->klass reorganizations
* an element browser that uses details->klass
* separated cdxa parse out from the avi directory

22 years agofix 'invalid cast' warning
Benjamin Otte [Sat, 20 Apr 2002 12:31:41 +0000 (12:31 +0000)]
fix 'invalid cast' warning

Original commit message from CVS:
fix 'invalid cast' warning

22 years ago- make all _get_list functions return a const reference to original lists and no...
Benjamin Otte [Fri, 19 Apr 2002 19:49:41 +0000 (19:49 +0000)]
- make all _get_list functions return a const reference to original lists and no copy

Original commit message from CVS:
- make all _get_list functions return a const reference to original lists and no copy
- redo code accordingly
- fix compile issue in dparam stuff

22 years agoWe require bison somewhere, so we should check for that in configure
Ronald S. Bultje [Fri, 19 Apr 2002 13:17:23 +0000 (13:17 +0000)]
We require bison somewhere, so we should check for that in configure

Original commit message from CVS:
We require bison somewhere, so we should check for that in configure

22 years agothis should please bastien please let me know if other stuff needs to be different...
Thomas Vander Stichele [Fri, 19 Apr 2002 10:54:13 +0000 (10:54 +0000)]
this should please bastien please let me know if other stuff needs to be different between release and cvs

Original commit message from CVS:
this should please bastien
please let me know if other stuff needs to be different between release and cvs

22 years agodoc fixes
Thomas Vander Stichele [Fri, 19 Apr 2002 10:26:56 +0000 (10:26 +0000)]
doc fixes

Original commit message from CVS:
doc fixes

22 years agodoc rearranging
Thomas Vander Stichele [Fri, 19 Apr 2002 10:26:04 +0000 (10:26 +0000)]
doc rearranging

Original commit message from CVS:
doc rearranging