- 21 May, 2001 1 commit
-
-
Arik Devens authored
Original commit message from CVS: added the begninnings of full-screen support (crashes atm), playing at double size, general code cleanup and what not.
-
- 20 May, 2001 9 commits
-
-
Wim Taymans authored
Original commit message from CVS: Fixed a problem with -inspect where some args would not show up correctly
-
Wim Taymans authored
Original commit message from CVS: Better output of element flags.
-
Wim Taymans authored
Original commit message from CVS: Escape spaces in the cmdline args with "\\ " so that parse can handle it.
-
Wim Taymans authored
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.
-
Thomas Vander Stichele authored
Original commit message from CVS: reinstated exit(-1) when gstparse.c doesn't find the plugin mentioned
-
Wim Taymans authored
Original commit message from CVS: Made pipefilter a DECOUPLED element.
-
Wim Taymans authored
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.
-
Arik Devens authored
Original commit message from CVS: finally managed to get the AUTHORS file added. big things are coming allright ;-)
-
Bastien Nocera authored
Original commit message from CVS: - added myself to the AUTHORS file
-
- 17 May, 2001 1 commit
-
-
David I. Lehn authored
Original commit message from CVS: Pesky nightly doc build failure emails exposing my forgetfulness...
-
- 16 May, 2001 6 commits
-
-
Wim Taymans authored
Original commit message from CVS: Added SDL.
-
Wim Taymans authored
Original commit message from CVS: Added a check for SDL
-
Wim Taymans authored
Original commit message from CVS: Added gnomevfs checks.
-
David I. Lehn authored
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
-
David I. Lehn authored
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
-
David I. Lehn authored
Original commit message from CVS: fix a couple warnings
-
- 15 May, 2001 1 commit
-
-
Erik Walthinsen authored
Original commit message from CVS: added ability to write out xml copy of pipeline
-
- 14 May, 2001 1 commit
-
-
Erik Walthinsen authored
Original commit message from CVS: removed the COTHREAD_STACKSIZE and friends, since they're now private to cothreads.c
-
- 10 May, 2001 8 commits
-
-
Erik Walthinsen authored
Original commit message from CVS: some minor updates with a hair more speed
-
Erik Walthinsen authored
Original commit message from CVS: move cothread_context definition over to the .c
-
Erik Walthinsen authored
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
-
Erik Walthinsen authored
Original commit message from CVS: moved cothread parameters into .c to avoid rebuilding libgst.la every time
-
Erik Walthinsen authored
Original commit message from CVS: corrected the rdtsc code, it actually, um, works now ;-)
-
David I. Lehn authored
Original commit message from CVS: Added simple latency tester.
-
David I. Lehn authored
Original commit message from CVS: Pass buffer in handoff signal
-
David I. Lehn authored
Original commit message from CVS: just call exit() once
-
- 09 May, 2001 1 commit
-
-
David I. Lehn authored
Original commit message from CVS: Added "silent" arg.
-
- 05 May, 2001 3 commits
-
-
Wim Taymans authored
Original commit message from CVS: Make sure the plugin filaname is set before calling the init function.
-
David I. Lehn authored
Original commit message from CVS: update version
-
David I. Lehn authored
Original commit message from CVS: Sync with current code - add more and more plugins.
-
- 03 May, 2001 5 commits
-
-
Erik Walthinsen authored
Original commit message from CVS: fixed spelling mistake in user-visible output
-
Wim Taymans authored
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.
-
Wim Taymans authored
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.
-
Wim Taymans authored
Original commit message from CVS: API docs updates
-
Wim Taymans authored
Original commit message from CVS: Added Hermes to the required libs for gstplay.
-
- 02 May, 2001 2 commits
-
-
Wim Taymans authored
Original commit message from CVS: Small manual changes. Added a section about autoplugging.
-
Wim Taymans authored
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.
-
- 01 May, 2001 2 commits
-
-
Wim Taymans authored
Original commit message from CVS: Removed the assert on an unknown propertytype and print usefull info.
-
Richard Boulton authored
Original commit message from CVS: Update documentation for audio/raw properties to cover format=float case. Please check this for correctness.
-