Andy Wingo
fbbdca6996
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.
2002-05-10 03:27:42 +00:00
Andy Wingo
246b03c75d
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...
2002-05-10 01:24:08 +00:00
Andy Wingo
d9a656b89b
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.
2002-05-10 01:13:40 +00:00
Wim Taymans
de2a7b9ee8
Compile fix.
...
Original commit message from CVS:
Compile fix.
2002-05-09 17:45:49 +00:00
Andy Wingo
b7fad3dc5e
add registries to gst/Makefile.am:DIST_SUBDIRS
...
Original commit message from CVS:
add registries to gst/Makefile.am:DIST_SUBDIRS
2002-05-09 17:28:22 +00:00
Andy Wingo
27ca742253
add refcounting to configure.ac
...
Original commit message from CVS:
add refcounting to configure.ac
2002-05-09 17:21:28 +00:00
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
efd6e4b501
duh, revert last stupid commit adding non-existant common dir
...
Original commit message from CVS:
duh, revert last stupid commit adding non-existant common dir
2002-05-08 21:19:38 +00:00
David I. Lehn
59364c7b94
duh, revert last stupid commit adding non-existant common dir
...
Original commit message from CVS:
duh, revert last stupid commit adding non-existant common dir
2002-05-08 21:19:38 +00:00
David I. Lehn
b9897a41d2
duh, revert last stupid commit adding non-existant common dir
...
Original commit message from CVS:
duh, revert last stupid commit adding non-existant common dir
2002-05-08 21:19:38 +00:00
David I. Lehn
c7a20d6e69
duh, revert last stupid commit adding non-existant common dir
...
Original commit message from CVS:
duh, revert last stupid commit adding non-existant common dir
2002-05-08 21:19:38 +00:00
David I. Lehn
e68d8e5b0b
add common to dist
...
Original commit message from CVS:
add common to dist
2002-05-08 21:18:20 +00:00
David I. Lehn
3cec325ff7
add common to dist
...
Original commit message from CVS:
add common to dist
2002-05-08 21:18:20 +00:00
David I. Lehn
a50eed88cd
add common to dist
...
Original commit message from CVS:
add common to dist
2002-05-08 21:18:20 +00:00
David I. Lehn
406567032e
add common to dist
...
Original commit message from CVS:
add common to dist
2002-05-08 21:18:20 +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
34dc312371
We're till using micros for timestamps.
...
Original commit message from CVS:
We're till using micros for timestamps.
2002-05-08 20:21:45 +00:00
Wim Taymans
3a56b3ddf6
Better description
...
Original commit message from CVS:
Better description
2002-05-08 20:19:33 +00:00
Wim Taymans
e92b1b7edc
Added simple seeking testsuite
...
Original commit message from CVS:
Added simple seeking testsuite
Added effectv
2002-05-08 20:18:13 +00:00
Wim Taymans
c96a1d47ed
Added simple seeking testsuite
...
Original commit message from CVS:
Added simple seeking testsuite
Added effectv
2002-05-08 20:18:12 +00:00
Wim Taymans
87efb53a7b
Added simple seeking testsuite
...
Original commit message from CVS:
Added simple seeking testsuite
Added effectv
2002-05-08 20:18:12 +00:00
Wim Taymans
6dfb9ed5c4
Added simple seeking testsuite
...
Original commit message from CVS:
Added simple seeking testsuite
Added effectv
2002-05-08 20:18:12 +00:00
Wim Taymans
23ba333a82
Fixed a typo in the idct plugin name make gstriff a real plugin
...
Original commit message from CVS:
Fixed a typo in the idct plugin name
make gstriff a real plugin
2002-05-08 20:10:56 +00:00
Wim Taymans
083c315d56
Fixed a typo in the idct plugin name make gstriff a real plugin
...
Original commit message from CVS:
Fixed a typo in the idct plugin name
make gstriff a real plugin
2002-05-08 20:10:56 +00:00
Wim Taymans
e1dd478f09
Fixed a typo in the idct plugin name make gstriff a real plugin
...
Original commit message from CVS:
Fixed a typo in the idct plugin name
make gstriff a real plugin
2002-05-08 20:10:56 +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
Jeremy Simon
3c6a230219
add gstsnapshot : drop a frame to a png file when the plugin recieved a signal or at a given frame
...
Original commit message from CVS:
add gstsnapshot : drop a frame to a png file when the plugin recieved a signal or
at a given frame
2002-05-07 22:29:08 +00:00
Jeremy Simon
f883a860bd
add gstsnapshot : drop a frame to a png file when the plugin recieved a signal or at a given frame
...
Original commit message from CVS:
add gstsnapshot : drop a frame to a png file when the plugin recieved a signal or
at a given frame
2002-05-07 22:27:32 +00:00
Jeremy Simon
8ac831c97c
add gstsnapshot : drop a frame to a png file when the plugin recieved a signal or at a given frame
...
Original commit message from CVS:
add gstsnapshot : drop a frame to a png file when the plugin recieved a signal or
at a given frame
2002-05-07 22:27:32 +00:00
Jeremy Simon
27a8e953d1
add gstsnapshot : drop a frame to a png file when the plugin recieved a signal or at a given frame
...
Original commit message from CVS:
add gstsnapshot : drop a frame to a png file when the plugin recieved a signal or
at a given frame
2002-05-07 22:27:32 +00:00
Jeremy Simon
dd3ddad5ec
add a yuv2yuv.h file
...
Original commit message from CVS:
add a yuv2yuv.h file
2002-05-07 22:15:31 +00:00
Jeremy Simon
15cb8d684b
swap the cr and the cb component for the yuv420P_to_rgb no mmx routine
...
Original commit message from CVS:
swap the cr and the cb component for the yuv420P_to_rgb no mmx routine
2002-05-07 22:13:16 +00:00
Wim Taymans
7d3ce90c33
Reset some properties.
...
Original commit message from CVS:
Reset some properties.
Break out of the loop after state change to READY...
2002-05-07 21:02:24 +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
b884719e15
add some includes
...
Original commit message from CVS:
add some includes
2002-05-05 19:39:17 +00:00