Commit graph

1011 commits

Author SHA1 Message Date
Thomas Vander Stichele b019f2cc91 trying to add a check for libaudiofile (-> plugins/audiofile/afsink)
Original commit message from CVS:
trying to add a check for libaudiofile (-> plugins/audiofile/afsink)
2001-05-21 19:40:50 +00:00
Bastien Nocera b1516de5f5 - removed the parse factory, it's unused
Original commit message from CVS:
- removed the parse factory, it's unused
2001-05-21 02:35:22 +00:00
Arik Devens d6b32ac2f9 Added a ChangeLog as per hadess' sugesstion, and added myself as an author.
Original commit message from CVS:
Added a ChangeLog as per hadess' sugesstion, and added myself as an author.
2001-05-21 01:37:10 +00:00
Arik Devens 861256b0db playing at double size, general code cleanup and what not.
Original commit message from CVS:
added the begninnings of full-screen support (crashes atm), playing at double size, general code cleanup and what not.
2001-05-21 01:19:06 +00:00
Wim Taymans 4212a8dfdc Fixed a problem with -inspect where some args would not show up correctly
Original commit message from CVS:
Fixed a problem with -inspect where some args would not show up correctly
2001-05-20 21:24:59 +00:00
Wim Taymans 7fb020ffe6 Better output of element flags.
Original commit message from CVS:
Better output of element flags.
2001-05-20 20:12:45 +00:00
Wim Taymans 86bdfc6663 Escape spaces in the cmdline args with "\\ " so that parse can handle it.
Original commit message from CVS:
Escape spaces in the cmdline args with "\\ " so that parse can handle it.
2001-05-20 20:06:09 +00:00
Wim Taymans 704918c3fa Added the possibility to escape chars in gstparse. You can now give it a cmdline like disksrc location=some\ sort\ of...
Original commit message from CVS:
Added the possibility to escape chars in gstparse. You can now give it a
cmdline like disksrc location=some\ sort\ of.mp3 ! .... and it does the
right thing.
2001-05-20 20:05:29 +00:00
Thomas Vander Stichele 90c0acec1c reinstated exit(-1) when gstparse.c doesn't find the plugin mentioned
Original commit message from CVS:
reinstated exit(-1) when gstparse.c doesn't find the plugin mentioned
2001-05-20 14:55:02 +00:00
Wim Taymans 8a89e0b83e Made pipefilter a DECOUPLED element.
Original commit message from CVS:
Made pipefilter a DECOUPLED element.
2001-05-20 14:12:36 +00:00
Wim Taymans c021af86ec Added the code for the bonobo media component. It doesn't really work yet because bonobo-media doesn't show video.
Original commit message from CVS:
Added the code for the bonobo media component. It doesn't really
work yet because bonobo-media doesn't show video.
2001-05-20 10:31:23 +00:00
Arik Devens a9659c61f3 finally managed to get the AUTHORS file added. big things are coming allright ;-)
Original commit message from CVS:
finally managed to get the AUTHORS file added. big things are coming allright ;-)
2001-05-20 05:48:13 +00:00
Bastien Nocera 1643a5d39c - added myself to the AUTHORS file
Original commit message from CVS:
- added myself to the AUTHORS file
2001-05-20 00:16:27 +00:00
David I. Lehn 0ca826d79f Pesky nightly doc build failure emails exposing my forgetfulness...
Original commit message from CVS:
Pesky nightly doc build failure emails exposing my forgetfulness...
2001-05-17 05:20:28 +00:00
Wim Taymans 55bece3931 Added SDL.
Original commit message from CVS:
Added SDL.
2001-05-16 22:42:55 +00:00
Wim Taymans ec14192471 Added a check for SDL
Original commit message from CVS:
Added a check for SDL
2001-05-16 22:40:17 +00:00
Wim Taymans 14a9fe6580 Added gnomevfs checks.
Original commit message from CVS:
Added gnomevfs checks.
2001-05-16 19:32:07 +00:00
David I. Lehn 18adcf5a3f - Fix cothread pointers and allocation so full 2M stack space available:
Original commit message from CVS:
- Fix cothread pointers and allocation so full 2M stack space available:
- Double maximums to use full stack space:
- COTHREAD_STACKSIZE = 16k
- COTHREAD_MAXTHREADS = 128
- cothread changes only verified on x86
- cothread_create returns NULL if nthreads == MAXTHREADS though not yet handled by gstschedule caller
2001-05-16 07:16:47 +00:00
David I. Lehn a164187503 - basic arch check for HAVE_RDTSC
Original commit message from CVS:
- basic arch check for HAVE_RDTSC
- use common gst_trace_read_tsc() for RDTSC call
- add untested function to do ascii dump of trace data
2001-05-16 05:04:44 +00:00
David I. Lehn 1d9a7781d4 fix a couple warnings
Original commit message from CVS:
fix a couple warnings
2001-05-16 04:07:33 +00:00
Erik Walthinsen 06f9a6c052 added ability to write out xml copy of pipeline
Original commit message from CVS:
added ability to write out xml copy of pipeline
2001-05-15 09:04:41 +00:00
Erik Walthinsen a71e21678c removed the COTHREAD_STACKSIZE and friends, since they're now private to cothreads.c
Original commit message from CVS:
removed the COTHREAD_STACKSIZE and friends, since they're now private to cothreads.c
2001-05-14 08:51:55 +00:00
Erik Walthinsen 981c654a60 some minor updates with a hair more speed
Original commit message from CVS:
some minor updates with a hair more speed
2001-05-10 23:43:34 +00:00
Erik Walthinsen 4cbdcef47f move cothread_context definition over to the .c
Original commit message from CVS:
move cothread_context definition over to the .c
2001-05-10 22:35:50 +00:00
Erik Walthinsen facc9acb7a fixed up macros to match new RealPad stuff, change #if 1 to #if 0 to use, beware you must rebuild all plugins after c...
Original commit message from CVS:
fixed up macros to match new RealPad stuff, change #if 1 to #if 0 to use, beware you must rebuild all plugins after change
2001-05-10 22:30:00 +00:00
Erik Walthinsen afd1953a04 moved cothread parameters into .c to avoid rebuilding libgst.la every time
Original commit message from CVS:
moved cothread parameters into .c to avoid rebuilding libgst.la every time
2001-05-10 22:10:19 +00:00
Erik Walthinsen 3cfd332a23 corrected the rdtsc code, it actually, um, works now ;-)
Original commit message from CVS:
corrected the rdtsc code, it actually, um, works now ;-)
2001-05-10 21:44:20 +00:00
David I. Lehn 6df5d52f72 Added simple latency tester.
Original commit message from CVS:
Added simple latency tester.
2001-05-10 20:30:10 +00:00
David I. Lehn c447ea71a4 Pass buffer in handoff signal
Original commit message from CVS:
Pass buffer in handoff signal
2001-05-10 20:28:51 +00:00
David I. Lehn 9eaced94af just call exit() once
Original commit message from CVS:
just call exit() once
2001-05-10 20:25:29 +00:00
David I. Lehn 38c9344701 Added "silent" arg.
Original commit message from CVS:
Added "silent" arg.
2001-05-09 04:12:09 +00:00
Wim Taymans 230eefbefc Make sure the plugin filaname is set before calling the init function.
Original commit message from CVS:
Make sure the plugin filaname is set before calling the init function.
2001-05-05 02:16:28 +00:00
David I. Lehn 5eec4f181f update version
Original commit message from CVS:
update version
2001-05-05 01:50:16 +00:00
David I. Lehn 97b44f7191 Sync with current code - add more and more plugins.
Original commit message from CVS:
Sync with current code - add more and more plugins.
2001-05-05 00:45:14 +00:00
Erik Walthinsen f0cc8737ba fixed spelling mistake in user-visible output
Original commit message from CVS:
fixed spelling mistake in user-visible output
2001-05-03 23:21:39 +00:00
Wim Taymans 7565c285ad Created a macro of the va_arg parsing function because some systems (PPC) cannot handle passing a va_list by reference.
Original commit message from CVS:
Created a macro of the va_arg parsing function because some systems (PPC)
cannot handle passing a va_list by reference.
2001-05-03 22:29:44 +00:00
Wim Taymans fe084f66f1 Added dynamic pads to the command line parser. ./gstreamer-launch disksrc location=/some/systemstream.mpg ! mpeg1pars...
Original commit message from CVS:
Added dynamic pads to the command line parser.

