Andy Wingo
12c595ccbc
add common to the dist without using makefiles
...
Original commit message from CVS:
add common to the dist without using makefiles
2002-05-09 16:53:07 +00:00
Thomas Vander Stichele
6b8e279df3
various more tests enabling
...
Original commit message from CVS:
various more tests enabling
2002-05-09 16:44:22 +00:00
Thomas Vander Stichele
2b51cbeebd
fixing up tests
...
Original commit message from CVS:
fixing up tests
2002-05-09 16:43:10 +00:00
Thomas Vander Stichele
4f9dad74fe
refcounting tests sure would be nice to have
...
Original commit message from CVS:
refcounting tests sure would be nice to have
2002-05-09 16:07:33 +00:00
Thomas Vander Stichele
223a929f5d
tried fixing, failed spectacularly
...
Original commit message from CVS:
tried fixing, failed spectacularly
2002-05-09 15:38:31 +00:00
Wim Taymans
92a284110b
Unconnected pad errors are detected elsewhere
...
Original commit message from CVS:
Unconnected pad errors are detected elsewhere
ERROR has higher priority than CHANGED.
2002-05-09 15:15:49 +00:00
Thomas Vander Stichele
ec4e865fba
why does this test fail ?
...
Original commit message from CVS:
why does this test fail ?
2002-05-09 14:50:54 +00:00
Thomas Vander Stichele
b2117398c7
allowing failing tests to be built
...
Original commit message from CVS:
allowing failing tests to be built
2002-05-09 14:26:20 +00:00
Thomas Vander Stichele
e7f1194ba4
small api fix
...
Original commit message from CVS:
small api fix
2002-05-09 14:23:02 +00:00
Andy Wingo
8974d7b71f
revert patch to dynamic-pipeline and document more fully
...
Original commit message from CVS:
revert patch to dynamic-pipeline and document more fully
2002-05-08 21:32:03 +00:00
David I. Lehn
2a67a5f3c6
add common to dist
...
Original commit message from CVS:
add common to dist
2002-05-08 21:17:44 +00:00
Ronald S. Bultje
96667dfb24
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
2002-05-08 21:16:41 +00:00
Wim Taymans
086de421dc
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.
2002-05-08 20:40:48 +00:00
Wim Taymans
4992f1c2ed
Some random docs updates I had lying around
...
Original commit message from CVS:
Some random docs updates I had lying around
2002-05-08 20:06:20 +00:00
Wim Taymans
720ee1f361
Added gst_props_get_safe
...
Original commit message from CVS:
Added gst_props_get_safe
2002-05-08 20:00:35 +00:00
Andy Wingo
e559ea8a64
virtual patch from taaz
...
Original commit message from CVS:
virtual patch from taaz
2002-05-08 01:44:03 +00:00
Andy Wingo
cb5ca2ffb5
fix distcheck issue
...
Original commit message from CVS:
fix distcheck issue
2002-05-07 20:24:56 +00:00
Andy Wingo
57478148c9
hopefully fix distcheck issues
...
Original commit message from CVS:
hopefully fix distcheck issues
2002-05-07 03:01:16 +00:00
Benjamin Otte
72dd13b5bd
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.
2002-05-06 19:23:37 +00:00
Andy Wingo
2b12a668da
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
2002-05-05 17:45:41 +00:00
Andy Wingo
d7f4c306cd
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
2002-05-05 16:49:45 +00:00
Steve Baker
b4d1d31ded
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
2002-05-05 15:39:37 +00:00
Steve Baker
4321f75fbd
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
2002-05-05 15:31:11 +00:00
Andy Wingo
6691120451
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
2002-05-04 18:59:24 +00:00
Benjamin Otte
19bd060114
fix segfault when using unsafe get_props
...
Original commit message from CVS:
fix segfault when using unsafe get_props
2002-05-04 18:12:11 +00:00
Thomas Vander Stichele
aef003a55c
more changes to get docs to build
...
Original commit message from CVS:
more changes to get docs to build
2002-05-03 15:38:06 +00:00
Thomas Vander Stichele
c09b8e3642
adding buildreqs for dist
...
Original commit message from CVS:
adding buildreqs for dist
2002-05-03 15:13:52 +00:00
Thomas Vander Stichele
9377c63767
use python2 at all costs
...
Original commit message from CVS:
use python2 at all costs
2002-05-03 15:12:23 +00:00
Ronald S. Bultje
56bd6b1eb4
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)
2002-05-03 09:34:07 +00:00
Thomas Vander Stichele
e6abe03293
same change here
...
Original commit message from CVS:
same change here
2002-05-02 13:41:07 +00:00
Thomas Vander Stichele
b557c951c2
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
2002-05-02 13:39:39 +00:00
Wim Taymans
df159cbf0d
Small cleanups
...
Original commit message from CVS:
Small cleanups
2002-05-01 20:02:40 +00:00
Wim Taymans
befa05b4cd
Small cleanup
...
Original commit message from CVS:
Small cleanup
2002-05-01 19:43:18 +00:00
Wim Taymans
c78119cf6e
Added some more useful functions to create props
...
Original commit message from CVS:
Added some more useful functions to create props
2002-05-01 19:38:58 +00:00
Thomas Vander Stichele
4cebbc6821
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
2002-05-01 14:58:22 +00:00
Thomas Vander Stichele
c6db4c16aa
throwing these out
...
Original commit message from CVS:
throwing these out
2002-04-29 20:54:10 +00:00
Thomas Vander Stichele
f67cecb811
executed
...
Original commit message from CVS:
executed
2002-04-29 20:53:02 +00:00
Thomas Vander Stichele
876e4c8be7
changes
...
Original commit message from CVS:
changes
2002-04-29 20:52:22 +00:00
Thomas Vander Stichele
7e0b9786ec
doc changes
...
Original commit message from CVS:
doc changes
2002-04-29 20:38:39 +00:00
Thomas Vander Stichele
44bcc7b0a1
added docbuilding
...
Original commit message from CVS:
added docbuilding
2002-04-29 15:11:47 +00:00
Thomas Vander Stichele
7a5173764a
this hack shouldn't be here
...
Original commit message from CVS:
this hack shouldn't be here
2002-04-29 10:28:33 +00:00
Thomas Vander Stichele
651f3262ab
rename operation
...
Original commit message from CVS:
rename operation
2002-04-28 17:08:59 +00:00
Thomas Vander Stichele
d34b5f9074
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
2002-04-28 15:29:23 +00:00
Wim Taymans
7000e8852e
Added method for releasing request pads.
...
Original commit message from CVS:
Added method for releasing request pads.
Fix state changes.
2002-04-28 13:27:32 +00:00
Andy Wingo
1b9686776c
set the "name" property on pad templates
...
Original commit message from CVS:
set the "name" property on pad templates
2002-04-26 15:02:34 +00:00
Thomas Vander Stichele
8d1b13b888
adding buildrequires
...
Original commit message from CVS:
adding buildrequires
2002-04-25 19:20:20 +00:00
Thomas Vander Stichele
b1aff8ce2b
adding build requires for the buildroot system
...
Original commit message from CVS:
adding build requires for the buildroot system
2002-04-24 20:48:54 +00:00
Thomas Vander Stichele
05e9ace95d
added clock test app
...
Original commit message from CVS:
added clock test app
2002-04-23 19:13:50 +00:00
Thomas Vander Stichele
b172752619
adding clock example
...
Original commit message from CVS:
adding clock example
2002-04-23 19:12:54 +00:00
Thomas Vander Stichele
54486bc893
doc fixes
...
Original commit message from CVS:
doc fixes
2002-04-23 15:02:35 +00:00