Commit graph

3244 commits

Author SHA1 Message Date
Thomas Vander Stichele e008f75060 patch from wtay to not break API/ABI later on
Original commit message from CVS:
patch from wtay to not break API/ABI later on
2003-01-30 22:27:55 +00:00
Wim Taymans 418f87e9d5 Apply caps/props fixes from Company and BBB
Original commit message from CVS:
Apply caps/props fixes from Company and BBB
2003-01-29 18:41:09 +00:00
Thomas Vander Stichele 49ae352454 reverting fix
Original commit message from CVS:
reverting fix
2003-01-29 02:41:40 +00:00
Thomas Vander Stichele ee1c33815d (bit field) & (boolean) probably only worked by accident this is probably more correct
Original commit message from CVS:
(bit field) & (boolean) probably only worked by accident
this is probably more correct
2003-01-29 02:16:01 +00:00
Thomas Vander Stichele a220a973ef disable errors for this release, we know we have issues
Original commit message from CVS:
disable errors for this release, we know we have issues
2003-01-29 01:06:05 +00:00
Thomas Vander Stichele 71799aa07a I didn't see this one go out, need it for testing
Original commit message from CVS:
I didn't see this one go out, need it for testing
2003-01-29 01:04:46 +00:00
Thomas Vander Stichele b1825ab87d considering a prerelease
Original commit message from CVS:
considering a prerelease
2003-01-29 00:51:31 +00:00
Thomas Vander Stichele c86cd8d4e3 cleanup
Original commit message from CVS:
cleanup
2003-01-29 00:38:52 +00:00
Thomas Vander Stichele b08b736caf s/390 patch from jrb
Original commit message from CVS:
s/390 patch from jrb
2003-01-29 00:22:58 +00:00
Erik Walthinsen bf71dba1f4 changed version to 0.6.0
Original commit message from CVS:
changed version to 0.6.0
2003-01-28 23:00:39 +00:00
Erik Walthinsen 6bd5b956ed replaced EXTRA_DIST with static file list so it works
Original commit message from CVS:
replaced EXTRA_DIST with static file list so it works
2003-01-28 22:49:33 +00:00
Wim Taymans eb80da297f - Prepare caps/props structs for future implementation of refcounting
Original commit message from CVS:
- Prepare caps/props structs for future implementation of refcounting
- Added some (yet unused) methods as to not introduce too much methods
for next release.
2003-01-28 21:54:37 +00:00
Thomas Vander Stichele fd70412057 now is not the time to fix stuff
Original commit message from CVS:
now is not the time to fix stuff
2003-01-28 20:25:50 +00:00
Thomas Vander Stichele e4d4f8a532 pkg-config fixes
Original commit message from CVS:
pkg-config fixes
2003-01-28 17:33:47 +00:00
Thomas Vander Stichele 4f1cf0cfdf moving pkgconfig to it's own dir and separating out gstreamer-control
Original commit message from CVS:
moving pkgconfig to it's own dir and separating out gstreamer-control
2003-01-28 17:24:52 +00:00
Thomas Vander Stichele d6ffa18bde merging fixes from HEAD
Original commit message from CVS:
merging fixes from HEAD
2003-01-26 11:22:41 +00:00
Thomas Vander Stichele 95d5939132 fix case where typefind f could not be loaded
Original commit message from CVS:
fix case where typefind f could not be loaded
2003-01-26 11:12:57 +00:00
Leif Johnson 1d9bd9ae94 + missed a couple of conn->link changes in the links.xml file in this branch
Original commit message from CVS:
+ missed a couple of conn->link changes in the links.xml file in this branch
2003-01-26 02:13:01 +00:00
Leif Johnson 22c66f1afb + updating docs to reflect the connect->link api change, closes bug#103843
Original commit message from CVS:
+ updating docs to reflect the connect->link api change, closes bug#103843
2003-01-24 18:56:18 +00:00
Thomas Vander Stichele e0ac69b08c the 0.6 branch is OPEN for development (bugfixes only)
Original commit message from CVS:
the 0.6 branch is OPEN for development (bugfixes only)
2003-01-23 11:10:59 +00:00
Thomas Vander Stichele f1687832be going for a release final fixes libtool age 2->3 because of connect->link
Original commit message from CVS:
going for a release
final fixes
libtool age 2->3 because of connect->link
2003-01-22 16:14:16 +00:00
Thomas Vander Stichele 879207e81f ok ok ok
Original commit message from CVS:
ok ok ok
2003-01-22 14:35:39 +00:00
Thomas Vander Stichele ab18dbcb9a try to fix interdependency
Original commit message from CVS:
try to fix interdependency
2003-01-22 14:17:34 +00:00
Thomas Vander Stichele 7812f6ffdf release notes
Original commit message from CVS:
release notes
2003-01-22 14:13:55 +00:00
Thomas Vander Stichele 639264fe8d brian's patch
Original commit message from CVS:
brian's patch
2003-01-22 12:08:21 +00:00
Thomas Vander Stichele ed27d67266 scramble fixes
Original commit message from CVS:
scramble fixes
2003-01-22 11:44:44 +00:00
Thomas Vander Stichele 5ab15e39e2 branch for release
Original commit message from CVS:
branch for release
2003-01-21 23:31:58 +00:00
Thomas Vander Stichele 64ec45f477 fix
Original commit message from CVS:
fix
2003-01-21 22:22:13 +00:00
David Schleef 32a905da80 Remove 'inline' from a function that is never actually inlined under any circumstances. Some compilers (Forte) don't...
Original commit message from CVS:
Remove 'inline' from a function that is never actually inlined
under any circumstances.  Some compilers (Forte) don't like
non-static inlines, and neither do I.  From Brian Cameron.
2003-01-21 22:13:48 +00:00
Thomas Vander Stichele cc25be4804 various test fixes :)
Original commit message from CVS:
various test fixes :)
2003-01-21 22:11:21 +00:00
David Schleef 7106505492 Hide GCC assembly behind define(__GNUC__). From Brian Cameron.
Original commit message from CVS:
Hide GCC assembly behind define(__GNUC__).  From Brian Cameron.
2003-01-21 22:11:13 +00:00
David Schleef ba1f005623 Patch to remove GCC-ism for local structure initialization. From
Original commit message from CVS:
Patch to remove GCC-ism for local structure initialization.  From
Brian Cameron.
2003-01-21 22:10:07 +00:00
David Schleef fb27bbee37 Remove GCC-ism used to find current stack pointer, and use this opportunity to clean up the code slightly. Based on ...
Original commit message from CVS:
Remove GCC-ism used to find current stack pointer, and use this
opportunity to clean up the code slightly.  Based on patch from
Brian Cameron.
2003-01-21 22:01:37 +00:00
Wim Taymans ef5cc368e7 Small formatting cleanup for write only properties
Original commit message from CVS:
Small formatting cleanup for write only properties
2003-01-21 21:34:31 +00:00
David Schleef 2e5b741993 Add test for ucontext.h. (Needed for cothreads.c)
Original commit message from CVS:
Add test for ucontext.h.  (Needed for cothreads.c)
2003-01-21 21:28:27 +00:00
Wim Taymans 92c48266a6 Also find other plugin features; need to implement some prettyprint functions still...
Original commit message from CVS:
Also find other plugin features; need to implement some prettyprint
functions still...
2003-01-21 21:15:00 +00:00
David Schleef fb9d810263 Replace __alignof__() GCC-ism with sizeof(). Should produce exactly the same code on all architectures except perhap...
Original commit message from CVS:
Replace __alignof__() GCC-ism with sizeof().  Should produce exactly
the same code on all architectures except perhaps m68k.
2003-01-21 20:50:27 +00:00
Erik Walthinsen bab7be2c91 revert the revert, switch out the new code for the 'working' code with an #if
Original commit message from CVS:
revert the revert, switch out the new code for the 'working' code with an #if
2003-01-21 20:48:23 +00:00
Thomas Vander Stichele f7334fc9d2 don't make failing tests
Original commit message from CVS:
don't make failing tests
2003-01-21 20:26:06 +00:00
Wim Taymans 69be241342 Revert 1.66 and 1.67 that seemed to break the unlink scheduler function 1.68 is still added
Original commit message from CVS:
Revert 1.66 and 1.67 that seemed to break the unlink scheduler function
1.68 is still added
2003-01-21 18:39:11 +00:00
Wim Taymans 59a224893a Some more debugging
Original commit message from CVS:
Some more debugging
2003-01-20 23:11:51 +00:00
Wim Taymans 826f848618 - We need to pull UNUSABLE pads too because it might be an event
Original commit message from CVS:
- We need to pull UNUSABLE pads too because it might be an event
2003-01-20 23:10:32 +00:00
Wim Taymans d6469f9688 - Make _tell more accurate
Original commit message from CVS:
- Make _tell more accurate
2003-01-20 22:32:56 +00:00
Erik Walthinsen de6bcd890a - added 'remove' argument to _chain_recursive_add to remove elements from old chain before adding to new one
Original commit message from CVS:
- added 'remove' argument to _chain_recursive_add to remove elements from
old chain before adding to new one
- reworked _pad_unlink to be simpler and more correct
2003-01-20 22:22:46 +00:00
Erik Walthinsen cbbb8371fe moved recursive exit to the front of the call, to make it easier to add prevchain removal
Original commit message from CVS:
moved recursive exit to the front of the call, to make it easier to add prevchain removal
2003-01-20 22:02:46 +00:00
Erik Walthinsen 590604e430 - some minor whitespace cleanups
Original commit message from CVS:
- some minor whitespace cleanups
- rework _chain_add_element to put the element in either the main or
disabled lists depending on whether the element is PLAYING or not.
2003-01-20 21:23:19 +00:00
Thomas Vander Stichele f1526799e0 make forte happy
Original commit message from CVS:
make forte happy
2003-01-20 14:10:14 +00:00
Wim Taymans 26477ae320 Small fixes
Original commit message from CVS:
Small fixes
2003-01-19 20:05:16 +00:00
David I. Lehn 72992d5309 add --disable-xsltproc-net option to pass --nonet to xsltproc
Original commit message from CVS:
add --disable-xsltproc-net option to pass --nonet to xsltproc
2003-01-19 00:40:50 +00:00
David I. Lehn 9139cc81ba comment out unused caps_changed related functions and prototypes
Original commit message from CVS:
comment out unused caps_changed related functions and prototypes
2003-01-18 21:41:34 +00:00