Commit graph

653 commits

Author SHA1 Message Date
David I. Lehn 826969025e Use of system() in test programs needs an #include <stdlib.h>.
Original commit message from CVS:
Use of system() in test programs needs an #include <stdlib.h>.
2001-03-14 07:54:02 +00:00
David I. Lehn c705c78082 Fix --with-gstreamer-prefix via s/glib/gstreamer/
Original commit message from CVS:
Fix --with-gstreamer-prefix via s/glib/gstreamer/
2001-03-14 06:46:44 +00:00
Wim Taymans df681e7f0e Adjusted -inspect to the new GstCaps structure
Original commit message from CVS:
Adjusted -inspect to the new GstCaps structure
2001-03-13 22:21:29 +00:00
Wim Taymans a8e66eca9e The typefind element now sets the caps on its sink pad when the type has been detected.
Original commit message from CVS:
The typefind element now sets the caps on its sink pad when the type
has been detected.
2001-03-13 22:13:56 +00:00
Wim Taymans 661ba7feb7 Small fixes to the caps compatibility check.
Original commit message from CVS:
Small fixes to the caps compatibility check.
Small changes to the pad negotiation and proxy functions
2001-03-13 20:26:23 +00:00
Wim Taymans 29a006c8d8 Updated the autoplug example with the new autoplugger. there still is a scheduling issue though.
Original commit message from CVS:
Updated the autoplug example with the new autoplugger. there still is
a scheduling issue though.
2001-03-13 18:57:25 +00:00
Wim Taymans 0bb78cefa8 Applied the patch from hadess/ajmitch to add --disable-alsasink and
Original commit message from CVS:
Applied the patch from hadess/ajmitch to add --disable-alsasink and
--disable-esdsink (the latter one being untested) to configure.in
2001-03-13 18:45:49 +00:00
Wim Taymans 3ec275832a Merged the CAPSNEGO1 branch..
Original commit message from CVS:
Merged the CAPSNEGO1 branch..
2001-03-12 21:02:12 +00:00
Wim Taymans db74410739 Some more conversion functions.. We should really use Hermes soon..
Original commit message from CVS:
Some more conversion functions.. We should really use Hermes soon..
2001-03-11 23:14:33 +00:00
Erik Walthinsen 5034ebd995 added check for version 1.8.1 or better of libxml
Original commit message from CVS:
added check for version 1.8.1 or better of libxml
2001-03-11 22:45:32 +00:00
Wim Taymans 1e20129686 Added an rgb24 to rgb32 converter (untested)
Original commit message from CVS:
Added an rgb24 to rgb32 converter (untested)
2001-03-11 21:12:28 +00:00
Wim Taymans 5647ffcc86 Applied the sinesrc patch from Steve Baker.
Original commit message from CVS:
Applied the sinesrc patch from Steve Baker.
2001-03-11 18:34:45 +00:00
Erik Walthinsen 560d23e10b added tool-man's patch for g++ compilation, const guchar for pipeline_new
Original commit message from CVS:
added tool-man's patch for g++ compilation, const guchar for pipeline_new
2001-03-10 09:03:39 +00:00
Wim Taymans 5f4ccbbdea Added librtp as a REQUIREMENT for the rtp plugin
Original commit message from CVS:
Added librtp as a REQUIREMENT for the rtp plugin
2001-03-09 22:03:19 +00:00
Wim Taymans 8baa266798 Added a check for librtp.
Original commit message from CVS:
Added a check for librtp.
2001-03-09 22:02:38 +00:00
Wim Taymans f8b7dead31 Added the RTP sink, added libasound to the REQUIREMENTS, configure.in is not yet detecting librtp...
Original commit message from CVS:
Added the RTP sink, added libasound to the REQUIREMENTS, configure.in is
not yet detecting librtp...
2001-03-09 20:50:36 +00:00
Wim Taymans 7f4abedd33 Only build alsa when detected by configure
Original commit message from CVS:
Only build alsa when detected by configure
2001-03-09 20:24:35 +00:00
Richard Boulton d19fde7e35 Fix gst_init() so that it doesn't fail when passed two NULLs as parameters.
Original commit message from CVS:
Fix gst_init() so that it doesn't fail when passed two NULLs as parameters.
Was dereferencing the argv pointer to get progname: now defaults to
"gstprog".
2001-03-09 12:31:07 +00:00
Richard Boulton 1f3f906886 Updated test to have a comment explaining its purpose (very important this, especially for regression tests), and to ...
Original commit message from CVS:
Updated test to have a comment explaining its purpose (very important this,
especially for regression tests), and to actually test what I meant it to.
2001-03-09 12:29:51 +00:00
Richard Boulton 51847f3fe4 Added a testsuite. This currently only has one test, which replicates a problem just submitted to the list.
Original commit message from CVS:
Added a testsuite.  This currently only has one test, which replicates a
problem just submitted to the list.

