Commit graph

737 commits

Author SHA1 Message Date
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
David I. Lehn ff6c6fa231 Updated version and build fix.
Original commit message from CVS:
Updated version and build fix.
2001-02-25 23:08:28 +00:00
Brent Bradburn c1044a081b Patched .h files for C++ support.
Original commit message from CVS:
Patched .h files for C++ support.
2001-02-25 03:42:51 +00:00
Erik Walthinsen 409d3fbdec swapped ordering of plugin dirs so srcdir plugins load first
Original commit message from CVS:
swapped ordering of plugin dirs so srcdir plugins load first
2001-02-25 03:40:43 +00:00
Erik Walthinsen 37004188a8 commented out some printfs that went to stdout
Original commit message from CVS:
commented out some printfs that went to stdout
2001-02-25 03:36:36 +00:00
Erik Walthinsen 44be31b4f0 added Jens Thiele's bgr565 to rgb32 converter
Original commit message from CVS:
added Jens Thiele's bgr565 to rgb32 converter
2001-02-24 23:08:42 +00:00
David I. Lehn c87e1f9b0c Call configure instead of autogen.sh.
Original commit message from CVS:
Call configure instead of autogen.sh.
2001-02-24 21:07:23 +00:00
Wim Taymans 60eeda80de Remove some unneeded files
Original commit message from CVS:
Remove some unneeded files
Added a fix for broken libglade-config in configure.in
2001-02-24 20:06:52 +00:00
David I. Lehn 588c0e575b Add Debian files to distribution.
Original commit message from CVS:
Add Debian files to distribution.
2001-02-24 19:33:44 +00:00
Wim Taymans 1c6925c316 Make dist now works
Original commit message from CVS:
Make dist now works
2001-02-24 19:28:59 +00:00
Wim Taymans a114c20d48 Moved some win32 files around small fixes to wincodec
Original commit message from CVS:
Moved some win32 files around
small fixes to wincodec
2001-02-24 17:49:57 +00:00
Wim Taymans 78514b44f4 Refreshed the winloader with the latest xmmp code. win32 codecs work again. It was a metter of turning of optimisations.
Original commit message from CVS:
Refreshed the winloader with the latest xmmp code.
win32 codecs work again. It was a metter of turning of optimisations.
2001-02-24 17:39:27 +00:00
Wim Taymans f37f8a939e Added directories to Makefiles for DIST
Original commit message from CVS:
Added directories to Makefiles for DIST
2001-02-24 16:56:19 +00:00
Wim Taymans 58a66780d8 slightly changed the Makefile.am in videoscale libs.
Original commit message from CVS:
slightly changed the Makefile.am in videoscale libs.
v4lsrc works again
A little modification to the videotest programm to use a tee element.
added support for multiple paths in --gst-plugin_path=.
added ab ENV variable GST_PLUGIN_PATH to specify extra directories to
look for plugins.
2001-02-24 00:23:21 +00:00
Wim Taymans 3a39f8d1d1 Updated the docs for gst_pluging_add_path
Original commit message from CVS:
Updated the docs for gst_pluging_add_path
Updated the manual with the new --gst-plugin-path/spew options
2001-02-23 19:22:48 +00:00
Wim Taymans e2a933d38d Removed the asyncdisksrc again...
Original commit message from CVS:
Removed the asyncdisksrc again...
2001-02-23 19:09:34 +00:00
Erik Walthinsen 35f4d52d7b Added two options: --gst-plugin-spew will print errors when plugins fail to load. --gst-plugin-path= will add a dire...
Original commit message from CVS:
Added two options: --gst-plugin-spew will print errors when plugins fail
to load.  --gst-plugin-path= will add a directory to the path searched for
plugins.
2001-02-23 19:09:18 +00:00