./gstreamer-launch disksrc location=/some/systemstream.mpg ! mpeg1parse video_00!
queue ! \{ mp1videoparse ! mpeg_play ! aasink \}

will now work.
2001-05-03 21:44:55 +00:00
Wim Taymans 17f02e233d API docs updates
Original commit message from CVS:
API docs updates
2001-05-03 20:06:18 +00:00
Wim Taymans fcd6ee590b Added Hermes to the required libs for gstplay.
Original commit message from CVS:
Added Hermes to the required libs for gstplay.
2001-05-03 17:49:15 +00:00
Wim Taymans 08bb61fd3c Small manual changes.
Original commit message from CVS:
Small manual changes.
Added a section about autoplugging.
2001-05-02 23:46:27 +00:00
Wim Taymans a7566d4158 We don't want to teach you bad habbits, so here's a fix for a memleak in the example plugin.
Original commit message from CVS:
We don't want to teach you bad habbits, so here's a fix for a memleak in
the example plugin.
2001-05-02 23:12:37 +00:00
Wim Taymans 5c43234108 Removed the assert on an unknown propertytype and print usefull info.
Original commit message from CVS:
Removed the assert on an unknown propertytype and print usefull info.
2001-05-01 22:43:21 +00:00
Richard Boulton 317c1c5b30 Update documentation for audio/raw properties to cover format=float case.
Original commit message from CVS:
Update documentation for audio/raw properties to cover format=float case.
Please check this for correctness.
2001-05-01 13:54:41 +00:00
Wim Taymans b67a5bf39d Added an explanation of the innner workings of the current autoplugger.
Original commit message from CVS:
Added an explanation of the innner workings of the current autoplugger.
2001-04-30 23:20:42 +00:00
Richard Boulton d51b59c57b Tighten some library checks (check for header files as well as libraries)
Original commit message from CVS:
Tighten some library checks (check for header files as well as libraries)
Also, clean up structure slightly: put all AC_DEFINEs for feature checks
into the appropriate section at end.  This structure allows user parameter
code which overrides the feature selection to be kept together in a section
after the feature checks but before the AC_DEFINES and AM_CONDITIONALs.
2001-04-30 20:40:16 +00:00
Richard Boulton 29098cb20f Add explicit check for <artsc.h>, in case artsc-config lies to us.
Original commit message from CVS:
Add explicit check for <artsc.h>, in case artsc-config lies to us.
2001-04-30 10:22:37 +00:00
Richard Boulton b61552c33f Add detailed note (and patch) about automake problem.
Original commit message from CVS:
Add detailed note (and patch) about automake problem.
2001-04-29 17:59:40 +00:00
Steve Baker 4307da7a93 added mono2stereo and intfloatconvert plugin
Original commit message from CVS:
added mono2stereo and intfloatconvert plugin
2001-04-29 07:41:17 +00:00
Steve Baker c07e195b0e added output of float properties
Original commit message from CVS:
added output of float properties
2001-04-28 19:16:30 +00:00
Steve Baker f02d86f752 update sinesrc to latest caps
Original commit message from CVS:
update sinesrc to latest caps
2001-04-28 18:58:05 +00:00