David Schleef
63ee736634
Global change from "caps2" to "caps". Script is: #!/bin/sh find . -name '*.[chy]' -exec perl -i -p \
...
Original commit message from CVS:
Global change from "caps2" to "caps". Script is:
#!/bin/sh
find . -name '*.[chy]' -exec perl -i -p \
-e 's/gst_static_caps2_/gst_static_caps_/g;\
s/GST_CAPS2_/GST_CAPS_/g;\
s/gst_caps2_/gst_caps_/g;\
s/GstCaps2/GstCaps/g;\
s/GstStaticCaps2/GstStaticCaps/g;\
s/GST_STATIC_CAPS2_/GST_STATIC_CAPS_/g;\
s/GST_TYPE_CAPS2/GST_TYPE_CAPS/g;\
s/gst_caps_get_nth_cap/gst_caps_get_structure/g;\
s/gst_caps_get_n_structures/gst_caps_get_size/g;\
s/gst_caps_append_cap/gst_caps_append_structure/g;\
s/GST_CAPS2_/GST_CAPS_/g;' \
{} \;
2003-12-21 22:33:42 +00:00
David Schleef
e1eb5e2d92
Fixes to get 'make check' working again.
...
Original commit message from CVS:
Fixes to get 'make check' working again.
2003-12-21 22:04:45 +00:00
David Schleef
3754e36428
Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3
...
Original commit message from CVS:
Merge HEAD from CAPS-MERGE-2 to CAPS-MERGE-3
2003-12-18 05:40:34 +00:00
David Schleef
f3389b1fa1
more checks
...
Original commit message from CVS:
more checks
2003-12-12 09:08:00 +00:00
David Schleef
ce5bdf5ce4
Fixes for change of caps strings.
...
Original commit message from CVS:
Fixes for change of caps strings.
2003-12-02 18:46:21 +00:00
David Schleef
f84d9ae2da
Merge HEAD from CAPS-MERGE-1 to CAPS-MERGE-2
...
Original commit message from CVS:
Merge HEAD from CAPS-MERGE-1 to CAPS-MERGE-2
2003-11-29 07:04:28 +00:00
David Schleef
e26b526a76
remove junk
...
Original commit message from CVS:
remove junk
2003-11-29 05:50:08 +00:00
David Schleef
0766774fd7
merge from HEAD
...
Original commit message from CVS:
merge from HEAD
2003-11-29 05:49:19 +00:00
David Schleef
1a3888c760
Merge HEAD from CAPS-ROOT to CAPS-MERGE-1
...
Original commit message from CVS:
Merge HEAD from CAPS-ROOT to CAPS-MERGE-1
2003-11-29 04:09:27 +00:00
David Schleef
005457e4bd
doc fixes for autoplug removal
...
Original commit message from CVS:
doc fixes for autoplug removal
2003-11-29 02:55:14 +00:00
David Schleef
26da835878
Fixes for new caps. A few tests disabled.
...
Original commit message from CVS:
Fixes for new caps. A few tests disabled.
2003-11-29 00:14:13 +00:00
David Schleef
59f94cac76
Fix tests to use GstCaps2, static caps, and static pad templates
...
Original commit message from CVS:
Fix tests to use GstCaps2, static caps, and static pad templates
2003-11-25 08:59:43 +00:00
David Schleef
8cefbe14a3
Migrate plugins to GstCaps2
...
Original commit message from CVS:
Migrate plugins to GstCaps2
2003-11-12 08:17:40 +00:00
David Schleef
fc7f7b475a
hacking. Removed autoplug in the process.
...
Original commit message from CVS:
hacking. Removed autoplug in the process.
2003-11-12 01:33:15 +00:00
David Schleef
4d68317c85
add testsuite/caps2
...
Original commit message from CVS:
add testsuite/caps2
2003-11-11 19:23:31 +00:00
David Schleef
21fc559408
add tests
...
Original commit message from CVS:
add tests
2003-11-11 19:22:29 +00:00
David Schleef
b4482a888c
Brute force porting of core to GstCaps2
...
Original commit message from CVS:
Brute force porting of core to GstCaps2
2003-11-11 19:19:58 +00:00
Benjamin Otte
bb7422b2e7
ignore some more tests
...
Original commit message from CVS:
ignore some more tests
2003-11-09 18:09:24 +00:00
Benjamin Otte
b03093d8e1
added a test that was claimed to fail but works here
...
Original commit message from CVS:
added a test that was claimed to fail but works here
2003-11-09 18:08:00 +00:00
Iain Holmes
0676d630e7
threadb and threadc are unexpectedly passing on my system (glibc2.3.1 and linux-2.6.0-test9). Commenting them out bec...
...
Original commit message from CVS:
threadb and threadc are unexpectedly passing on my system (glibc2.3.1 and linux-2.6.0-test9). Commenting them out because they are expectedly failing on other systems.
2003-11-05 12:45:18 +00:00
Benjamin Otte
4d13919ffa
disabling cleanup3 until it knows if it fails or passes
...
Original commit message from CVS:
disabling cleanup3 until it knows if it fails or passes
2003-11-05 01:24:00 +00:00
David Schleef
b98702063f
fix typo
...
Original commit message from CVS:
fix typo
2003-11-05 00:40:33 +00:00
Benjamin Otte
b940244e53
disable debugging when it hasn't been initialized yet. Fixes testsuite
...
Original commit message from CVS:
disable debugging when it hasn't been initialized yet. Fixes testsuite
2003-11-04 17:27:22 +00:00
David Schleef
aa63f65fc8
Update for new plugin API. static and static2 now fail
...
Original commit message from CVS:
Update for new plugin API. static and static2 now fail
2003-11-04 05:48:16 +00:00
David Schleef
4ccd25273f
cosmetic fix
...
Original commit message from CVS:
cosmetic fix
2003-11-04 05:47:28 +00:00
David Schleef
eebceb0d90
update for new plugin API. still fails.
...
Original commit message from CVS:
update for new plugin API. still fails.
2003-11-04 04:26:26 +00:00
Benjamin Otte
907e3e97d9
update plugin initialization restructuring (see email for details
...
Original commit message from CVS:
update plugin initialization restructuring (see email for details
2003-10-31 19:32:47 +00:00
David Schleef
9c87c528e7
Massive patch to make 'make check' work properly. Many compilation fixes -- everything should compile now. Some tes...
...
Original commit message from CVS:
Massive patch to make 'make check' work properly. Many compilation
fixes -- everything should compile now. Some tests pass, some
fail; the expected sucess/failure is coded in the Makefile.am's.
gst-register is properly run for both 'make check' and 'make distcheck'.
Much of the common infrastructure is coded in testsuite/Rules.
2003-10-15 01:25:41 +00:00
David Schleef
c514b8ba68
Fix typo in last checkin
...
Original commit message from CVS:
Fix typo in last checkin
2003-10-09 01:41:09 +00:00
David Schleef
d4ee10bd79
distcheck fixes. Some tests have been disabled.
...
Original commit message from CVS:
distcheck fixes. Some tests have been disabled.
2003-10-09 01:13:21 +00:00
Andy Wingo
31d748d332
s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488 . Also inc...
...
Original commit message from CVS:
s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488 . Also includes scheduler patches, and probably fixes some queue bugs relating to events and buffers.
2003-10-08 16:06:02 +00:00
David Schleef
ec5122f8d3
new proggy I never checked in
...
Original commit message from CVS:
new proggy I never checked in
2003-10-08 07:49:11 +00:00
David Schleef
e3785989e3
Clean up makefile. It's still kindof screwy, but that's because automake won't create .so files for noinst libs.
...
Original commit message from CVS:
Clean up makefile. It's still kindof screwy, but that's because
automake won't create .so files for noinst libs.
2003-10-08 01:05:10 +00:00
Thomas Vander Stichele
230f5397aa
adding simple queue test
...
Original commit message from CVS:
adding simple queue test
2003-10-03 15:21:49 +00:00
Thomas Vander Stichele
2b881623ff
ignore these test code
...
Original commit message from CVS:
ignore these
test code
2003-09-11 12:19:22 +00:00
Thomas Vander Stichele
2e1e7054f2
ignore
...
Original commit message from CVS:
ignore
2003-09-11 12:13:56 +00:00
Andy Wingo
5c2d6b2f43
cache return values of _gst_debug_nameof_funcptr
...
Original commit message from CVS:
kill some memleaks, add ::signal-handoffs property to fakesrc/sink (default FALSE), cache return values of _gst_debug_nameof_funcptr
2003-08-07 12:45:31 +00:00
David Schleef
4c4d69e51a
Add another test
...
Original commit message from CVS:
Add another test
2003-08-02 01:55:24 +00:00
Jan Schmidt
8c768ff53e
Fix installing plugin in wrong dir
...
Original commit message from CVS:
Fix installing plugin in wrong dir
2003-07-29 00:12:30 +00:00
Ronald S. Bultje
68a12e8ba3
Plugin details fixes
...
Original commit message from CVS:
Plugin details fixes
2003-07-12 14:48:27 +00:00
Wim Taymans
13cbce8aab
Updated example app
...
Original commit message from CVS:
Updated example app
2003-07-10 20:40:36 +00:00
Christian Schaller
9e29307e4a
SPEC and build fixes, should be possible to make tarballs and make RPMS again now
...
Original commit message from CVS:
SPEC and build fixes, should be possible to make tarballs and make RPMS again now
2003-07-05 21:04:23 +00:00
Benjamin Otte
803ce6bf48
GST_DEBUG reorganization containing loads of stuff:
...
Original commit message from CVS:
GST_DEBUG reorganization
This is a big diff (ca 450k), containing loads of stuff:
- gstinfo.[ch] complete rewrite
- changing of all GST_DEBUG messages to reflect that change
- reorganization of subsystem disabling
- addition of gstconfig.h.in so we can track the disablings
- <gst/gst.h> does not include <unistd.h> and <config.h> anymore
- documentation updated for gstinfo stuff (build the docs yourself to know what changed)
- bugfixes for making of the docs (files from CVS are not deleted anymore
- testsuite for debugging changes in testsuite/debug
expect breakage
2003-06-29 14:05:49 +00:00
Wim Taymans
20ada53580
- some more checks
...
Original commit message from CVS:
- some more checks
2003-06-13 20:54:02 +00:00
Wim Taymans
6ebefb6ab3
- Added testcase for fixed flag on caps/props
...
Original commit message from CVS:
- Added testcase for fixed flag on caps/props
- Added union testcase (not working)
2003-06-13 19:12:33 +00:00
Wim Taymans
605279f143
updated example with correct code to add namespaces to root element.
...
Original commit message from CVS:
updated example with correct code to add namespaces to root element.
2003-06-09 13:09:21 +00:00
Benjamin Otte
bad94002f2
spaling eroah
...
Original commit message from CVS:
spaling eroah
2003-05-19 15:54:58 +00:00
Benjamin Otte
4e4a1aabe5
check if required elements are installed
...
Original commit message from CVS:
check if required elements are installed
2003-05-19 15:46:39 +00:00
Thomas Vander Stichele
6cf83f6d8b
applying http://bugzilla.gnome.org/show_bug.cgi?id=110707 patch, should fix testsuite issues
...
Original commit message from CVS:
applying
http://bugzilla.gnome.org/show_bug.cgi?id=110707
patch, should fix testsuite issues
2003-05-18 22:59:51 +00:00
David Schleef
1dfc44793e
Call perl script using $(PERL_PATH)
...
Original commit message from CVS:
Call perl script using $(PERL_PATH)
2003-05-18 03:36:41 +00:00