I hope noone disagrees that we need a testsuite.  Also, hopefully we all
think that a tiny testsuite which is easy to add tests to is much better
than a huge project to create a complete testsuite, which never gets
started because its too big and scary.

I suggest that tests get created whenever someone has a spare moment, or
whenever a bug is reported (to replicate the problem, and thus be sure that
when fixed it stays fixed), and before making a change to a piece of code
to ensure that it remains working.

If we all add little tests occasionally, then we'll have a good useful
testsuite before we know it.  All you need to do is make a
2001-03-09 12:08:38 +00:00
Wim Taymans ce2a732640 Removed the libxmms check until they fix their m4 script..
Original commit message from CVS:
Removed the libxmms check until they fix their m4 script..
2001-03-08 21:28:05 +00:00
Wim Taymans c2e4a66fc6 Added a check for libxmms
Original commit message from CVS:
Added a check for libxmms
2001-03-07 22:20:32 +00:00
Wim Taymans 55006f6367 Merged the AUTOPLUG2 branch
Original commit message from CVS:
Merged the AUTOPLUG2 branch
2001-03-07 21:52:56 +00:00
Wim Taymans 031e0a3acb Small fixes to pipeline and gstbin.
Original commit message from CVS:
Small fixes to pipeline and gstbin.
Fixed the xmmstest makefile entry
Removed the plugin_load statements in videotest
Applied the patch from Steve Baker for float args parsing
2001-03-06 22:32:27 +00:00
Wim Taymans 30685cb8c9 Added quotes around the command line mp3 player
Original commit message from CVS:
Added quotes around the command line mp3 player
2001-03-06 20:06:07 +00:00
Wim Taymans 5a15653ca1 Applied Dominic Ludlam's patch to allow quoted args in gstreamer-launch
Original commit message from CVS:
Applied Dominic Ludlam's patch to allow quoted args in gstreamer-launch
2001-03-06 20:04:42 +00:00
Wim Taymans ef48e57a9e Added an effect to the example
Original commit message from CVS:
Added an effect to the example
2001-03-05 21:24:33 +00:00
David I. Lehn 161ee535ef Use g_return_val_if_fail() instead of g_return_if_fail() where needed.
Original commit message from CVS:
Use g_return_val_if_fail() instead of g_return_if_fail() where needed.
2001-03-04 22:26:33 +00:00
David I. Lehn 066b743683 Update mpeg2dec plugin. Now depends on mpeg2dec 0.2.0.
Original commit message from CVS:
Update mpeg2dec plugin.  Now depends on mpeg2dec 0.2.0.
2001-03-04 22:22:37 +00:00
Wim Taymans 69cf376f7b Added a test program for xmms
Original commit message from CVS:
Added a test program for xmms
2001-03-04 21:59:35 +00:00
Wim Taymans 020d17cda5 Added makefile for xmms. libxmms detection is not done yet.
Original commit message from CVS:
Added makefile for xmms.
libxmms detection is not done yet.
2001-03-04 21:58:44 +00:00
Wim Taymans 7ae9b35226 And the gst_utit_set_object_arg function too of course...
Original commit message from CVS:
And the gst_utit_set_object_arg function too of course...
2001-03-03 18:19:38 +00:00
Wim Taymans a27f7e76d0 Added gstutils.h to #include
Original commit message from CVS:
Added gstutils.h to #include
2001-03-03 17:38:26 +00:00
Wim Taymans 617a3fcf0d Added a comma to fix ./configure as found by Steve Baker
Original commit message from CVS:
Added a comma to fix ./configure as found by Steve Baker
2001-03-03 17:09:56 +00:00
Wim Taymans 2fd9de4142 Added a utility function in gstutils to set an object argument as a string. gstparse.c and gstelement.c now use this ...
Original commit message from CVS:
Added a utility function in gstutils to set an object argument as a
string. gstparse.c and gstelement.c now use this function.
2001-03-03 16:30:10 +00:00
Erik Walthinsen ca4e87219c added sparc cothreads
Original commit message from CVS:
added sparc cothreads
2001-03-02 18:30:37 +00:00
Wim Taymans 3c79a3d66f Make the autoplugging example work again with an ugly hack until we have autoplug2 merged...
Original commit message from CVS:
Make the autoplugging example work again with an ugly hack until we
have autoplug2 merged...
2001-03-02 17:56:02 +00:00
Richard Boulton 55bc3d863c Include compatability defines for libxml: use xmlChildrenNode instead of childs.
Original commit message from CVS:
Include compatability defines for libxml: use xmlChildrenNode instead of
childs.
2001-03-02 17:03:20 +00:00
Richard Boulton c9f2ed4f20 Add advice to run gstreamer-register when warning that registry needs rebuild.
Original commit message from CVS:
Add advice to run gstreamer-register when warning that registry needs
rebuild.
2001-03-02 16:50:46 +00:00
Richard Boulton ad877941f5 Mention that libxml is also known as gnome-xml
Original commit message from CVS:
Mention that libxml is also known as gnome-xml
2001-03-02 16:49:33 +00:00
Wim Taymans 965f0b1e78 Updated the authors file.
Original commit message from CVS:
Updated the authors file.
2001-03-01 23:47:00 +00:00
Wim Taymans 315eb6db70 I'm too lazy to comment this
Original commit message from CVS:
Added the .m4 script of	Thomas Nyberg <thomas@codefactory.se>
2001-03-01 23:25:23 +00:00
Wim Taymans 0487371214 Make sure a cothreaded element is selected as the first one to start the cothread_switch
Original commit message from CVS:
Make sure a cothreaded element is selected as the first one to start
the cothread_switch
2001-02-28 21:40:03 +00:00
Wim Taymans 18964cbfac Redid the cpu detection with a little help from mpeg2decs code..
Original commit message from CVS:
Redid the cpu detection with a little help from mpeg2decs code..
2001-02-28 20:32:47 +00:00
Wim Taymans 1c09d79673 Xv enabled, mpeg2dec is the decoder..
Original commit message from CVS:
Xv enabled, mpeg2dec is the decoder..
2001-02-27 22:43:12 +00:00
Wim Taymans a11893c8d5 and the updated makefile...
Original commit message from CVS:
and the updated makefile...
2001-02-27 22:38:25 +00:00
Wim Taymans 8a2f62c028 Added a simple mpeg2 player for testing mpeg2dec (later)
Original commit message from CVS:
Added a simple mpeg2 player for testing mpeg2dec (later)
2001-02-27 22:27:38 +00:00
Wim Taymans 52fa416005 CPU detection of MMXEXT and probably 3DNOW (not on Athlon yet)
Original commit message from CVS:
CPU detection of MMXEXT and probably 3DNOW (not on Athlon yet)
Renamed the mmxe motion compentation files.
disabled SSE optimisation in ac3dec because it apparently faults..
enable MMXEXT motion compensation on non SSE CPUs (AMD)
2001-02-27 19:44:49 +00:00
Wim Taymans 3aa8975af6 A hopeless attempt at fixing the plugin docs Makefiles...
Original commit message from CVS:
A hopeless attempt at fixing the plugin docs Makefiles...
Make the jpeg decoder a bit more aware about the different YUV colorspaces.
2001-02-27 00:05:15 +00:00
David I. Lehn 1e360b22ce Oops... wrong email address
Original commit message from CVS:
Oops... wrong email address
2001-02-25 23:11:14 +00:00