Commit graph

3122 commits

Author SHA1 Message Date
Wim Taymans 3d3d5be932 Fix #106047, compilation problem with DEBUG disabled
Original commit message from CVS:
Fix #106047, compilation problem with DEBUG disabled
2003-04-04 20:03:30 +00:00
Wim Taymans f73fac3d8a Fix #109724, refcounting on padtemplates
Original commit message from CVS:
Fix #109724, refcounting on padtemplates
2003-04-04 18:52:22 +00:00
Wim Taymans 861c94ed3f Fix #109727, refcounting of caps
Original commit message from CVS:
Fix #109727, refcounting of caps
2003-04-04 18:49:48 +00:00
Wim Taymans e4be0f703f Close #109729, better _dump_mem
Original commit message from CVS:
Close #109729, better _dump_mem
2003-04-04 18:40:57 +00:00
Wim Taymans 4f60d1d363 Small typo fix
Original commit message from CVS:
Small typo fix
2003-04-01 21:19:59 +00:00
Wim Taymans f8c07f127a - added refcounting around iterate
Original commit message from CVS:
- added refcounting around iterate
- fix wrong prototype of _set_index to avoid compilation problems.
2003-03-31 20:45:00 +00:00
Wim Taymans a4835bd952 - fix registry list loading
Original commit message from CVS:
- fix registry list loading
- g_warn when a plugin cannot be loaded.
2003-03-31 20:27:41 +00:00
Wim Taymans ea46d7b77f Fix really bogus check
Original commit message from CVS:
Fix really bogus check
2003-03-31 20:20:54 +00:00
Wim Taymans 792f0214ef Compilation fix, include stdlib.h
Original commit message from CVS:
Compilation fix, include stdlib.h
2003-03-31 20:12:35 +00:00
Wim Taymans c9eb9f6bfb Added shaper element.
Original commit message from CVS:
Added shaper element.
2003-03-31 20:11:21 +00:00
Wim Taymans b721dac337 - Clean .h file
Original commit message from CVS:
- Clean .h file
- removed unimplemented function prototype
2003-03-31 20:06:04 +00:00
Wim Taymans 863e55c70e - Fix uri search function where it would always return the last uriu function even if it was not a correct one.
Original commit message from CVS:
- Fix uri search function where it would always return the last uriu function
even if it was not a correct one.
- small comment cleanup to avoid problems with gtk-doc
2003-03-31 20:02:59 +00:00
Wim Taymans 4b04aa61d9 Small indentation fixes
Original commit message from CVS:
Small indentation fixes
2003-03-31 19:48:42 +00:00
Wim Taymans f820e35169 Disable ASM sparc
Original commit message from CVS:
Disable ASM sparc
2003-02-25 19:32:32 +00:00
Christian Schaller 568ee450db setting 0.6 branch to use opt by default, shoot me
Original commit message from CVS:
setting 0.6 branch to use opt by default, shoot me
2003-02-23 20:17:13 +00:00
Thomas Vander Stichele 812399a911 going for release
Original commit message from CVS:
going for release
2003-02-02 00:56:48 +00:00
Thomas Vander Stichele a0d1149202 release notes
Original commit message from CVS:
release notes
2003-02-02 00:55:01 +00:00
Thomas Vander Stichele 170990fb85 last snippets of changes before release
Original commit message from CVS:
last snippets of changes before release
2003-02-02 00:12:39 +00:00
Thomas Vander Stichele be0daaa39c fixes #105011 (alpha fixes for printfs and pointer conversion) configure version update that was still pending
Original commit message from CVS:
fixes #105011 (alpha fixes for printfs and pointer conversion)
configure version update that was still pending
2003-02-02 00:05:42 +00:00
Thomas Vander Stichele 70992bd044 fix typo
Original commit message from CVS:
fix typo
2003-02-01 23:57:39 +00:00
Erik Walthinsen 5e3aa8676b Bug 104695: threadstest-registry.xml is in testsuite/ not testsuite/threads/
Original commit message from CVS:
Bug 104695:
threadstest-registry.xml is in testsuite/ not testsuite/threads/
2003-02-01 23:50:12 +00:00
Erik Walthinsen 5c52d591b5 Applied patch 10433 from ds to fix bug 104922.
Original commit message from CVS:
Applied patch 10433 from ds to fix bug 104922.
2003-02-01 22:45:20 +00:00
Erik Walthinsen ccbc6010a0 added .cvsignore to complete the move to pkgconfig/
Original commit message from CVS:
added .cvsignore to complete the move to pkgconfig/
2003-02-01 22:41:16 +00:00
Erik Walthinsen e9e2548cbc reverse silent/verbose logic and thus remove -s option in favor of -v
Original commit message from CVS:
reverse silent/verbose logic and thus remove -s option in favor of -v
2003-01-31 08:51:34 +00:00
Erik Walthinsen d7dbd44304 Turned g_print back on and made the default in gst-launch 'silent' because that is all debugging info. Added 'verbos...
Original commit message from CVS:
Turned g_print back on and made the default in gst-launch 'silent' because
that is all debugging info.  Added 'verbose' flag as inverse of silent.
2003-01-31 08:29:34 +00:00
Erik Walthinsen 0870d3eb87 turned off unnecessary spew, should not be present at by default, let alone in 0.6.0
Original commit message from CVS:
turned off unnecessary spew, should not be present at by default, let alone in 0.6.0
2003-01-31 06:07:27 +00:00
Erik Walthinsen ac3a27cb6f Significant cleanup of Cflags and Libs, added ../ where necessary to compensate for the .pc files living in the pkgco...
Original commit message from CVS:
Significant cleanup of Cflags and Libs, added ../ where necessary to
compensate for the .pc files living in the pkgconfig/ subdir.
2003-01-31 00:08:28 +00:00
Erik Walthinsen da83c3bba3 Fix bug 104695, add the 5 files to CLEANFILES. Could maybe be done a little cleaner in testsuite/threads, depending ...
Original commit message from CVS:
Fix bug 104695, add the 5 files to CLEANFILES.  Could maybe be done a
little cleaner in testsuite/threads, depending on what the registry.xml
file is generated by, etc.  Probably fine as it is.
2003-01-31 00:06:10 +00:00
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